/****************************************/
/** Styles COFIDIS CZ 2022 **/
/****************************************/
/* Description :                        */
/*  - Styles COFIDIS                    */
/* Responsabilité :                     */
/*  - 5440        						*/
/* Historique :                         */
/*  - 15/06/2022 : création             */
/****************************************/
/****************************************/
/*@import "utils/admin.less"; Pages de guide */
/* Blanc */
/*Blanc cassé*/
/* Noir */
/*gris*/
/* Gris très très clair */
/* Gris très clair */
/* Gris */
/* Gris foncé */
/* Gris noir */
/*Highlighted*/
/* Couleur de fond des tuiles*/
/*Gris sur fond rouge*/
/* Rouge */
/* Jaune */
/* Gris foncé */
/*rouge "foncé" au hover*/
/*jaune "foncé" au hover*/
.displayFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .displayFlex {
    display: block;
  }
}
.displayFlexCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .displayFlexCenter {
    display: block;
  }
}
.pageWidth {
  max-width: 1280px;
}
.layoutPage {
  max-width: 1280px;
  margin: 0 auto;
  /*px*/ padding: 40px 30px;
  /*rem*/ padding: 2.5rem 1.875rem;
}
@media only screen and (max-width: 768px) {
  .layoutPage {
    /*px*/ padding: 30px 20px;
    /*rem*/ padding: 1.875rem 1.25rem;
  }
}
.pageOrganisation {
  max-width: 1280px;
  /*px*/ padding: 40px 30px;
  /*rem*/ padding: 2.5rem 1.875rem;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .pageOrganisation {
    /*px*/ padding: 30px 25px;
    /*rem*/ padding: 1.875rem 1.5625rem;
  }
}
@media only screen and (max-width: 768px) {
  .pageOrganisation {
    /*px*/ padding: 30px 20px;
    /*rem*/ padding: 1.875rem 1.25rem;
  }
}
/* IE10 + IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cc.main .tiles .tile div:not(.banner) .banner {
    display: block;
  }
}
/* Feuille de style pour impression */
@media print {
  .ei_header,
  .ei_footer,
  .a_blocappli,
  .amc-toolbarreset {
    display: none;
  }
  .cc article header {
    break-after: avoid;
  }
  .cc article header.intro {
    min-height: 150px;
  }
  .cc article header.intro div.banner {
    padding: 0 !important;
  }
  .cc article div.body .flex {
    display: block;
  }
  .cc article div.body .flex .tile {
    width: 100%;
  }
  .cc article div.body section .orient-droite,
  .cc article div.body section .orient-gauche {
    display: block;
  }
  .cc article div.body section .orient-droite div,
  .cc article div.body section .orient-gauche div {
    width: 100% !important;
  }
  .cc article div.body section .orient-droite div img,
  .cc article div.body section .orient-gauche div img {
    display: none;
  }
  .cc article div.body .contactbox {
    display: none;
  }
  .cc article div.body .tile,
  .cc article div.body img,
  .cc article div.body .margins {
    break-inside: avoid;
  }
  .cc article div.body .tiles img {
    display: none;
  }
  .cc article div.body .logos-home {
    break-inside: avoid;
  }
  .cc article div.body .logos-home img {
    max-width: 200px;
  }
}
/*@import "utils/print.less";*/
/****************************************/
/** Styles COFIDIS CZ 2022 **/
/****************************************/
/* Description :                        */
/*  - Styles COFIDIS/Global            	*/
/* Responsabilité :                     */
/*  - 5440        						*/
/* Historique :                         */
/*  - 15/06/2022 : création             */
/****************************************/
/****************************************/
html {
  scroll-behavior: smooth;
}
.cc {
  color: #000;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  /*px*/ line-height: 22px;
  /*rem*/ line-height: 1.375rem;
}
.cc strong {
  font-weight: 700;
}
.cc .red {
  color: #D0103A;
}
@media only screen and (max-width: 1280px) {
  .cc .desktop-only {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  .cc .mobile-only {
    display: none;
  }
}
.cc * {
  box-sizing: border-box;
}
.cc .border {
  border: 1px solid #f2efed;
}
.cc .border-radius {
  border-radius: 20px;
}
.cc .soft {
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
.cc .example {
  color: #2d2d2d;
}
.cc .bigger {
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  /*px*/ line-height: 26px;
  /*rem*/ line-height: 1.625rem;
}
.cc .smaller {
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
  line-height: initial;
}
.cc .all-caps,
.cc .uppercase {
  text-transform: uppercase;
}
.cc .clickable {
  cursor: pointer;
}
.cc .invisible,
.cc .hide,
.cc .hidden {
  position: absolute !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  -webkit-clip-path: circle(0) !important;
  clip-path: circle(0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  white-space: nowrap !important;
}
@media only screen and (max-width: 992px) {
  .cc abbr {
    text-decoration: none;
  }
}
.cc abbr[title] {
  border: none;
}
.cc .center-align {
  align-self: center;
}
.cc .justify-center {
  justify-content: center;
}
.cc .vertical-align-bottom {
  vertical-align: bottom;
}
@media only screen and (max-width: 480px) {
  .cc .width10,
  .cc .width20,
  .cc .width25,
  .cc .width30,
  .cc .width33,
  .cc .width40,
  .cc .width50,
  .cc .width60,
  .cc .width70,
  .cc .width80,
  .cc .width90,
  .cc .width100 {
    width: 100% !important;
  }
}
.cc .width10 {
  width: 10%;
}
.cc .width20 {
  width: 20%;
}
.cc .width25 {
  width: 25%;
}
.cc .width30 {
  width: 30%;
}
.cc .width33 {
  width: 33%;
}
.cc .width40 {
  width: 40%;
}
.cc .width50 {
  width: 50%;
}
.cc .width60 {
  width: 60%;
}
.cc .width70 {
  width: 70%;
}
.cc .width80 {
  width: 80%;
}
.cc .width90 {
  width: 90%;
}
.cc .width100 {
  width: 100%;
}
.cc .justify-content-center {
  justify-content: center;
}
.cc .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .cc .flex {
    display: block;
  }
}
.cc .flex figure {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .cc .flex .flex10 {
    width: 10%;
  }
  .cc .flex .flex15 {
    width: 15%;
  }
  .cc .flex .flex20 {
    width: 20%;
  }
  .cc .flex .flex25 {
    width: 25%;
  }
  .cc .flex .flex30 {
    width: 30%;
  }
  .cc .flex .flex33 {
    width: 33.3%;
  }
  .cc .flex .flex40 {
    width: 40%;
  }
  .cc .flex .flex45 {
    width: 45%;
  }
  .cc .flex .flex50 {
    width: 50%;
  }
  .cc .flex .flex60 {
    width: 60%;
  }
  .cc .flex .flex66 {
    width: 66%;
  }
  .cc .flex .flex70 {
    width: 70%;
  }
  .cc .flex .flex80 {
    width: 80%;
  }
  .cc .flex .flex90 {
    width: 90%;
  }
  .cc .flex .flex100 {
    width: 100%;
  }
}
.cc h1 {
  /*px*/ font-size: 44px;
  /*rem*/ font-size: 2.75rem;
  /*px*/ line-height: 55px;
  /*rem*/ line-height: 3.4375rem;
  /*px*/ margin: 0 0 15px;
  /*rem*/ margin: 0 0 0.9375rem;
  font-weight: 400;
}
@media only screen and (max-width: 1280px) {
  .cc h1 {
    /*px*/ font-size: 35px;
    /*rem*/ font-size: 2.1875rem;
  }
}
.cc h2 {
  color: #534545;
  /*px*/ font-size: 32px;
  /*rem*/ font-size: 2rem;
  /*px*/ line-height: 40px;
  /*rem*/ line-height: 2.5rem;
  font-weight: 600;
  /*px*/ margin: 15px 0;
  /*rem*/ margin: 0.9375rem 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cc h2 {
    /*px*/ font-size: 28px;
    /*rem*/ font-size: 1.75rem;
    /*px*/ line-height: 32px;
    /*rem*/ line-height: 2rem;
  }
}
.cc h3 {
  /*px*/ font-size: 26px;
  /*rem*/ font-size: 1.625rem;
  /*px*/ line-height: 30px;
  /*rem*/ line-height: 1.875rem;
  /*px*/ margin: 15px 0;
  /*rem*/ margin: 0.9375rem 0;
  font-weight: 600;
  color: #D0103A;
}
@media only screen and (max-width: 768px) {
  .cc h3 {
    /*px*/ font-size: 20px;
    /*rem*/ font-size: 1.25rem;
    /*px*/ line-height: 26px;
    /*rem*/ line-height: 1.625rem;
  }
}
.cc h4 {
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
  /*px*/ margin: 15px 0;
  /*rem*/ margin: 0.9375rem 0;
}
.cc p {
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  /*px*/ line-height: 22px;
  /*rem*/ line-height: 1.375rem;
  /*px*/ margin: 0 0 15px;
  /*rem*/ margin: 0 0 0.9375rem;
}
.cc p:last-child {
  margin: 0;
}
.cc h1,
.cc h2,
.cc h4,
.cc h5,
.cc h6 {
  color: #000;
}
.cc .intertitre-left {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .cc .intertitre-left {
    text-align: center;
  }
}
.cc .intertitre-center {
  text-align: center;
}
.cc .center {
  text-align: center;
}
.cc .center h3,
.cc .center h4,
.cc .center p {
  text-align: center;
}
.cc .left {
  text-align: left;
}
.cc .left h3,
.cc .left h4,
.cc .left p {
  text-align: left;
}
.cc .right {
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .cc .right {
    text-align: left;
  }
}
.cc .right h1,
.cc .right h2,
.cc .right h3,
.cc .right h4,
.cc .right p {
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .cc .right h1,
  .cc .right h2,
  .cc .right h3,
  .cc .right h4,
  .cc .right p {
    text-align: left;
  }
}
.cc .float-right {
  float: right;
}
@media only screen and (max-width: 480px) {
  .cc .float-right {
    float: none;
  }
}
.cc .float-left {
  float: left;
}
@media only screen and (max-width: 480px) {
  .cc .float-left {
    float: none;
  }
}
.cc .clear {
  clear: both;
}
.cc .clearR {
  clear: right;
}
.cc .clearL {
  clear: left;
}
.cc .margins {
  /*px*/ margin: 20px;
  /*rem*/ margin: 1.25rem;
}
.cc .margin-top {
  /*px*/ margin-top: 20px;
  /*rem*/ margin-top: 1.25rem;
}
.cc .margin-right {
  /*px*/ margin-right: 20px;
  /*rem*/ margin-right: 1.25rem;
}
@media only screen and (max-width: 480px) {
  .cc .margin-right {
    margin-right: 0;
  }
}
.cc .margin-left {
  /*px*/ margin-left: 20px;
  /*rem*/ margin-left: 1.25rem;
}
@media only screen and (max-width: 480px) {
  .cc .margin-left {
    margin-left: 0;
  }
}
.cc .margin-bottom {
  /*px*/ margin-bottom: 20px;
  /*rem*/ margin-bottom: 1.25rem;
}
.cc .medium-margins {
  /*px*/ margin: 50px;
  /*rem*/ margin: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .cc .medium-margins {
    /*px*/ margin: 30px;
    /*rem*/ margin: 1.875rem;
  }
}
.cc .medium-margin-top {
  /*px*/ margin-top: 50px;
  /*rem*/ margin-top: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .cc .medium-margin-top {
    /*px*/ margin-top: 30px;
    /*rem*/ margin-top: 1.875rem;
  }
}
.cc .medium-margin-right {
  /*px*/ margin-right: 50px;
  /*rem*/ margin-right: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .cc .medium-margin-right {
    /*px*/ margin-right: 30px;
    /*rem*/ margin-right: 1.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .cc .medium-margin-right {
    margin-right: 0;
  }
}
.cc .medium-margin-left {
  /*px*/ margin-left: 50px;
  /*rem*/ margin-left: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .cc .medium-margin-left {
    /*px*/ margin-left: 30px;
    /*rem*/ margin-left: 1.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .cc .medium-margin-left {
    margin-left: 0;
  }
}
.cc .medium-margin-bottom {
  /*px*/ margin-bottom: 50px;
  /*rem*/ margin-bottom: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .cc .medium-margin-bottom {
    /*px*/ margin-bottom: 30px;
    /*rem*/ margin-bottom: 1.875rem;
  }
}
.cc .big-margins {
  /*px*/ margin: 150px;
  /*rem*/ margin: 9.375rem;
}
@media only screen and (max-width: 992px) {
  .cc .big-margins {
    /*px*/ margin: 50px;
    /*rem*/ margin: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc .big-margins {
    /*px*/ margin: 30px;
    /*rem*/ margin: 1.875rem;
  }
}
.cc .big-margin-top {
  /*px*/ margin-top: 150px;
  /*rem*/ margin-top: 9.375rem;
}
@media only screen and (max-width: 992px) {
  .cc .big-margin-top {
    /*px*/ margin-top: 50px;
    /*rem*/ margin-top: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc .big-margin-top {
    /*px*/ margin-top: 30px;
    /*rem*/ margin-top: 1.875rem;
  }
}
.cc .big-margin-right {
  /*px*/ margin-right: 150px;
  /*rem*/ margin-right: 9.375rem;
}
@media only screen and (max-width: 992px) {
  .cc .big-margin-right {
    /*px*/ margin-right: 50px;
    /*rem*/ margin-right: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc .big-margin-right {
    /*px*/ margin-right: 30px;
    /*rem*/ margin-right: 1.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .cc .big-margin-right {
    margin-right: 0;
  }
}
.cc .big-margin-left {
  /*px*/ margin-left: 150px;
  /*rem*/ margin-left: 9.375rem;
}
@media only screen and (max-width: 992px) {
  .cc .big-margin-left {
    /*px*/ margin-left: 50px;
    /*rem*/ margin-left: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc .big-margin-left {
    /*px*/ margin-left: 30px;
    /*rem*/ margin-left: 1.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .cc .big-margin-left {
    margin-left: 0;
  }
}
.cc .big-margin-bottom {
  /*px*/ margin-bottom: 150px;
  /*rem*/ margin-bottom: 9.375rem;
}
@media only screen and (max-width: 992px) {
  .cc .big-margin-bottom {
    /*px*/ margin-bottom: 50px;
    /*rem*/ margin-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc .big-margin-bottom {
    /*px*/ margin-bottom: 30px;
    /*rem*/ margin-bottom: 1.875rem;
  }
}
.cc .nomargin {
  margin: 0 !important;
}
.cc .nomargin-top {
  margin-top: 0 !important;
}
.cc .nomargin-top > div {
  padding-top: 0 !important;
}
.cc .nomargin-bottom {
  margin-bottom: 0 !important;
}
.cc .nomargin-bottom > div {
  padding-bottom: 0 !important;
}
.cc .nomargin-right {
  margin-right: 0 !important;
}
.cc .nomargin-left {
  margin-left: 0 !important;
}
.cc .paddings {
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
}
.cc .padding-top {
  /*px*/ padding-top: 20px;
  /*rem*/ padding-top: 1.25rem;
}
.cc .padding-right {
  /*px*/ padding-right: 20px;
  /*rem*/ padding-right: 1.25rem;
}
@media only screen and (max-width: 480px) {
  .cc .padding-right {
    padding-right: 0;
  }
}
.cc .padding-left {
  /*px*/ padding-left: 20px;
  /*rem*/ padding-left: 1.25rem;
}
@media only screen and (max-width: 480px) {
  .cc .padding-left {
    padding-left: 0;
  }
}
.cc .padding-bottom {
  /*px*/ padding-bottom: 20px;
  /*rem*/ padding-bottom: 1.25rem;
}
.cc .medium-paddings {
  /*px*/ padding: 50px;
  /*rem*/ padding: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .cc .medium-paddings {
    /*px*/ padding: 30px;
    /*rem*/ padding: 1.875rem;
  }
}
.cc .medium-padding-top {
  /*px*/ padding-top: 50px;
  /*rem*/ padding-top: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .cc .medium-padding-top {
    /*px*/ padding-top: 30px;
    /*rem*/ padding-top: 1.875rem;
  }
}
.cc .medium-padding-right {
  /*px*/ padding-right: 50px;
  /*rem*/ padding-right: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .cc .medium-padding-right {
    /*px*/ padding-right: 30px;
    /*rem*/ padding-right: 1.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .cc .medium-padding-right {
    padding-right: 0;
  }
}
.cc .medium-padding-left {
  /*px*/ padding-left: 50px;
  /*rem*/ padding-left: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .cc .medium-padding-left {
    /*px*/ padding-left: 30px;
    /*rem*/ padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .cc .medium-padding-left {
    padding-left: 0;
  }
}
.cc .medium-padding-bottom {
  /*px*/ padding-bottom: 50px;
  /*rem*/ padding-bottom: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .cc .medium-padding-bottom {
    /*px*/ padding-bottom: 30px;
    /*rem*/ padding-bottom: 1.875rem;
  }
}
.cc .big-paddings {
  /*px*/ padding: 150px;
  /*rem*/ padding: 9.375rem;
}
@media only screen and (max-width: 992px) {
  .cc .big-paddings {
    /*px*/ padding: 50px;
    /*rem*/ padding: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc .big-paddings {
    /*px*/ padding: 30px;
    /*rem*/ padding: 1.875rem;
  }
}
.cc .big-padding-top {
  /*px*/ padding-top: 150px;
  /*rem*/ padding-top: 9.375rem;
}
@media only screen and (max-width: 992px) {
  .cc .big-padding-top {
    /*px*/ padding-top: 50px;
    /*rem*/ padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc .big-padding-top {
    /*px*/ padding-top: 30px;
    /*rem*/ padding-top: 1.875rem;
  }
}
.cc .big-padding-right {
  /*px*/ padding-right: 150px;
  /*rem*/ padding-right: 9.375rem;
}
@media only screen and (max-width: 992px) {
  .cc .big-padding-right {
    /*px*/ padding-right: 50px;
    /*rem*/ padding-right: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc .big-padding-right {
    /*px*/ padding-right: 30px;
    /*rem*/ padding-right: 1.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .cc .big-padding-right {
    padding-right: 0;
  }
}
.cc .big-padding-left {
  /*px*/ padding-left: 150px;
  /*rem*/ padding-left: 9.375rem;
}
@media only screen and (max-width: 992px) {
  .cc .big-padding-left {
    /*px*/ padding-left: 50px;
    /*rem*/ padding-left: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc .big-padding-left {
    /*px*/ padding-left: 30px;
    /*rem*/ padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 480px) {
  .cc .big-padding-left {
    padding-left: 0;
  }
}
.cc .big-padding-bottom {
  /*px*/ padding-bottom: 150px;
  /*rem*/ padding-bottom: 9.375rem;
}
@media only screen and (max-width: 992px) {
  .cc .big-padding-bottom {
    /*px*/ padding-bottom: 50px;
    /*rem*/ padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc .big-padding-bottom {
    /*px*/ padding-bottom: 30px;
    /*rem*/ padding-bottom: 1.875rem;
  }
}
.cc .nopadding {
  padding: 0 !important;
}
.cc .nopadding-top {
  padding-top: 0 !important;
}
.cc .nopadding-bottom {
  padding-bottom: 0 !important;
}
.cc .nopadding-right {
  padding-right: 0 !important;
}
.cc .nopadding-left {
  padding-left: 0 !important;
}
.cc a {
  color: #D0103A;
  font-weight: 700;
  text-decoration: underline;
}
.cc a:hover {
  color: #BF0F35;
}
.cc a:focus {
  color: #BF0F35;
  outline: none;
}
.cc .button {
  color: #000;
  background: #FECB00;
  /*px*/ padding: 7px 5px 7px 11.2px;
  /*rem*/ padding: 0.4375rem 0.3125rem 0.4375rem 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  /*px*/ min-width: 150px;
  /*rem*/ min-width: 9.375rem;
  /*px*/ margin: 20px 0;
  /*rem*/ margin: 1.25rem 0;
  cursor: pointer;
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
  /*px*/ border-radius: 8px;
  /*rem*/ border-radius: 0.5rem;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .cc .button {
    /*px*/ margin: 12px 0;
    /*rem*/ margin: 0.75rem 0;
  }
}
.cc .button:not(.consent-button)::after {
  content: "\F01B9";
  font-family: "fts_picto";
  position: relative;
  right: 5px;
  top: 1px;
  font-weight: 300;
  /*px*/ font-size: 30px;
  /*rem*/ font-size: 1.875rem;
  /*px*/ padding: 0 4px;
  /*rem*/ padding: 0 0.25rem;
  /*px*/ margin-left: 20px;
  /*rem*/ margin-left: 1.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 769px) {
  .cc .button:not(.consent-button):hover:after,
  .cc .button:not(.consent-button):focus:after {
    right: -8px;
  }
}
.cc .button:hover,
.cc .button:focus {
  background: #D0103A;
  color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
}
.cc #bouton-eisec {
  /*px*/ padding: 40px;
  /*rem*/ padding: 2.5rem;
}
.cc p a,
.cc li a {
  text-transform: initial;
}
.cc .actions {
  /*px*/ margin-top: 20px;
  /*rem*/ margin-top: 1.25rem;
}
.cc .contactbox {
  justify-content: center;
}
.cc .contactbox div.flex33 a {
  text-decoration: none;
}
.cc .contactbox div.flex33 a:hover > div,
.cc .contactbox div.flex33 a:focus > div {
  border-left: solid 5px #fecb05;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.cc .contactbox div.flex33 a > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*px*/ padding: 15px;
  /*rem*/ padding: 0.9375rem;
  gap: 10px;
  background: #fafafa;
  border-left: solid 5px #fff;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.2);
  transition: ease-in-out 0.3s;
}
.cc .contactbox div.flex33 a > div img {
  max-width: 75px;
}
.cc .contactbox div.flex33 a > div strong {
  color: #000;
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
.cc .contactbox div.flex33 a > div .actions {
  background: #D0103A;
  color: white;
  /*px*/ padding: 5px;
  /*rem*/ padding: 0.3125rem;
  width: 100%;
}
.cc img {
  max-width: 100%;
}
.cc img.float-right {
  /*px*/ margin: 0 0 20px 20px;
  /*rem*/ margin: 0 0 1.25rem 1.25rem;
}
@media only screen and (max-width: 480px) {
  .cc img.float-right {
    float: none;
    margin: 0;
  }
}
.cc img.float-left {
  /*px*/ margin: 0 20px 20px 0;
  /*rem*/ margin: 0 1.25rem 1.25rem 0;
}
@media only screen and (max-width: 480px) {
  .cc img.float-left {
    float: none;
    margin: 0;
  }
}
.cc .body img {
  width: 100%;
  height: auto;
  display: block;
}
.cc figure.fade-right {
  display: inline-block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
}
.cc figure.fade-right img {
  position: relative;
  display: block;
  z-index: -10;
}
.cc figure.fade-left {
  display: inline-block;
  background: linear-gradient(90deg, #ffffff 80%, rgba(255, 255, 255, 0) 100%);
}
.cc figure.fade-left img {
  position: relative;
  display: block;
  z-index: -10;
}
.cc .list-style {
  content: "\F01EE";
  color: #d0103a;
  font-family: "fts_picto";
  /*px*/ font-size: 8px;
  /*rem*/ font-size: 0.5rem;
  /*px*/ vertical-align: 2px;
  /*rem*/ vertical-align: 0.125rem;
  /*px*/ margin: 0 10px 0 0;
  /*rem*/ margin: 0 0.625rem 0 0;
}
.cc .number-style {
  content: counter(li-counter);
  counter-increment: li-counter;
  font-weight: 700;
  width: 20px;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #d0103a;
}
.cc ul,
.cc ol {
  /*px*/ margin: 20px 0;
  /*rem*/ margin: 1.25rem 0;
}
@media only screen and (max-width: 768px) {
  .cc ul,
  .cc ol {
    /*px*/ margin: 10px 0;
    /*rem*/ margin: 0.625rem 0;
  }
}
.cc ul li,
.cc ol li {
  list-style-position: outside;
  /*px*/ margin-bottom: 10px;
  /*rem*/ margin-bottom: 0.625rem;
}
.cc ul.styled,
.cc ol.styled {
  list-style: none;
}
.cc ul.styled > li,
.cc ol.styled > li {
  text-align: left;
}
.cc ul.styled > li ul,
.cc ol.styled > li ul {
  /*px*/ padding-left: 20px;
  /*rem*/ padding-left: 1.25rem;
}
.cc ul.styled > li ul li,
.cc ol.styled > li ul li {
  list-style: none;
  text-align: left;
}
.cc ul.styled > li ul li:before,
.cc ol.styled > li ul li:before {
  content: "\F01EE";
  color: #d0103a;
  font-family: "fts_picto";
  /*px*/ font-size: 8px;
  /*rem*/ font-size: 0.5rem;
  /*px*/ vertical-align: 2px;
  /*rem*/ vertical-align: 0.125rem;
  /*px*/ margin: 0 10px 0 0;
  /*rem*/ margin: 0 0.625rem 0 0;
}
.cc ul.styled {
  /*px*/ padding-left: 20px;
  /*rem*/ padding-left: 1.25rem;
}
.cc ul.styled > li:before {
  content: "\F01EE";
  color: #d0103a;
  font-family: "fts_picto";
  /*px*/ font-size: 8px;
  /*rem*/ font-size: 0.5rem;
  /*px*/ vertical-align: 2px;
  /*rem*/ vertical-align: 0.125rem;
  /*px*/ margin: 0 10px 0 0;
  /*rem*/ margin: 0 0.625rem 0 0;
}
.cc ol.styled {
  counter-reset: li-counter;
}
.cc ol.styled > li {
  position: relative;
  /*px*/ padding-left: 20px;
  /*rem*/ padding-left: 1.25rem;
}
.cc ol.styled > li::before {
  content: counter(li-counter);
  counter-increment: li-counter;
  font-weight: 700;
  width: 20px;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #d0103a;
}
.cc ol.styled ol.styled {
  /*px*/ margin-left: 20px;
  /*rem*/ margin-left: 1.25rem;
}
.cc div.iframe-contact {
  background: #fff;
}
.cc div.iframe-contact div#frmcontact {
  padding: 30px 50px;
  max-width: 1370px;
  margin: 0 auto;
}
.cc div.iframe-contact div#frmcontact span.mandatory {
  color: #D0103A;
}
.cc div.iframe-contact div#frmcontact fieldset {
  border: none;
  border-radius: 4px;
  padding: 0;
}
.cc div.iframe-contact div#frmcontact fieldset div.form-group {
  margin: 25px 0;
}
.cc div.iframe-contact div#frmcontact fieldset div.form-group label {
  margin-bottom: 8px;
  font-weight: 600;
}
.cc div.iframe-contact div#frmcontact fieldset div.form-group input,
.cc div.iframe-contact div#frmcontact fieldset div.form-group select {
  padding: 12px 15px;
  border-radius: 4px;
  border: 1px solid #000;
}
.cc div.iframe-contact div#frmcontact fieldset div.form-group div.form-control {
  padding: 10px 0;
}
.cc div.iframe-contact div#frmcontact fieldset div.form-group div.form-control input,
.cc div.iframe-contact div#frmcontact fieldset div.form-group div.form-control select,
.cc div.iframe-contact div#frmcontact fieldset div.form-group div.form-control textarea {
  width: 100%;
}
.cc div.iframe-contact div#frmcontact fieldset div.form-group div.form-control textarea {
  min-height: 100px;
  resize: vertical;
}
.cc #frmcontact {
  text-align: center;
}
.cc #frmcontact button {
  padding: 10px;
  background-color: #FECB00;
}
.cc .faq0-quick-search .faq0-quick-search-form > div {
  position: relative;
  width: 100%;
  max-width: 650px;
}
.cc .faq0-quick-search .faq0-quick-search-form > div::before {
  font-family: fts_picto;
  content: "\F0554";
  font-size: 25px;
  position: absolute;
  left: 10px;
  top: 29px;
}
.cc .faq0-quick-search .faq0-quick-search-buttons button[type="submit"] {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
}
.cc .faq0-quick-search .faq0-quick-search-buttons button[type="submit"]::before {
  font-family: fts_picto;
  content: "\F0DF7";
  position: absolute;
  right: 10px;
  font-size: 25px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.cc .faq0-quick-search .faq0-quick-search-buttons button[type="submit"]:hover::before,
.cc .faq0-quick-search .faq0-quick-search-buttons button[type="submit"]:focus::before {
  color: #D0103A;
}
.cc .faq0-quick-search .faq0-quick-search-buttons button[type="submit"] span {
  font-size: 0;
}
.cc .faq0-quick-search .faq-search-block-search-in-progress label,
.cc .faq0-quick-search .faq-search-block-search-field-focused label {
  visibility: hidden;
}
.cc .faq0-quick-search label {
  position: absolute;
  top: 8px;
  color: gray;
  padding-left: 40px;
  /*px*/ margin: 20px 0;
  /*rem*/ margin: 1.25rem 0;
}
.cc .faq0-quick-search label:hover {
  cursor: text;
}
.cc .faq0-quick-search input {
  width: 100%;
  margin: 0 auto;
  height: 30px;
  border-radius: 30px;
  padding: 20px 40px;
  border-color: #FECB00;
  border-width: 1px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  /*px*/ margin: 20px 0;
  /*rem*/ margin: 1.25rem 0;
  border: none;
}
@media only screen and (max-width: 992px) {
  .cc .faq0-quick-search input {
    width: 100%;
  }
}
.cc .faq0-quick-search input:focus-visible {
  outline: 2px solid #FECB00;
}
.cc .faq0-category button[aria-expanded],
.cc .accordion button[aria-expanded] {
  all: unset;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  /*px*/ padding: 15px 20px 15px 15px;
  /*rem*/ padding: 0.9375rem 1.25rem 0.9375rem 0.9375rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(89, 89, 89, 0.2);
  width: 100%;
  transition: all 0.15s ease;
}
.cc .faq0-category button[aria-expanded]::after,
.cc .accordion button[aria-expanded]::after {
  font-family: fts_picto;
  content: "\F0327";
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  color: #BF0F35;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cc .faq0-category button[aria-expanded]:hover,
.cc .accordion button[aria-expanded]:hover,
.cc .faq0-category button[aria-expanded]:focus,
.cc .accordion button[aria-expanded]:focus,
.cc .faq0-category button[aria-expanded]:focus-visible,
.cc .accordion button[aria-expanded]:focus-visible {
  background: #fff;
  outline: 2px solid #FECB00;
  border-bottom: 1px solid transparent;
}
.cc .faq0-category button[aria-expanded="true"]::after,
.cc .accordion button[aria-expanded="true"]::after {
  content: "\F032A";
}
.cc .faq0-category dd,
.cc .accordion dd {
  padding: 15px 15px 25px 15px;
  background: #fafafa;
  word-break: break-word;
}
.cc .faq0-category dd ul.ddl,
.cc .accordion dd ul.ddl {
  /*px*/ margin: 0;
  /*rem*/ margin: 0;
}
.cc .faq0-category dd ul.ddl li,
.cc .accordion dd ul.ddl li {
  /*px*/ padding: 0 20px 20px 0;
  /*rem*/ padding: 0 1.25rem 1.25rem 0;
}
.cc .faq0-category dd ul.ddl li:not(:last-child),
.cc .accordion dd ul.ddl li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.cc .faq0-category dd ul.ddl li a,
.cc .accordion dd ul.ddl li a {
  text-decoration: none;
  /*px*/ padding: 10px 20px 10px 0;
  /*rem*/ padding: 0.625rem 1.25rem 0.625rem 0;
}
@media only screen and (max-width: 768px) {
  .cc .faq0-category dd ul.ddl li a,
  .cc .accordion dd ul.ddl li a {
    /*px*/ padding: 10px 0;
    /*rem*/ padding: 0.625rem 0;
  }
}
.cc .faq0-category dd ul.ddl li a.ei_gly_pdf,
.cc .accordion dd ul.ddl li a.ei_gly_pdf {
  position: relative;
}
.cc .faq0-category dd ul.ddl li a.ei_gly_pdf::before,
.cc .accordion dd ul.ddl li a.ei_gly_pdf::before {
  position: absolute;
  right: -20px;
  top: 13px;
  /*px*/ font-size: 25px;
  /*rem*/ font-size: 1.5625rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .cc .faq0-category dd ul.ddl li a.ei_gly_pdf::before,
  .cc .accordion dd ul.ddl li a.ei_gly_pdf::before {
    display: none;
  }
}
.cc .faq0-category dd ul.ddl li a.ei_gly_pdf:hover::before,
.cc .accordion dd ul.ddl li a.ei_gly_pdf:hover::before {
  right: -30px;
}
@media only screen and (min-width: 769px) {
  .cc .faq0-category dd ul.ddl li a:hover::after,
  .cc .accordion dd ul.ddl li a:hover::after {
    right: -20px;
  }
}
.cc .faq0-category ul > li {
  margin: 0;
}
.cc .faq0-category ul h3 {
  margin: 0;
}
.cc .flex.roster {
  justify-content: space-between;
}
.cc .flex.roster > div {
  width: 48%;
}
@media only screen and (max-width: 992px) {
  .cc .flex.roster > div {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .cc .flex.roster > div:nth-child(2) {
    /*px*/ margin: 20px 0;
    /*rem*/ margin: 1.25rem 0;
  }
}
.cc .flex.roster > div img {
  /*px*/ margin: 20px 0;
  /*rem*/ margin: 1.25rem 0;
}
.cc #scott .orient-droite,
.cc #scott .orient-gauche {
  margin-top: 0;
}
.cc .logos-home {
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .cc .logos-home {
    display: flex;
  }
}
.cc .banniere-logo.flex {
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .cc .banniere-logo.flex {
    display: flex;
  }
}
.cc .draggable-list {
  position: relative;
  text-align: center;
}
.cc .draggable-list:before,
.cc .draggable-list:after {
  position: absolute;
  top: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 10px;
  height: 100%;
}
.cc .draggable-list:before {
  left: 0;
  background: linear-gradient(90deg, #fff, transparent);
}
.cc .draggable-list:after {
  right: 0;
  background: linear-gradient(-90deg, #fff, transparent);
}
.cc .draggable-list ul {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  /*px*/ padding: 20px 0;
  /*rem*/ padding: 1.25rem 0;
}
.cc .draggable-list ul.active {
  cursor: grab;
}
.cc .draggable-list ul > li {
  display: inline-block;
  user-select: none;
}
@media only screen and (max-width: 768px) {
  .cc .draggable-list ul > li {
    margin-right: 20px;
  }
}
.cc .draggable-list ul > li.sel a {
  color: #D0103A;
}
.cc .draggable-list ul > li.sel a:hover {
  color: #D0103A;
}
.cc .draggable-list ul > li a {
  /*px*/ padding: 0 20px;
  /*rem*/ padding: 0 1.25rem;
  box-shadow: none;
  color: rgba(45, 45, 45, 0.7);
}
.cc .draggable-list ul > li a:hover {
  color: #2d2d2d;
}
@media only screen and (max-width: 768px) {
  .cc .draggable-list ul > li a {
    width: 33%;
  }
}
/* Styles globaux */
/****************************************/
/** Styles COFIDIS CZ 2022 **/
/****************************************/
/* Description :                        */
/*  - Styles COFIDIS/Layout             */
/* Responsabilité :                     */
/*  - 5440        						*/
/* Historique :                         */
/*  - 15/06/2022 : création             */
/****************************************/
/****************************************/
.cc.main {
  /*#faq-search-block-search-area {
				label {
					.px-to-rem(margin, 20);
				}
			}*/
}
.cc.main header {
  position: relative;
}
@media only screen and (min-width: 993px) {
  .cc.main header .flexbanner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 993px) and only screen and (max-width: 480px) {
  .cc.main header .flexbanner {
    display: block;
  }
}
@media only screen and (min-width: 993px) {
  .cc.main header .flexbanner45 {
    width: 45%;
  }
}
@media only screen and (min-width: 993px) {
  .cc.main header .flexbanner30 {
    width: 30%;
  }
}
@media only screen and (min-width: 993px) {
  .cc.main header .flexbanner60 {
    width: 60%;
  }
}
@media only screen and (max-width: 992px) {
  .cc.main header h1 {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .cc.main header {
    /*px*/ min-height: 464px;
    /*rem*/ min-height: 29rem;
  }
}
.cc.main header picture::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 70%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
}
@media only screen and (max-width: 1280px) {
  .cc.main header picture::after {
    background: none;
  }
}
.cc.main header picture img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  object-fit: cover;
  width: 100%;
}
.cc.main header.hero .banner {
  max-width: 1280px;
  /*px*/ padding: 40px 30px;
  /*rem*/ padding: 2.5rem 1.875rem;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .cc.main header.hero .banner {
    /*px*/ padding: 30px 25px;
    /*rem*/ padding: 1.875rem 1.5625rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc.main header.hero .banner {
    /*px*/ padding: 30px 20px;
    /*rem*/ padding: 1.875rem 1.25rem;
  }
}
@media only screen and (max-width: 992px) {
  .cc.main header.hero .banner {
    padding-top: 120px;
  }
}
.cc.main header.hero .banner h1 {
  color: #fff;
  font-weight: 700;
  max-width: 700px;
}
.cc.main header.hero .banner .chapo {
  color: #fff;
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  /*px*/ line-height: 26px;
  /*rem*/ line-height: 1.625rem;
  /*px*/ margin: 15px 0 0;
  /*rem*/ margin: 0.9375rem 0 0;
}
.cc.main header.hero .banner .chapo.surtitle {
  text-transform: uppercase;
}
.cc.main header.hero .banner h1,
.cc.main header.hero .banner h2,
.cc.main header.hero .banner h3 {
  /*px*/ font-size: 40px;
  /*rem*/ font-size: 2.5rem;
  /*px*/ line-height: 44px;
  /*rem*/ line-height: 2.75rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .cc.main header.hero .banner h1,
  .cc.main header.hero .banner h2,
  .cc.main header.hero .banner h3 {
    /*px*/ font-size: 35px;
    /*rem*/ font-size: 2.1875rem;
  }
}
.cc.main header:not(.hero) {
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FECB00;
}
.cc.main header:not(.hero) .banner > div {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  /*px*/ padding: 40px 30px;
  /*rem*/ padding: 2.5rem 1.875rem;
  display: block;
}
.cc.main header.no-gradient picture:after {
  display: none;
}
.cc.main .body > div.flex {
  max-width: 1280px;
  /*px*/ padding: 40px 30px;
  /*rem*/ padding: 2.5rem 1.875rem;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .cc.main .body > div.flex {
    /*px*/ padding: 30px 25px;
    /*rem*/ padding: 1.875rem 1.5625rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc.main .body > div.flex {
    /*px*/ padding: 30px 20px;
    /*rem*/ padding: 1.875rem 1.25rem;
  }
}
@media only screen and (max-width: 992px) {
  .cc.main .body > div.flex {
    display: flex;
  }
}
.cc.main .body section:not(.bg-img) > div.orient-droite,
.cc.main .body section:not(.bg-img) > div.orient-gauche {
  /*px*/ margin-top: 50px;
  /*rem*/ margin-top: 3.125rem;
}
.cc.main .body section.bg-gris {
  background-color: #f2efed;
}
.cc.main .body section.bg-img {
  position: relative;
  /*px*/ margin-bottom: -5px;
  /*rem*/ margin-bottom: -0.3125rem;
}
.cc.main .body section.bg-img > picture > img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  object-fit: cover;
}
.cc.main .body section > div {
  max-width: 1280px;
  /*px*/ padding: 40px 30px;
  /*rem*/ padding: 2.5rem 1.875rem;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .cc.main .body section > div {
    /*px*/ padding: 30px 25px;
    /*rem*/ padding: 1.875rem 1.5625rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc.main .body section > div {
    /*px*/ padding: 30px 20px;
    /*rem*/ padding: 1.875rem 1.25rem;
  }
}
.cc.main .body section > div.orient-droite,
.cc.main .body section > div.orient-gauche {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .cc.main .body section > div.orient-droite,
  .cc.main .body section > div.orient-gauche {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .cc.main .body section > div.orient-droite > div:last-child,
  .cc.main .body section > div.orient-gauche > div:last-child {
    /*px*/ padding-top: 20px;
    /*rem*/ padding-top: 1.25rem;
  }
}
.cc.main .body section > div.orient-droite > div h2,
.cc.main .body section > div.orient-gauche > div h2 {
  /*px*/ margin: 0 0 15px;
  /*rem*/ margin: 0 0 0.9375rem;
}
@media only screen and (min-width: 993px) {
  .cc.main .body section > div.orient-droite > div img,
  .cc.main .body section > div.orient-gauche > div img {
    /*px*/ max-height: 633px;
    /*rem*/ max-height: 39.5625rem;
  }
}
.cc.main .body section > div.orient-droite > div .logo,
.cc.main .body section > div.orient-gauche > div .logo {
  max-width: 400px;
  max-height: 268px;
  margin: auto;
  object-fit: contain;
}
.cc.main .body section > div.orient-droite > div:first-child,
.cc.main .body section > div.orient-gauche > div:first-child {
  width: 50%;
  height: 100%;
  background: #fff;
  box-shadow: 5px 5px 20px 0px #c8cacb;
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  /*@media @not-medium{
										.px-to-rem(min-height, 477);
									}*/
}
@media only screen and (max-width: 992px) {
  .cc.main .body section > div.orient-droite > div:first-child,
  .cc.main .body section > div.orient-gauche > div:first-child {
    /*px*/ padding: 20px;
    /*rem*/ padding: 1.25rem;
    /*px*/ margin-bottom: 20px;
    /*rem*/ margin-bottom: 1.25rem;
    width: 100%;
    box-shadow: none;
  }
}
.cc.main .body section > div.orient-droite > div:last-child,
.cc.main .body section > div.orient-gauche > div:last-child {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .cc.main .body section > div.orient-droite > div:last-child,
  .cc.main .body section > div.orient-gauche > div:last-child {
    width: 100%;
  }
}
.cc.main .body section > div.orient-gauche {
  flex-direction: row-reverse;
}
.cc.main .body section > div .youtube-player iframe,
.cc.main .body section > div video {
  /*px*/ margin-top: 40px;
  /*rem*/ margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .cc.main .body section > div .youtube-player iframe,
  .cc.main .body section > div video {
    /*px*/ margin-top: 20px;
    /*rem*/ margin-top: 1.25rem;
  }
}
.cc.main .body footer {
  padding-bottom: 0 !important;
  max-width: 1280px;
  /*px*/ padding: 40px 30px;
  /*rem*/ padding: 2.5rem 1.875rem;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .cc.main .body footer {
    /*px*/ padding: 30px 25px;
    /*rem*/ padding: 1.875rem 1.5625rem;
  }
}
@media only screen and (max-width: 768px) {
  .cc.main .body footer {
    /*px*/ padding: 30px 20px;
    /*rem*/ padding: 1.875rem 1.25rem;
  }
}
#pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /*px*/ gap: 15px;
  /*rem*/ gap: 0.9375rem;
}
#pagination span[class*="ei_gly_"]::before {
  /*px*/ font-size: 25px;
  /*rem*/ font-size: 1.5625rem;
}
#pagination a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #000;
}
#pagination a:hover,
#pagination a:focus {
  color: #D0103A;
}
#pagination a.sel {
  color: #000;
  background-color: #FECB00;
  /*px*/ padding: 4px 12px;
  /*rem*/ padding: 0.25rem 0.75rem;
}
#pagination a.sel:hover,
#pagination a.sel:focus {
  color: #fff;
  background-color: #D0103A;
}
#pagination ul {
  list-style: none;
  display: inline-block;
}
#pagination ul li {
  display: inline;
  /*px*/ margin-right: 20px;
  /*rem*/ margin-right: 1.25rem;
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
#pagination ul li:last-child {
  /*px*/ margin-right: 0;
  /*rem*/ margin-right: 0;
}
#frmcontact {
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px;
}
#frmcontact fieldset {
  border: none;
}
#frmcontact button {
  padding: 10px;
  background-color: #FECB00;
}
#frmcontact button:hover {
  background-color: #D0103A;
}
/* Blog */
/****************************************/
/** Styles COFIDIS CZ 2024 **/
/****************************************/
/* Description :                        */
/*  - Styles COFIDIS/Blog             */
/* Responsabilité :                     */
/*  - 5440        						*/
/* Historique :                         */
/*  - 29/08/2024 : création             */
/****************************************/
/****************************************/
.cc.blog-home .tiles,
.cc .section-blog .tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 992px) {
  .cc.blog-home .tiles,
  .cc .section-blog .tiles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cc.blog-home .tiles .banner,
.cc .section-blog .tiles .banner {
  height: 100%;
  overflow: hidden;
}
.cc.blog-home .tiles .white,
.cc .section-blog .tiles .white {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cc.blog-article header.intro {
  justify-content: start;
}
.cc.blog-article .return-container {
  max-width: 1280px;
  margin: 0 auto;
  /*px*/ padding: 40px 30px;
  /*rem*/ padding: 2.5rem 1.875rem;
}
@media only screen and (max-width: 768px) {
  .cc.blog-article .return-container {
    /*px*/ padding: 30px 20px;
    /*rem*/ padding: 1.875rem 1.25rem;
  }
}
.cc.blog-article .return {
  padding-left: 2rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .cc.blog-article .return:hover::before,
  .cc.blog-article .return:focus::before {
    left: -0.5rem;
  }
}
.cc.blog-article .return::before {
  display: inline-block;
  text-decoration: none;
  content: "\F01B6";
  font-family: "fts_picto";
  position: absolute;
  top: 50%;
  left: 0.3rem;
  transform: translateY(-50%);
  font-size: 1.875rem;
  transition: all 0.2s ease-in-out;
}
.cc.blog-article .container {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  /*px*/ padding: 40px 30px;
  /*rem*/ padding: 2.5rem 1.875rem;
}
@media only screen and (max-width: 768px) {
  .cc.blog-article .container {
    /*px*/ padding: 30px 20px;
    /*rem*/ padding: 1.875rem 1.25rem;
  }
}
.cc.blog-article .date-container {
  position: absolute;
  bottom: 0;
  /*px*/ left: 30px;
  /*rem*/ left: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .cc.blog-article .date-container {
    /*px*/ left: 20px;
    /*rem*/ left: 1.25rem;
  }
}
.cc .tile-blog.flex33 .white .banner {
  position: relative;
  /*px*/ padding: 50px 20px 20px;
  /*rem*/ padding: 3.125rem 1.25rem 1.25rem;
}
.cc .tile-blog.flex33 .date {
  position: absolute;
  /*px*/ top: 20px;
  /*rem*/ top: 1.25rem;
  /*px*/ left: 20px;
  /*rem*/ left: 1.25rem;
  background: #FECB00;
  padding: 5px 10px;
  border-radius: 0 20px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.cc .tile-blog.flex33 .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Structure des pages */
/****************************************/
/******** Styles COFIDIS CZ 2022 ********/
/****************************************/
/* Description :                        */
/*  - Styles COFIDIS/Tiles              */
/* Responsabilité :                     */
/*  - 5440        						*/
/* Historique :                         */
/*  - 15/06/2022 : création             */
/****************************************/
/****************************************/
.cc .tile-button .tiles .banner {
  height: 100%;
}
@media only screen and (min-width: 993px) {
  .cc .landing-page-2lines-keypoints .tiles.keypoints {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.cc .tiles {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .cc .tiles.flex {
    align-items: center;
  }
}
.cc .tiles .tile {
  /*px*/ padding: 15px;
  /*rem*/ padding: 0.9375rem;
}
@media only screen and (max-width: 992px) {
  .cc .tiles .tile {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .cc .tiles .tile {
    width: 100%;
  }
}
.cc .tiles .tile .white {
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
}
.cc .tiles .tile .white .banner {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.cc .tiles .tile .banner {
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  color: #000;
  font-weight: 300;
}
.cc .tiles .tile .banner h3 {
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
  font-weight: 700;
  color: #D0103A;
  /*px*/ line-height: 25px;
  /*rem*/ line-height: 1.5625rem;
}
.cc .tiles .tile .banner p {
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.cc .tiles .tile a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .cc .tiles .tile a:hover > div,
  .cc .tiles .tile a:focus > div {
    scale: 1.05;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
}
.cc .tiles .tile a > div {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.cc .tiles .tile.basic {
  width: 33%;
}
@media only screen and (max-width: 992px) {
  .cc .tiles .tile.basic {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .cc .tiles .tile.basic {
    width: 100%;
  }
}
.cc .tiles .tile.basic a > div .banner {
  /*px*/ padding: 40px;
  /*rem*/ padding: 2.5rem;
}
.cc .tiles .tile.basic a > div .banner h3 {
  /*px*/ font-size: 30px;
  /*rem*/ font-size: 1.875rem;
  /*px*/ line-height: 35px;
  /*rem*/ line-height: 2.1875rem;
}
.cc .tiles.keypoints .tile,
.cc .tiles.cyclistes .tile {
  position: relative;
  /*px*/ margin-top: 10px;
  /*rem*/ margin-top: 0.625rem;
}
@media only screen and (min-width: 993px) {
  .cc .tiles.keypoints .tile,
  .cc .tiles.cyclistes .tile {
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .cc .tiles.keypoints .tile,
  .cc .tiles.cyclistes .tile {
    width: 100%;
  }
}
.cc .tiles.keypoints .tile h3,
.cc .tiles.cyclistes .tile h3 {
  color: #D0103A;
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
}
.cc .tiles.keypoints .tile p,
.cc .tiles.cyclistes .tile p {
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  color: #424242;
}
.cc .tiles.keypoints .tile img.floating-icon,
.cc .tiles.cyclistes .tile img.floating-icon {
  position: absolute;
  top: -4px;
  left: 50%;
  /*px*/ width: 37px;
  /*rem*/ width: 2.3125rem;
  /*px*/ height: 37px;
  /*rem*/ height: 2.3125rem;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  background-color: #FECB00;
  transform: translateX(-50%);
}
@media only screen and (min-width: 993px) {
  .cc .tiles.keypoints.produkty .tile,
  .cc .tiles.cyclistes.produkty .tile {
    flex: 50%;
  }
}
.cc .tiles.cyclistes .tile {
  display: flex;
  flex-direction: column;
  justify-content: start;
  /*px*/ margin: 15px 0;
  /*rem*/ margin: 0.9375rem 0;
}
@media only screen and (max-width: 768px) {
  .cc .tiles.cyclistes .tile img {
    max-width: 300px;
    /*px*/ margin: 15px auto;
    /*rem*/ margin: 0.9375rem auto;
  }
}
@media only screen and (min-width: 993px) {
  .cc .tiles.contentlist .tile {
    flex: 1;
  }
}
@media only screen and (min-width: 993px) {
  .cc .tiles.contentlist.flex-three .tile {
    flex: 33%;
  }
}
/*Styles des tuiles*/
/* Ajouter la nouvelle class ".diagram-item" à .cc .button dans la css globale, pour garder unité de style, mais pouvoir modifier .onglet propre au diagrammme */
.cc .diagramm-item {
  position: relative;
  color: #000;
  background: white;
  /*px*/
  padding: 5px 10px;
  /*rem*/
  padding: 1rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  /*px*/
  min-width: 250px;
  /*rem*/
  min-width: 15.625rem;
  /*px*/
  margin: 20px 0;
  /*rem*/
  margin: 1.25rem 0;
  /*px*/
  font-size: 20px;
  /*rem*/
  font-size: 1.25rem;
  /*px*/
  border-radius: 8px;
  /*rem*/
  border-radius: 0.5rem;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  text-decoration: none;
}
.cc .diagramm-item ul {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .cc .diagramm-item {
    /*px*/
    margin: 12px 0;
    /*rem*/
    margin: 0.75rem 0;
  }
}
.cc .diagramm-item-title {
  display: inline-flex;
}
.cc .diagramm-item-title:after {
  padding-left: 16px;
  padding-left: 4rem;
}
.cc #first-step,
.cc #second-step {
  position: relative;
  max-width: 1180px;
  padding: 2.5rem 1.875rem;
  margin: auto;
}
.cc #first-step:before {
  content: "";
  height: 100%;
  width: 10%;
  position: absolute;
  left: 0;
  top: 30%;
  border-left: solid #FECB00;
  border-top: solid #FECB00;
  border-bottom: solid #FECB00;
  border-right: none;
}
@media only screen and (max-width: 992px) {
  .cc #first-step:before {
    display: none;
  }
}
.cc #first-step .step-two,
.cc #first-step .step-three {
  position: relative;
  width: 48%;
}
@media only screen and (max-width: 992px) {
  .cc #first-step .step-two,
  .cc #first-step .step-three {
    width: 100%;
  }
}
.flex-container {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .flex-container {
    width: 100%;
  }
}
.step-two:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5rem;
  height: 5rem;
  width: 2px;
  background-color: #FECB00;
  z-index: -1;
}
.step-two:before {
  content: "";
  position: absolute;
  right: -5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 5rem;
  background-color: #FECB00;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .step-two:before {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    right: auto;
    bottom: -5rem;
    height: 5rem;
    width: 2px;
    background-color: #FECB00;
    z-index: -1;
  }
}
.cc #second-step .step-two,
.cc #second-step .step-three {
  position: relative;
  width: 30%;
  height: min-content;
}
@media only screen and (max-width: 992px) {
  .cc #second-step .step-two,
  .cc #second-step .step-three {
    width: 100%;
  }
}
.cc #second-step .step-three:before {
  content: "";
  position: absolute;
  right: -5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 5rem;
  background-color: #FECB00;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .cc #second-step .step-three:before {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    right: auto;
    bottom: -5rem;
    height: 5rem;
    width: 2px;
    background-color: #FECB00;
    z-index: -1;
  }
}
.cc #second-step .diagramm-item-sub:last-of-type {
  width: 30%;
}
@media only screen and (max-width: 992px) {
  .cc #second-step .diagramm-item-sub:last-of-type {
    width: 100%;
  }
}
.cc #second-step .diagramm-item-subtext {
  width: 65%;
}
@media only screen and (max-width: 992px) {
  .cc #second-step .diagramm-item-subtext {
    width: 100%;
  }
}
/*Styles des tuiles*/
@media only screen and (max-width: 635px) {
  #frmcontact {
    padding: 0;
  }
  #frmcontact input {
    max-width: 200px;
  }
}
iframe.noborder {
  border: none;
}
div#overlay {
  display: none;
  background: #000;
  opacity: 0.85;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1800;
}
dialog#lightbox {
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  border: none;
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  position: fixed;
  width: 80%;
  z-index: 2000;
  height: calc(100% - 250px);
  display: flex;
  left: 50%;
  transform: translate(-50%);
}
dialog#lightbox > div {
  flex: 1;
}
dialog#lightbox button.close {
  float: right;
  transition: all 1s ease 0s;
  background: transparent;
  border: none;
  color: #BF0F35;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  dialog#lightbox button.close {
    right: -13px;
    top: -30px;
  }
}
dialog#lightbox button.close:before {
  display: inline-block;
  /*px*/ font-size: 30px;
  /*rem*/ font-size: 1.875rem;
}
dialog#lightbox button.close:hover,
dialog#lightbox button.close:focus {
  opacity: 0.7;
}
dialog#lightbox h1 {
  /*px*/ margin: 0 0 15px 0;
  /*rem*/ margin: 0 0 0.9375rem 0;
  color: #D0103A;
  line-height: 1;
  font-weight: 400;
}
dialog#lightbox h1 + iframe {
  height: calc(100% - 52px);
}
dialog#lightbox iframe {
  border: none;
  width: 100%;
  height: calc(100% - 30px);
}
/*Play Button*/
.lightbox {
  outline-offset: 0;
  outline: 0;
}
.playbutton:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 70px;
  height: 70px;
  background-color: #FECB00 !important;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}
