/**
 * Returns value from colors map
 */
/**
 * Turns pixels to rems
 * We typically set out HTML font size to 62.5% which helps us have a base-10 value to work with.
 * So the following mixin accepts a pixel value that is then turned into a corresponding rem value.
 */
/**
 * Function for converting a px based font-size to rem.
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {to-rem(12);}
 *
 */
/**
 * Returns value from colors map
 */
/**
 * Turns pixels to rems
 * We typically set out HTML font size to 62.5% which helps us have a base-10 value to work with.
 * So the following mixin accepts a pixel value that is then turned into a corresponding rem value.
 */
/**
 * Function for converting a px based font-size to rem.
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {to-rem(12);}
 *
 */
.paragraph--type--presentation-portail {
  /** Colors for bottom border and rounded corner of the widget **/
}
@media only screen and (min-width: 960px) {
  .paragraph--type--presentation-portail.bleu_vert .bandeau-image-titre-container, .paragraph--type--presentation-portail.bleu_vert .en-tete-avantages-container, .paragraph--type--presentation-portail.bleu_vert .presentation-portail-container, .paragraph--type--presentation-portail.violet_vert .bandeau-image-titre-container, .paragraph--type--presentation-portail.violet_vert .en-tete-avantages-container, .paragraph--type--presentation-portail.violet_vert .presentation-portail-container {
    background-image: url("../images/global/liseret-vert.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 16.5rem;
  }
}
@media only screen and (min-width: 960px) and (max-width: 959px) {
  .paragraph--type--presentation-portail.bleu_vert .bandeau-image-titre-container, .paragraph--type--presentation-portail.bleu_vert .en-tete-avantages-container, .paragraph--type--presentation-portail.bleu_vert .presentation-portail-container, .paragraph--type--presentation-portail.violet_vert .bandeau-image-titre-container, .paragraph--type--presentation-portail.violet_vert .en-tete-avantages-container, .paragraph--type--presentation-portail.violet_vert .presentation-portail-container {
    background-size: 6.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .paragraph--type--presentation-portail.bleu_violet .bandeau-image-titre-container, .paragraph--type--presentation-portail.bleu_violet .en-tete-avantages-container, .paragraph--type--presentation-portail.bleu_violet .presentation-portail-container {
    background-image: url("../images/global/liseret-violet.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 16.5rem;
  }
}
@media only screen and (min-width: 960px) and (max-width: 959px) {
  .paragraph--type--presentation-portail.bleu_violet .bandeau-image-titre-container, .paragraph--type--presentation-portail.bleu_violet .en-tete-avantages-container, .paragraph--type--presentation-portail.bleu_violet .presentation-portail-container {
    background-size: 6.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .paragraph--type--presentation-portail.vert_bleu .bandeau-image-titre-container, .paragraph--type--presentation-portail.vert_bleu .en-tete-avantages-container, .paragraph--type--presentation-portail.vert_bleu .presentation-portail-container, .paragraph--type--presentation-portail.orange_bleu .bandeau-image-titre-container, .paragraph--type--presentation-portail.orange_bleu .en-tete-avantages-container, .paragraph--type--presentation-portail.orange_bleu .presentation-portail-container {
    background-image: url("../images/global/liseret-bleu.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 16.5rem;
  }
}
@media only screen and (min-width: 960px) and (max-width: 959px) {
  .paragraph--type--presentation-portail.vert_bleu .bandeau-image-titre-container, .paragraph--type--presentation-portail.vert_bleu .en-tete-avantages-container, .paragraph--type--presentation-portail.vert_bleu .presentation-portail-container, .paragraph--type--presentation-portail.orange_bleu .bandeau-image-titre-container, .paragraph--type--presentation-portail.orange_bleu .en-tete-avantages-container, .paragraph--type--presentation-portail.orange_bleu .presentation-portail-container {
    background-size: 6.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .paragraph--type--presentation-portail.vert_orange .bandeau-image-titre-container, .paragraph--type--presentation-portail.vert_orange .en-tete-avantages-container, .paragraph--type--presentation-portail.vert_orange .presentation-portail-container, .paragraph--type--presentation-portail.bleu_orange .bandeau-image-titre-container, .paragraph--type--presentation-portail.bleu_orange .en-tete-avantages-container, .paragraph--type--presentation-portail.bleu_orange .presentation-portail-container {
    background-image: url("../images/global/liseret-orange.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 16.5rem;
  }
}
@media only screen and (min-width: 960px) and (max-width: 959px) {
  .paragraph--type--presentation-portail.vert_orange .bandeau-image-titre-container, .paragraph--type--presentation-portail.vert_orange .en-tete-avantages-container, .paragraph--type--presentation-portail.vert_orange .presentation-portail-container, .paragraph--type--presentation-portail.bleu_orange .bandeau-image-titre-container, .paragraph--type--presentation-portail.bleu_orange .en-tete-avantages-container, .paragraph--type--presentation-portail.bleu_orange .presentation-portail-container {
    background-size: 6.5rem;
  }
}
.paragraph--type--presentation-portail .layout-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0 !important;
}
.paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container {
  padding: 0 4rem;
  max-width: 100%;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container .container-left,
.paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container .container-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container .container-left,
.paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container .container-right {
    margin-top: 4rem;
    padding-left: 0;
  }
}
.paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container .container-right {
  padding-right: 16.5rem;
}
.paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container .container-right a.uk-button.uk-button-primary {
  max-width: 42.6rem;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container .container-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
  }
  .paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container .container-right a.uk-button.uk-button-primary {
    margin-bottom: 4rem;
    margin-top: 1rem;
    max-width: unset;
  }
}
.paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container .presentation-portail-text-left {
  margin-top: calc(5rem + 40px);
  text-align: right;
  font-weight: bold;
  max-width: 100%;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container .presentation-portail-text-left {
    margin-top: 0;
    text-align: left;
  }
}
.paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container .presentation-portail-text-right {
  margin-top: 40px;
  max-width: 100%;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--presentation-portail .layout-inner-container .presentation-portail-container .presentation-portail-text-right {
    margin-top: 0;
  }
}
.paragraph--type--presentation-portail .layout-inner-container::after {
  content: " ";
  padding: 1.2rem 0;
  display: block;
  width: calc(100% - 16.5rem - 1.2rem);
  border-radius: 5px 0 5px 5px;
  margin-right: 18.9rem;
}
@media only screen and (max-width: 959px) {
  .paragraph--type--presentation-portail .layout-inner-container::after {
    display: none;
    margin-left: 20px;
  }
}
.paragraph--type--presentation-portail.bleu_vert::after, .paragraph--type--presentation-portail.bleu_violet::after {
  background: #1DAED3;
}
.paragraph--type--presentation-portail.violet_vert::after {
  background: #792976;
}
.paragraph--type--presentation-portail.vert_bleu::after, .paragraph--type--presentation-portail.vert_orange::after {
  background: #88B336;
}
.paragraph--type--presentation-portail.orange_bleu::after {
  background: #FD5312;
}
.paragraph--type--presentation-portail.bleu_orange::after {
  background: #4B80AC;
}