.playbutton:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #000;
  transition: all 0.5s ease 0s;
}
.lightbox:hover .playbutton:before,
.lightbox:focus .playbutton:before {
  background-color: #D0103A !important;
  transition: all 0.5s ease 0s;
}
.lightbox:hover .playbutton:after,
.lightbox:focus .playbutton:after {
  border-color: transparent transparent transparent #fff !important;
  transition: all 0.5s ease 0s;
}
/*Consentement Youtube*/
.youtube-player {
  position: relative;
}
@media only screen and (max-width: 370px) {
  .youtube-player {
    /*px*/ margin: 45px 0;
    /*rem*/ margin: 2.8125rem 0;
  }
}
.youtube-player > div.youtube-consent-txt {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.youtube-player > div.youtube-consent-txt > div {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  margin: 10px 20px;
  margin: 0.625rem 1.25rem;
  border: 1px solid #FECB00;
}
.youtube-player > div.youtube-consent-txt > div p {
  margin-bottom: 0.5rem;
  text-align: center;
}
.youtube-player > div.youtube-consent-txt > .consent-text {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  /*px*/ margin: 10px 20px;
  /*rem*/ margin: 0.625rem 1.25rem;
  border: 2px solid #FECB00;
}
@media only screen and (max-width: 480px) {
  .youtube-player > div.youtube-consent-txt > .consent-text {
    /*px*/ margin: 10px 0;
    /*rem*/ margin: 0.625rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .youtube-player > div.youtube-consent-txt > .consent-text > p {
    /*px*/ font-size: 14px;
    /*rem*/ font-size: 0.875rem;
  }
}
.youtube-player .consent-button {
  padding-left: 35px;
  padding-right: 10px;
  background: #FECB00;
  border: 2px solid #FECB00;
}
.youtube-player .consent-button:hover,
.youtube-player .consent-button:focus {
  border: 2px solid #FECB00;
  background: #fff;
  color: #000;
}
.youtube-player .consent-button::before {
  content: "";
  position: relative;
  left: -14px;
  top: 1px;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  display: inline-block;
}
.youtube-player .consent-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Light Box*/
@media only screen and (max-width: 635px) {
  dialog#lightbox.noheight {
    width: 95% !important;
    left: 0 !important;
    transform: none !important;
  }
}
@media screen and (max-width: 787px) {
  dialog#lightbox.noheight {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  dialog#lightbox.noheight {
    margin-top: 25px;
  }
}
/*Styles des vidéos youtube*/
/****************************************/
/** Styles COFIDIS CZ 2022 **/
/****************************************/
/* Description :                        */
/*  - Styles COFIDIS/Global            	*/
/* Responsabilité :                     */
/*  - 5440        						*/
/* Historique :                         */
/*  - 15/06/2022 : création             */
/****************************************/
/****************************************/
.cc.main.pay .body {
  background: white;
}
.cc.main.pay header.intro.hero {
  min-height: calc(100vh - 145px);
  font-size: initial;
}
@media screen and (max-width: 1023px) {
  .cc.main.pay header.intro.hero {
    min-height: calc(100vh - 113px);
  }
}
@media only screen and (max-width: 768px) {
  .cc.main.pay header.intro.hero {
    min-height: auto;
  }
}
.cc.main.pay header.intro.hero picture::after {
  display: none;
}
.cc.main.pay header.intro.hero picture img {
  display: block;
}
.cc.main.pay#-\35 440-Cofidis-CZ-Pay-Accueil-LE .banner-pay {
  bottom: 0;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .cc.main.pay#-\35 440-Cofidis-CZ-Pay-Accueil-LE .banner-pay {
    gap: 0;
  }
}
.cc.main.pay .banner-pay {
  max-width: 1280px;
  padding: 0 30px;
  position: absolute;
  z-index: 10;
  bottom: 21.5%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .cc.main.pay .banner-pay > div:first-child {
    text-align: center;
  }
}
.cc.main.pay .banner-pay h1 {
  display: inline-block;
  color: #fff;
  background: #D0103A;
  padding: 20px 30px;
  border-radius: 50px 0 50px 50px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .cc.main.pay .banner-pay h1 {
    display: block;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    padding: 0;
  }
}
.cc.main.pay .banner-pay .button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.cc.main.pay .banner-pay a.button-head {
  color: #000;
  background: #FECB00;
  padding: 20px;
  border-radius: 50px 0 50px 50px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  flex: 1;
  text-align: center;
}
.cc.main.pay .banner-pay a.button-head:hover,
.cc.main.pay .banner-pay a.button-head:focus {
  color: #fff;
  background: #D0103A;
}
@media only screen and (max-width: 768px) {
  .cc.main.pay picture::after {
    display: none;
  }
  .cc.main.pay picture img {
    position: static;
  }
  .cc.main.pay .banner-pay {
    position: static;
    transform: none;
    padding: 30px 20px;
    background: #D0103A;
  }
  .cc.main.pay .banner-pay .button-container {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-top: 15px;
  }
}
.cc.main.pay .body {
  /* contient toutes les slides */
  /* .cata-item = contient une slide */
  /* si image, par exemple :  */
  /* version MOBILE */
}
.cc.main.pay .body .link-container {
  margin: 15px 0;
}
.cc.main.pay .body a.ei_gly_ic_file_download {
  position: relative;
  text-decoration: none;
  padding-left: 35px;
}
.cc.main.pay .body a.ei_gly_ic_file_download::before {
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cc.main.pay .body .bg-red {
  background: #D0103A;
}
.cc.main.pay .body .bg-red h2,
.cc.main.pay .body .bg-red h3 {
  color: #fff;
}
.cc.main.pay .body figure {
  margin: 20px 0;
}
.cc.main.pay .body figure .logo {
  width: auto;
}
.cc.main.pay .body .fancy {
  padding: 10px 20px 20px;
  border-radius: 25px;
  border-left: 5px solid #FECB00;
  margin: 20px 0 30px 0;
  display: inline-flex;
  flex-direction: column;
}
@media only screen and (max-width: 576px) {
  .cc.main.pay .body .fancy {
    width: 100%;
  }
}
.cc.main.pay .body .fancy h3 {
  font-weight: 500;
  background: #D0103A;
  color: #fff;
  border-left: 10px solid #FECB00;
  padding: 10px 20px;
  border-radius: 50px 0 50px 50px;
  margin: 20px 0 5px 0;
}
.cc.main.pay .body .fancy p {
  color: #D0103A;
  font-size: 25px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .cc.main.pay .body .table-container {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
.cc.main.pay .body table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: scroll;
}
.cc.main.pay .body table thead {
  background: #D0103A;
  color: #fff;
}
.cc.main.pay .body table td {
  padding: 20px;
  font-size: 18px;
}
.cc.main.pay .body table tbody tr {
  border-bottom: 1px solid #C4C5C6;
}
.cc.main.pay .body .actions {
  margin-top: 60px;
  margin-bottom: 20px;
}
.cc.main.pay .body form {
  margin: 20px 0;
}
.cc.main.pay .body form .required-text,
.cc.main.pay .body form label {
  color: #fff;
}
.cc.main.pay .body form .mandatory {
  color: #FECB00;
}
.cc.main.pay .body form span.err-msg {
  position: absolute;
  color: #FECB00;
  display: block;
  font-size: smaller;
}
.cc.main.pay .body form fieldset {
  border: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  align-items: center;
  row-gap: 5px;
  column-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .cc.main.pay .body form fieldset {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.cc.main.pay .body form fieldset .form-control {
  position: relative;
}
.cc.main.pay .body form fieldset .form-control.invalid:after {
  content: "\F027F";
  font-family: fts_picto;
  top: -1.6rem;
  left: -0.25rem;
  position: absolute;
  color: #FECB00;
  height: 1.3rem;
  width: 1.3rem;
  font-size: 1.5rem;
  border-radius: 100%;
  background: #560618;
}
.cc.main.pay .body form fieldset .form-control.invalid input {
  background-image: repeating-linear-gradient(45deg, #fff3c2 0, #fff3c2 1px, transparent 0, transparent 50%);
  background-size: 12px 12px;
  background-color: #ffffff;
}
.cc.main.pay .body form fieldset .form-control.invalid input:focus {
  background: #ffffff;
}
.cc.main.pay .body form fieldset span.err-msg {
  margin: 0 0 0 25px;
}
.cc.main.pay .body form fieldset .form-group {
  grid-column: span 2;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .cc.main.pay .body form fieldset .form-group {
    width: 100%;
  }
}
.cc.main.pay .body form fieldset .form-group.full-width {
  grid-column: 1 / span 6;
}
.cc.main.pay .body form fieldset .form-group.maj-width {
  grid-column: span 4;
}
.cc.main.pay .body form fieldset .form-group.semi-width {
  grid-column: span 3;
}
.cc.main.pay .body form fieldset label {
  display: block;
  margin: 0 0 5px 25px;
}
.cc.main.pay .body form fieldset input,
.cc.main.pay .body form fieldset textarea {
  width: 100%;
  border: none;
}
.cc.main.pay .body form fieldset input:focus,
.cc.main.pay .body form fieldset textarea:focus {
  outline: 1px solid #000;
}
.cc.main.pay .body form fieldset input {
  border-radius: 50px;
  margin: 0;
  padding: 0.75rem;
}
.cc.main.pay .body form fieldset textarea {
  border-radius: 35px;
  min-height: 200px;
  resize: none;
}
.cc.main.pay .body form .validation {
  margin-top: 20px;
}
.cc.main.pay .body form .validation span.err-msg {
  margin-left: 26px;
}
.cc.main.pay .body form .validation #rdCase {
  accent-color: #000;
  margin-right: 10px;
}
.cc.main.pay .body .form_modal {
  position: fixed;
  z-index: 2501;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
  max-width: none;
  padding: 8rem 6rem;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cc.main.pay .body .form_modal > div {
  max-width: 50%;
  background-color: #BF0F35;
  padding: 3rem 1rem;
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cc.main.pay .body .form_modal > div p {
  color: white;
  background: inherit;
  text-align: center;
}
.cc.main.pay .body .form_modal button,
.cc.main.pay .body .validation button {
  text-transform: uppercase;
  font-weight: 700;
  background: #FECB00;
  border: none;
  padding: 15px 70px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 45px 0 0 0;
}
.cc.main.pay .body .form_modal button:hover,
.cc.main.pay .body .validation button:hover,
.cc.main.pay .body .form_modal button:focus,
.cc.main.pay .body .validation button:focus {
  background: #F2C100;
  color: black;
}
@media only screen and (max-width: 576px) {
  .cc.main.pay .body .form_modal button,
  .cc.main.pay .body .validation button {
    width: 100%;
  }
}
.cc.main.pay .body .logos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cc.main.pay .body .logos-list img {
  max-width: 250px;
}
.cc.main.pay .body h2,
.cc.main.pay .body h3,
.cc.main.pay .body h4 {
  margin: 20px 0;
}
.cc.main.pay .body h2 {
  color: #D0103A;
  text-transform: uppercase;
  font-weight: 700;
}
.cc.main.pay .body h3,
.cc.main.pay .body h4 {
  color: #D0103A;
  text-transform: uppercase;
  font-weight: 400;
}
.cc.main.pay .body h3 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .cc.main.pay .body h4 {
    text-align: center;
  }
}
.cc.main.pay .body ul {
  padding-left: 60px;
}
.cc.main.pay .body ul li {
  position: relative;
  margin-bottom: 20px;
}
.cc.main.pay .body ul li::before {
  content: "";
  background: #D0103A;
  position: absolute;
  top: -3px;
  left: -40px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
}
.cc.main.pay .body ul li::after {
  content: "";
  transform: rotate(45deg);
  width: 10px;
  height: 16px;
  display: block;
  position: absolute;
  left: -30px;
  top: 2px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}
.cc.main.pay .body span.confirmation {
  color: #fff;
}
.cc.main.pay .body ol:not(.steps) {
  padding-left: 60px;
  counter-reset: li;
}
.cc.main.pay .body ol:not(.steps) li {
  position: relative;
  margin-bottom: 30px;
}
.cc.main.pay .body ol:not(.steps) li::before {
  list-style: decimal;
  position: absolute;
  top: -5px;
  left: -50px;
  font-size: 25px;
  counter-increment: li;
  content: counter(li) ".";
  color: #fff;
  background: #D0103A;
  padding: 10px;
  border-radius: 15px 0 15px 15px;
  font-weight: bold;
  display: inline-block;
}
.cc.main.pay .body ol.steps {
  counter-reset: li;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .cc.main.pay .body ol.steps {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.cc.main.pay .body ol.steps li {
  width: 25%;
  display: block;
  position: relative;
  /*px*/ margin: 100px 0 0 0;
  /*rem*/ margin: 6.25rem 0 0 0;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ line-height: 22px;
  /*rem*/ line-height: 1.375rem;
  counter-increment: li;
}
@media only screen and (max-width: 992px) {
  .cc.main.pay .body ol.steps li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .cc.main.pay .body ol.steps li {
    width: 100%;
  }
}
.cc.main.pay .body ol.steps li:before {
  content: counter(li);
  position: absolute;
  /*px*/ top: -45px;
  /*rem*/ top: -2.8125rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #D0103A;
  border-left: 10px solid;
  border-color: #FECB00;
  color: #fff;
  font-size: 2rem;
  width: 70px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  -webkit-border-radius: 50px 0 50px 50px;
  -moz-border-radius: 50px 0 50px 50px;
  border-radius: 50px 0 50px 50px;
}
.cc.main.pay .body ol.steps li div {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /*px*/ padding: 0 20px 20px;
  /*rem*/ padding: 0 1.25rem 1.25rem;
  height: 100%;
  text-align: center;
}
.cc.main.pay .body ol.steps li div p:first-of-type strong {
  font-size: 18px;
}
.cc.main.pay .body .bg-gris ul li::before {
  background: #fff;
}
.cc.main.pay .body .bg-gris ul li::after {
  border-bottom: 4px solid #D0103A;
  border-right: 4px solid #D0103A;
}
.cc.main.pay .body .bg-gris .tile {
  background: #fff;
}
@media only screen and (max-width: 992px) {
  .cc.main.pay .body section > div[class="orient-droite"] > div:first-child,
  .cc.main.pay .body section > div[class="orient-droite logo"] > div:first-child {
    padding: 0;
  }
  .cc.main.pay .body section > div[class="orient-gauche"] > div:first-child,
  .cc.main.pay .body section > div[class="orient-gauche logo"] > div:first-child {
    padding: 0;
  }
}
.cc.main.pay .body section > div[class^='orient-'] {
  margin-top: 0;
  padding-top: 3.125rem;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .cc.main.pay .body section > div[class^='orient-'] {
    flex-wrap: wrap;
    display: flex;
  }
}
.cc.main.pay .body section > div[class^='orient-'] > div:first-child:not(.tile),
.cc.main.pay .body section > div[class^='orient-'] > div:last-child:not(.tile) {
  background: none;
  box-shadow: none;
  padding-top: 0;
}
.cc.main.pay .body section > div[class^='orient-'] > div:first-child:not(.tile) h2,
.cc.main.pay .body section > div[class^='orient-'] > div:last-child:not(.tile) h2 {
  margin: 0 0 5px;
}
.cc.main.pay .body section > div[class^='orient-'] .playbutton {
  position: relative;
}
.cc.main.pay .body section > div[class^='orient-'] figure {
  margin: 0;
}
.cc.main.pay .body section > div[class^='orient-'].logo > div:first-child {
  width: 80%;
}
@media only screen and (max-width: 992px) {
  .cc.main.pay .body section > div[class^='orient-'].logo > div:first-child {
    width: 100%;
  }
}
.cc.main.pay .body section > div[class^='orient-'].logo > div:last-child {
  width: 20%;
}
@media only screen and (max-width: 992px) {
  .cc.main.pay .body section > div[class^='orient-'].logo > div:last-child {
    padding: 0;
    width: auto;
    margin: 0 auto;
  }
}
.cc.main.pay .body section > div[class^='orient-'].logo img {
  width: auto;
}
.cc.main.pay .body div:not(.tiles) > .tile {
  margin: 40px;
  padding: 30px;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .cc.main.pay .body div:not(.tiles) > .tile {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 576px) {
  .cc.main.pay .body div:not(.tiles) > .tile {
    max-width: 100%;
  }
}
.cc.main.pay .body div:not(.tiles) > .tile p {
  color: #D0103A;
  font-weight: 200;
  font-weight: 700;
}
.cc.main.pay .body .flex-split {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .cc.main.pay .body .flex-split {
    flex-direction: column;
  }
}
.cc.main.pay .body .split {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  .cc.main.pay .body .split {
    width: 100%;
  }
}
.cc.main.pay .body hr {
  margin: 10px 0;
}
.cc.main.pay .body .tiles.keypoints {
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .cc.main.pay .body .tiles.keypoints {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.cc.main.pay .body .tiles.keypoints h3,
.cc.main.pay .body .tiles.keypoints p {
  text-align: center;
}
.cc.main.pay .body .tile {
  padding: 15px;
  background: #f2efed;
  border-radius: 25px 25px 50px 0;
}
.cc.main.pay .body .tile h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 20px 0;
  font-weight: 600;
}
.cc.main.pay .body .youtube-player {
  max-width: 800px;
  margin: 0 auto;
}
.cc.main.pay .body #slider-autobusiness {
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .cc.main.pay .body #slider-autobusiness {
    max-width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .cc.main.pay .body #slider-autobusiness {
    max-width: 100%;
  }
}
.cc.main.pay .body .section-cata img {
  width: auto;
}
.cc.main.pay .body .section-cata p {
  color: #D0103A;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: normal;
}
.cc.main.pay .body .section-cata .cata-caption {
  min-height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cc.main.pay .body .section-cata .cata-caption > div {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  .cc.main.pay .body .section-cata .cata-caption > div {
    justify-content: center;
  }
}
.cc.main.pay .body .section-cata .cata-caption div.number {
  background: #D0103A;
  font-size: 25px;
  border-left: 10px solid;
  border-color: #FECB00;
  color: #fff;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  -webkit-border-radius: 50px 0 50px 50px;
  -moz-border-radius: 50px 0 50px 50px;
  border-radius: 50px 0 50px 50px;
}
.cc.main.pay .body #cata-section {
  margin-top: 20px;
  position: relative;
  height: fit-content;
  padding: 20px 40px;
  border: 2px solid #D0103A;
  border-radius: 50px 0 50px 50px;
}
.cc.main.pay .body .cata-tabs {
  height: 80px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  /* grandeur de la barre */
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .cc.main.pay .body .cata-tabs {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .cc.main.pay .body .cata-tabs {
    width: 70%;
  }
}
.cc.main.pay .body .cata-tabs button {
  appearance: none;
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
}
.cc.main.pay .body .cata-tabs button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background-color: #FECB00;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 1.5rem;
  outline: none;
  border: 2px solid #FECB00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cc.main.pay .body .cata-tabs button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 100%;
  background: #FECB00;
}
.cc.main.pay .body .cata-tabs button:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 50%;
  background: #FECB00;
}
.cc.main.pay .body .cata-tabs button:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  transform: translateY(-50%);
  height: 2px;
  width: 50%;
  background: #FECB00;
}
.cc.main.pay .body .cata-tabs button.button-active:after {
  background-color: #D0103A;
  border: 2px solid #D0103A;
}
.cc.main.pay .body .cata-tabs button:hover:after,
.cc.main.pay .body .cata-tabs button:focus:after {
  background: #fff;
  border: 2px solid #D0103A;
  color: #000;
  text-shadow: none;
}
.cc.main.pay .body .cata-slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.cc.main.pay .body .cata-inner {
  width: 80%;
  text-align: left;
  margin: 0 auto;
}
.cc.main.pay .body .cata-item img {
  float: right;
  margin: 10px;
}
@media screen and (max-width: 990px) {
  .cc.main.pay .body .section-cata {
    padding: 20px 20px 50px;
  }
  .cc.main.pay .body .section-cata p {
    font-size: 18px;
  }
  .cc.main.pay .body .section-cata .cata-inner {
    width: 100%;
  }
  .cc.main.pay .body .section-cata .cata-caption {
    min-height: 72px;
  }
  .cc.main.pay .body .cata-tabs {
    width: 100%;
  }
}
.cc.main.pay .body #tile-button .button-aside {
  margin: 0 40px;
}
@media only screen and (max-width: 992px) {
  .cc.main.pay .body #tile-button .button-aside {
    margin: 0;
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  .cc.main.pay .body #tile-button .button-aside {
    flex-direction: column;
  }
}
.cc.main.pay .body .button-aside {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
}
.cc.main.pay .body .button-pay {
  text-align: center;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 20px 50px;
  background: #D0103A;
  border-radius: 50px;
  border-left: 10px solid;
  border-color: #FECB00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  font-weight: normal;
}
.cc.main.pay .body .button-pay:hover,
.cc.main.pay .body .button-pay:focus {
  color: #000;
  background: #FECB00;
  border-color: #D0103A;
}
/* Spécial Cofidis Pay */
label.float {
  position: absolute;
  top: 0.85rem;
  left: 1rem;
  transition: 0.25s ease-in-out;
  color: #51505c;
  font-style: italic;
}
label.floating {
  position: absolute;
  font-size: smaller;
  top: -1.5rem;
  left: 0;
  font-style: normal;
  color: black;
  font-weight: 600;
}
.err-msg {
  font-style: italic;
  font-weight: 600;
  color: darkred;
  font-size: smaller;
}
@lg {
  height: 100vh;
}
.flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .flex {
    flex-direction: row;
  }
}
.w-50 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .w-50 {
    width: 75%;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .w-50 {
    width: 50%;
  }
}
.w-40 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .w-40 {
    width: 75%;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .w-40 {
    width: 40%;
  }
}
.w-30 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .w-30 {
    width: 75%;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .w-30 {
    width: 30%;
  }
}
.mandatory {
  color: #e40000;
}
.hero {
  font-size: 3rem;
  color: white;
}
.hero .a_blocappli {
  font-size: initial;
  color: initial;
  background-size: initial;
}
@media only screen and (min-width: 1420px) {
  #formSection .flex-container {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2rem;
    flex-wrap: nowrap;
  }
  #formSection .flex-container #frmContainer,
  #formSection .flex-container .content {
    width: 45%;
  }
}
#frmContainer {
  margin: 1rem auto;
  padding: 0;
}
#frmContainer .soft {
  padding-left: 1.75rem;
}
@media only screen and (min-width: 540px) {
  #frmContainer .soft {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 540px) {
  #frmContainer {
    padding: 2rem 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  #frmContainer {
    width: 70%;
    margin: auto;
  }
}
@media only screen and (min-width: 1420px) {
  #frmContainer {
    padding: 0;
    margin: 0;
  }
}
#frmContainer form {
  background: white;
  height: fit-content;
  padding: 1rem 0rem 0rem 2rem;
  border-left: solid #FECB00 1rem;
}
@media only screen and (min-width: 540px) {
  #frmContainer form {
    border-left: solid #FECB00 2rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 768px) {
  #frmContainer form {
    padding: 2rem 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  #frmContainer form {
    padding: 3rem 1rem;
  }
}
#frmContainer input[type="text"],
#frmContainer input[type="email"],
#frmContainer input[type="tel"] {
  color: #090909;
  padding: 0.75rem 0.5rem;
  width: 95%;
  font-size: 18px;
  border-radius: 50px;
  border: solid white 1px;
  background: linear-gradient(rgba(247, 247, 247, 0.5), rgba(245, 243, 243, 0.1));
  box-shadow: inset 2px 2px 6px #89898999, 0 0px 0px #ffffff;
  transition: 0.3s all ease-in-out;
}
#frmContainer input[type="text"]:focus,
#frmContainer input[type="email"]:focus,
#frmContainer input[type="tel"]:focus,
#frmContainer input[type="text"]:focus-visible,
#frmContainer input[type="email"]:focus-visible,
#frmContainer input[type="tel"]:focus-visible {
  outline: slategrey 1px solid;
}
@media only screen and (min-width: 768px) {
  #frmContainer input[type="text"],
  #frmContainer input[type="email"],
  #frmContainer input[type="tel"] {
    width: 100%;
  }
}
#frmContainer fieldset,
#frmContainer .validation {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  #frmContainer fieldset,
  #frmContainer .validation {
    padding: 0.75rem 1.75rem;
  }
}
#frmContainer button[type="submit"] {
  cursor: pointer;
  display: inline-block;
  margin: auto;
  border-radius: 25px;
  background-color: #FECB00;
  border: none;
  padding: 0rem 0.75rem 0.75rem 1.5rem;
  margin: 2.5rem auto;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
#frmContainer button[type="submit"]::after {
  top: 8px;
}
#frmContainer button[type="submit"]:hover {
  color: black;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}
#frmContainer button[type="submit"]:focus {
  outline: 1px solid black;
  color: black;
}
@media only screen and (min-width: 1600px) {
  #frmContainer button[type="submit"] {
    margin: 1rem 0 0 0;
  }
}
#frmContainer label[for="rdCase"] {
  margin-left: 2.5rem;
  color: #D0103A;
  display: block;
}
#frmContainer input#rdCase {
  appearance: none;
  border: solid black 1px;
  border-radius: 100%;
  height: 1.2rem;
  width: 1.2rem;
  position: absolute;
  margin-right: 1rem;
  top: 4px;
  left: 1px;
}
#frmContainer input#rdCase:after {
  content: "\F021D";
  font-family: fts_picto;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  font-size: 2rem;
  position: absolute;
  top: -0.65rem;
  left: -0.25rem;
  transition: all 0.25s cubic-bezier(0.26, 0.71, 0, 1);
  transform: scale(0);
}
#frmContainer input#rdCase:before {
  content: "";
  height: 0;
  width: 0;
  border-radius: 100%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
#frmContainer input#rdCase:checked:before {
  content: "";
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  background: #86ffb0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
#frmContainer input#rdCase:checked:after {
  content: "\F021D";
  transform: scale(1);
  color: green;
}
#frmContainer .form-group {
  position: relative;
}
#frmContainer .form-control {
  margin-top: 0.85rem;
  margin-bottom: 1.25rem;
  position: relative;
}
#frmContainer .form-control.invalid input {
  background-image: repeating-linear-gradient(45deg, #ffa8a8 0, #ffa8a8 1px, transparent 0, transparent 50%);
  background-size: 5px 5px;
  background-color: #ffe4e4;
  border: solid 1px #d91818;
}
#frmContainer .form-control[role="radiogroup"] #err-msg-rdCase {
  display: block;
}
.form_modal {
  position: fixed;
  z-index: 2501;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(15px);
  max-width: none;
  padding: 8rem 6rem;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form_modal > div {
  max-width: 50%;
  background-color: white;
  padding: 1rem;
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form_modal > div p {
  padding: 1.25rem;
  text-align: center;
  color: black;
}
.form_modal > div button,
.form_modal > div a,
.form_modal > div .button {
  border: none;
  width: fit-content;
  padding: 1.25rem;
  margin: 2rem auto;
  border-radius: 50px;
}
/* Landing */
/*# sourceMappingURL=./styles.css.map */