/********************************************************************************************************************/

/*@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/ColabThi-webfont.eot');
    src: url('../fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabThi-webfont.woff') format('woff'),
         url('../fonts/ColabThi-webfont.ttf') format('truetype'),
         url('../fonts/ColabThi-webfont.svg#DM Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'colaborate-regular';
    src: url('../fonts/ColabReg-webfont.eot');
    src: url('../fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabReg-webfont.woff') format('woff'),
         url('../fonts/ColabReg-webfont.ttf') format('truetype'),
         url('../fonts/ColabReg-webfont.svg#colaborate-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_bold-webfont.svg#Roboto') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fonts/bebasneue_book-webfont.eot');
    src: url('../fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_book-webfont.woff') format('woff'),
         url('../fonts/bebasneue_book-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');
/********************************************************************************************************************/

.error {
    color: red !important;
    font-style: italic;
}

.success {
    color: #A7FD03 !important;
    font-style: italic;
}

#agreement-error-message {
    background: red;
    color: white !important;
    padding: 10px;
    border-radius: 5px;
}

.link {
    height: 60px;
    line-height: 60px;
    padding: 0 60px 0 20px;
    border: 2px solid #303030;
    color: #303030;
    font-family: 'Roboto';
    font-size: 1em;
    background: transparent url(../img/carre-fleche-droite-dark.png) no-repeat 90% 50%;
    transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}

.link.dark {
    color: white;
    background: #303030 url(../img/carre-fleche-droite.png) no-repeat 90% 50%;
}

.link.back {
    padding: 0 20px 0 60px;
    background: transparent url(../img/carre-fleche-gauche-dark.png) no-repeat 10% 50%;
}

.link:hover {
    background: #303030;
    padding: 0 40px;
    color: #C1E70F;
    background-position: 90% 50%;
    transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

.link.back:hover {
    background-position: 10% 50%;
}

.button {
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 20px;
    border: 2px solid white;
    color: #303030;
    font-family: 'Roboto';
    font-size: 1em;
    background: white;
    cursor: pointer;
    transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    display: inline-block;
}

.button.dark {
    color: white;
    background: #303030;
    border: 2px solid white;
}

.button:hover {
    background: #303030;
    color: #C1E70F;
    transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

.button.active {
    background: #303030;
    color: #C1E70F;
}

.button.is-green {
    background: #C1E70F;
    color: black;
    border-radius: 6px;
    border: 2px solid #C1E70F;
}

.button.is-green:hover {
    background: #303030;
    color: #C1E70F;
}
/********************************************************************************************************************/

#inscription .form input,
#inscription .form select {
    font-family: 'DM Sans';
}

#videos {
    position: relative;
    padding: 70px 75px 65px;
    background: #303030;
}

#videos h2 {
    display: block;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    font-size: 4.5em;
    font-family: 'Roboto';
    margin-bottom: 70px;
}

#videos .vidbox {
    position: relative;
    display: inline-block;
    width: 32%;
    margin-right: 1%;
}

#videos .vidbox iframe {
    border: 0;
    width: 100%;
    height: 265px;
    margin-bottom: 15px;
}

#videos .vidbox h4 {
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    font-size: 2em;
    font-family: 'Roboto';
}

#videos a.plus {
    position: relative;
    display: inline-block;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    font-size: 2em;
    font-family: 'Roboto';
    margin-top: 40px;
    text-decoration: underline;
    transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}

#videos a.plus:hover {
    color: #C1E70F;
    transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

.content-page .vidbox-page {
    position: relative;
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    margin-bottom: 50px;
}

.content-page .vidbox-page iframe {
    border: 0;
    width: 100%;
    height: 365px;
    margin-bottom: 15px;
}

.content-page .vidbox-page h4 {
    line-height: 1em;
    font-weight: normal;
    color: #303030;
    font-size: 2em;
    font-family: 'Roboto';
}


/********************************************************************************************************************/

#social {
    position: relative;
    display: table;
    padding: 65px 5% 110px;
    background: #303030;
    width: 90%;
}

#social .left {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
}

#social .left h3 {
    position: relative;
    display: block;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    font-size: 2em;
    font-family: 'Roboto';
}

#social .left input[type="text"] {
    position: relative;
    display: inline-block;
    width: 370px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    background: #fff;
    border: 0;
    margin-right: 5px;
    font-size: 1em;
    font-family: 'bebas_neuebook';
    color: #303030;
}

#social .left input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #C1E70F;
    color: #fff;
    font-size: 2em;
    font-family: 'Roboto';
    border: 0;
    top: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}

#social .left input[type="submit"]:hover {
    cursor: pointer;
    color: #303030;
    transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

#social .right {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}

#social .right a {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}

#social .right a:hover {
    background: #fff;
    transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}


/********************************************************************************************************************/

footer {
   /* position: relative;
    display: table;
    background: #C1E70F;
    padding: 60px 5%;
    width: 90%;*/
}

footer .left {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

footer .left b {
    font-family: 'Roboto';
    font-size: 2em;
    display: block;
    color: #303030;
    font-weight: normal;
}

footer .left a {
    font-family: 'bebas_neuebook';
    font-size: 1.6em;
    display: block;
    color: #303030;
}

footer .left a:hover {
    color: #fff;
}

footer .right {
    position: relative;
    display: table-cell;
    vertical-align: top;
    text-align: right;
}

footer .right b {
    font-family: 'Roboto';
    font-size: 2em;
    display: block;
    font-weight: normal;
    color: #303030;
}

footer .right span {
    font-family: 'bebas_neuebook';
    font-size: 1.6em;
    display: block;
    color: #303030;
}

footer.black {
    background: black;
    color: white;
}

footer.black p {
    color: white;
    margin-bottom: 10px;
}

footer.black input[type="text"],
footer.black input[type="email"] {
    padding: 1em;
    border: 1px solid white;
    flex: 6;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

footer.black .newsletter {
    width: 100%;
    display: flex;
}

footer.black .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    flex: 1;
    height: 50px;
    line-height: 50px;
}

footer.black .social {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #FFFFFF;
    display: inline-block;
    margin-right: 10px;
    padding: 10px;
}

footer.black .social img {
    max-width: 20px;
}


/********************************************************************************************************************/

.logo-mobile {
    position: relative;
    background: #fff;
    padding: 15px 2% 0;
    text-align: center;
    display: none;
}

.logo-mobile a {
    display: inline-block;
}


/********************************************************************************************************************/

#title-bar {
    position: relative;
    height: 140px;
    background: #C1E70F;
    padding: 60px 2% 0;
}

#title-bar.title-bar-white {
    background: white
}

#title-bar h1 {
    position: relative;
    float: left;
    height: 130px;
    line-height: 130px;
    color: #303030;
    font-family: 'Roboto';
    font-size: 3.5em;
    font-weight: normal;
}

#title-bar .social-top {
    position: relative;
    float: right;
    margin: 40px 0 0;
    text-align: right;
}

#title-bar .social-top a {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}

#title-bar .social-top a:hover {
    background: #fff;
    transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}


/********************************************************************************************************************/

.content-page {
    position: relative;
    /* padding: 50px 2%; */
}

.content-page p {
    font-family: 'DM Sans';
    color: #303030;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-align: left;
}

.content-page p a {
    color: #C1E70F;
}

.content-page p a:hover {
    color: #000;
    text-decoration: underline;
}

.content-page p b {
    font-family: 'Roboto';
}

.container p {
    font-family: 'DM Sans';
    color: #303030;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-align: left;
}

.container p b {
    font-family: 'Roboto';
}

.content-page h2 {
    font-family: 'Roboto';
    font-size: 2em;
    margin-bottom: 40px;
}

.content-page h3 {
    font-family: 'Roboto';
    font-size: 2.5em;
    margin-bottom: 30px;
}

.content-page h4 {
    font-family: 'Roboto';
    font-size: 2em;
    margin-bottom: 30px;
}

.content-page h5 {
    font-family: 'Roboto';
    font-size: 1.5em;
    margin-bottom: 20px;
}

.content-page ul {
    margin-left: 17px;
    margin-bottom: 20px;
}

.content-page ul li {
    list-style: disc;
    font-size: 1.2em;
    font-family: 'DM Sans';
}

.container h2 {
    font-family: 'Roboto';
    font-size: 3em;
    margin-bottom: 40px;
}

.container h3 {
    font-family: 'Roboto';
    font-size: 2.5em;
    margin-bottom: 30px;
}

.container h4 {
    font-family: 'Roboto';
    font-size: 1.6em;
    margin-bottom: 30px;
}

.container h5 {
    font-family: 'Roboto';
    font-size: 1.5em;
    margin-bottom: 20px;
}

.container ul {
    margin-left: 17px;
    margin-bottom: 20px;
}

.container ul li {
    list-style: disc;
    font-size: 1.2em;
    font-family: 'DM Sans';
}

.pop-up p {
    font-family: 'DM Sans';
    color: #303030;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-align: left;
}

.pop-up h2 {
    font-family: 'Roboto';
    font-size: 3em;
    margin-bottom: 40px;
}

.pop-up h3 {
    font-family: 'Roboto';
    font-size: 2.5em;
    margin-bottom: 30px;
}

.pop-up h4 {
    font-family: 'Roboto';
    font-size: 2em;
    margin-bottom: 30px;
}

.pop-up h5 {
    font-family: 'Roboto';
    font-size: 1.5em;
    margin-bottom: 20px;
}

.content-page .cadre {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    margin: 0 1% 30px;
    padding: 0 2% 30px;
}

.content-page .cadre img {
    width: 100% !important;
    height: auto !important;
}

.content-page h6 {
    display: block;
    text-align: center;
    min-height: 60px;
    padding: 15px;
    color: #303030;
    background: #C1E70F;
    font-family: 'Roboto';
    font-size: 2.4em;
    font-weight: normal;
    margin-bottom: 30px;
}


/********************************************************************************************************************/

.content-blogue {
    position: relative;
    display: table;
}

.content-blogue .left {
    position: relative;
    display: table-cell;
    padding: 50px 25px;
    color: #303030;
}

.content-blogue .right {
    position: relative;
    display: table-cell;
    padding: 50px 25px;
    width: 250px;
    background: #303030;
    color: #fff !important;
}

.content-blogue h1 {
    font-family: 'Roboto';
    font-size: 3.5em;
    margin-bottom: 40px;
}

.content-blogue h2 {
    font-family: 'Roboto';
    font-size: 3em;
    margin-bottom: 40px;
}

.content-blogue h3 {
    font-family: 'Roboto';
    font-size: 2.5em;
    margin-bottom: 30px;
}

.content-blogue h4 {
    font-family: 'Roboto';
    font-size: 2em;
    margin-bottom: 30px;
}

.content-blogue h5 {
    font-family: 'Roboto';
    font-size: 1.5em;
    margin-bottom: 20px;
}

.content-blogue h6 {
    font-family: 'Roboto';
    font-size: 1.3em;
    margin-bottom: 20px;
}

.content-blogue p {
    ont-family: 'DM Sans';
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.content-blogue b {
    ont-family: 'DM Sans';
    font-weight: bold;
}

.content-blogue a {
    ont-family: 'DM Sans';
    color: #C1E70F;
}

.content-blogue a:hover {
    color: #000;
    text-decoration: underline;
}

.content-blogue ul {
    position: relative;
    margin-left: 17px;
    margin-bottom: 20px;
}

.content-blogue ol {
    position: relative;
    margin-left: 17px;
    margin-bottom: 20px;
}

.content-blogue li {
    font-family: 'DM Sans';
    font-size: 1.2em;
    margin-bottom: 15px;
}

.content-blogue ul li {
    list-style: disc;
}


/********************************************************************************************************************/

ul.services {
    position: relative;
    list-style-image: url(../img/carre-fleche-droite-orange.png) !important;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin: 80px 0 80px 0;
}

ul.services li {
    color: #303030;
    margin-bottom: 25px;
    font-size: 1.6em;
    line-height: 1.8em;
    padding-left: 15px;
    margin-left: 50px;
    font-family: 'DM Sans';
}

ul.ul1 {
    position: relative;
    margin-top: 30px;
}

ul.ul1 li {
    font-family: 'DM Sans';
    font-size: 1em;
    line-height: 1.2em;
    margin-left: 20px;
    color: #303030;
    list-style: disc;
}


/********************************************************************************************************************/

.img-promo {
    margin-bottom: 30px;
    display: block;
}

.visitevirtuelle {
    border: 0;
    width: 100%;
    height: 575px;
    margin-bottom: 30px;
}

.col50 {
    float: left;
    width: 49%;
    margin-right: 1%;
}


/********************************************************************************************************************/

.message_erreur_form {
    position: relative;
    display: inline-block;
    padding: 15px;
    background: #C1E70F;
    color: #303030;
    margin-bottom: 30px;
    font-family: 'DM Sans';
    font-size: 1.2em;
}

.form input[type="text"] {
    position: relative;
    display: block;
    width: 340px;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    background: #fff;
    border: 2px solid #C1E70F;
    font-size: 1em;
    font-family: 'bebas_neuebook';
    color: #303030;
    margin-bottom: 20px;
}

.form select {
    position: relative;
    display: block;
    width: 340px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    background: #fff;
    border: 2px solid #C1E70F;
    font-size: 1em;
    /* font-family: 'bebas_neuebook'; */
    color: #303030;
    margin-bottom: 20px;
}

.form textarea {
    position: relative;
    display: block;
    width: 340px;
    height: 120px;
    max-height: 120px;
    min-height: 120px;
    padding: 15px;
    background: #fff;
    border: 2px solid #C1E70F;
    font-size: 1em;
    font-family: 'bebas_neuebook';
    color: #303030;
    margin-bottom: 20px;
}

.form input[type="submit"] {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #C1E70F;
    color: #fff;
    font-size: 2em;
    font-family: 'Roboto';
    border: 0;
    margin-top: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}

.form input[type="submit"]:hover {
    cursor: pointer;
    color: #303030;
    transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}


/********************************************************************************************************************/

.cours {
    position: relative;
    padding: 15px 2%;
    width: 96%;
    text-align: left;
    margin-bottom: 10px;
}

.cours:nth-child(odd) {
    background: #303030;
    color: #C1E70F;
}

.cours:nth-child(even) {
    background: transparent;
    color: #303030;
}

.cours span {
    font-family: 'DM Sans';
    font-size: 1em;
}

.cours h3 {
    font-weight: normal;
    font-family: 'Roboto';
    font-size: 2em;
}

.cours h4 {
    font-weight: normal;
    font-family: 'DM Sans';
    font-size: 1em;
}


/********************************************************************************************************************/


/* MINDBODY STYLING */


/*div.healcode.schedule h1{color:#222222 !important;}
div.healcode .week_links a, div.healcode .week_links a:visited, div.healcode .day_links a, div.healcode .day_links a:visited, div.healcode a.hc-button, div.healcode input.hc-button, div.healcode .healcode-date-links-area a{height:30px; line-height:30px; font-size:10pt;}
div.healcode table.schedule tr td, div.healcode table.enrollments tr td, div.healcode table.healcode-appointments tr td, div.healcode ol.enrollment_list li.cancelled div tr td{border-top:0 !important;}
div.list_view li{border-top:0; font-family: 'Roboto'; font-size:18pt; font-weight:normal !important; border-bottom:2px solid #222 !important;}
div.healcode .location{font-size:18px;}*/

div.healcode .classname a {
    color: #222222 !important;
}


/********************************************************************************************************************/

.contact-box {
    position: relative;
    margin-bottom: 60px;
}

.contact-box .left {
    position: relative;
    float: left;
    width: 40%;
}

.contact-box .right {
    position: relative;
    float: right;
    width: 58%;
    margin-left: 2%;
}

.contact-box .right iframe {
    width: 100%;
    height: 375px;
}


/********************************************************************************************************************/

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
    width: 100% !important;
}


/********************************************************************************************************************/

.succ {
    font-family: 'bebas_neuebook';
    display: inline-block;
    margin: 10px;
    padding: 10px;
    border: 1px solid #222;
    color: #222;
}

.select_succ {
    background: #222 !important;
    color: #fff !important;
}


/********************************************************************************************************************/

.succursale {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 0 4% 50px;
    border-top: 3px solid #000;
    padding-top: 40px;
}

.succursale img {
    margin-bottom: 40px;
}

.succursale ul.services {
    columns: 1 !important;
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    margin-left: 30px !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.succursale .content-page h2 {
    font-size: 1.5em !important;
}

.succursale .content-page h3 {
    font-size: 1.5em !important;
}

.succursale ul.services li {
    font-size: 1.2em !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
    list-style-image: url(../img/carre-fleche-droite-orange.png) !important;
    line-height: 1.2em;
}

.succursale:nth-child(-n + 2) {
    border-top: none !important;
}


/********************************************************************************************************************/

.logos-partenaires {
    position: relative;
    text-align: center;
}

.logos-partenaires a {
    display: inline-block;
    vertical-align: middle;
    margin: 30px;
}


/********************************************************************************************************************/

.cg1 {
    float: left;
    width: 710px;
    margin-right: 10px;
}

.cg2 {
    float: left;
}

.ap-col {
    position: relative;
    float: left;
    width: 47%;
    margin: 0 1%;
}

.batisse-ap {
    margin-bottom: 20px;
}


/********************************************************************************************************************/

.simple-table {
    display: table;
    width: 100%;
}

.simple-table .cell {
    display: table-cell;
    padding: 20px;
    vertical-align: top;
}


/********************************************************************************************************************/

::selection {
    background: #C1E70F;
    color: #222;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #C1E70F;
    color: #222;
    /* Gecko Browsers */
}

.ulmargin {
    margin-left: 17px;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.msg_infolettre {
    position: relative;
    color: #c1e70f;
    font-family: 'DM Sans';
    font-size: 1.2em;
    margin: 20px 0;
}

.alerte-communique {
    position: relative;
    display: block;
    margin: 50px 5%;
    padding: 40px 5%;
    background: #C1E70F;
    color: #333;
    font-size: 2em;
    font-family: 'bebas_neuebook';
    text-align: center;
    border: 10px solid #C1E70F;
    transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}

.alerte-communique span {
    display: block;
    font-size: 2em;
    font-family: 'Roboto';
}

.alerte-communique:hover {
    border: 10px solid #333;
    background: #fff;
    transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

.birthday-input-day {
    display: inline-block;
    max-width: 50px;
    margin-right: 50px;
}

.birthday-input-month {
    display: inline-block;
    max-width: 55px;
    margin-right: 50px;
}

.birthday-input-year {
    display: inline-block;
    max-width: 100px;
}

@media screen and (max-width: 940px) {
    .birthday-input-day {
        max-width: 70px;
        margin-right: 10px;
    }
    .birthday-input-month {
        max-width: 70px;
        margin-right: 10px;
    }
    .birthday-input-year {
        max-width: 120px;
    }
}

#home-button {
    position: relative;
}

#home-button span {
    position: absolute;
    top: -32px;
    right: -13px;
    z-index: 5;
    background: deepskyblue;
    padding: 10px;
    line-height: 1;
    border-radius: 18px;
    font-size: 20px;
}


/** Page accueil **/

#home-kin {
    background: white;
    position: relative;
}

#home-kin #row {
    margin-top: 2em;
    margin-bottom: 2em;
}

#home-kin .has-background-dark-grey {
    padding: 2em;
    text-transform: uppercase;
}

#home-kin .img-background {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

#home-kin #distance-background {
    background-image: url("/img/entraineurs/entrainement-virtuel.jpg");
}

#home-kin #gym-background {
    background-image: url("/img/entraineurs/directement-au-gym.jpg");
}

#home-kin #kin-reservation {
    padding: 5em;
}

#home-welcome {
    background: white;
    position: relative;
}

#home-welcome #welcome-row {
    margin-bottom: 2em;
}

#home-welcome #welcome {
    padding: 2em;
}

#home-app {
    background: white;
    position: relative;
}

#home-app #welcome-row {
    margin-bottom: 3em;
}

#home-app #welcome {
    padding: 2em;
}

#home-programme {
    background: white;
    position: relative;
    padding: 2em 0;
}

#home-programme .programme-row {
    padding: 10em 2em;
    background-image: url("/img/maxi-club-programme-entrainement.jpg");
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    background-size: cover;
}

#home-programme .programme-row .programme-text {
    max-width: 700px;
}

#home-programme .programme-row p {
    color: white;
}


/** Les mills **/

.lesmills-header .container .row .col-md-6:first-child {
    padding-right: 10em;
}

.lesmills-header .container .row .col-md-6:last-child {
    padding: 0 8em;
}

.lesmills-header .white-box {
    background-color: white;
    border-radius: 6px;
    color: black;
    padding: 4em;
    text-align: center;
}

.lesmills-header a {
    color: #C1E70F;
    text-decoration: underline;
}

.lesmills-header a:hover {
    color: white;
}

.lesmills-header .white-box h2 {
    font-size: 5em;
}

.lesmills-row .container {
    width: auto;
}

.lesmills-row .col-header {
    text-align: center;
    padding: 1em;
    font-size: 1.3em;
    font-weight: bold;
}

.lesmills-row img {
    width: 100%;
}

.lesmills-row .col-body {
    padding: 3em 6em;
}

.lesmills-row ul li {
    list-style: none;
    margin-bottom: 1em;
}

.lesmills-row ul li h5::before {
    content: "✓";
    font-size: 0.6em;
    margin-right: 1em;
    border-radius: 40px;
    background: #C1E70F;
    padding: 7px 10px;
}

.lesmills-row .col-md-6 {
    padding: 0;
}

.lesmills-row .col-md-6:first-child .col-header {
    background: #303030;
    color: white;
}

.lesmills-row .col-md-6:last-child .col-header {
    background: #303030;
    color: white;
    border-left: 1px solid white;
}


/** Concours **/

.control {
    margin-bottom: 1em;
    margin-top: 1em;
}

.control p {
    color: black !important;
    margin-bottom: 15px;
}

.concours-header input[type="text"],
.concours-header input[type="email"] {
    padding: 1em;
    border: 1px solid rgb(118, 118, 118);
    width: 100%;
}

.concours-header h2 {
    font-size: 5em;
    margin-bottom: 10px;
}

.concours-header h3 {
    font-size: 2.6em;
}

.concours-header .container .row .col-md-6:first-child {
    padding-right: 12em;
}

.concours-header .container .row .col-md-6 img {
    max-width: 350px;
}

.green {
    color: #A7FD03 !important;
}

.concours-header .container .row .col-md-6:last-child {
    padding: 0 4em;
}

.concours-white-box {
    background-color: white;
    border-radius: 6px;
    color: black;
    padding: 5em 2em;
}

.fullwidth {
    width: 100%;
}

.is-hidden {
    display: none;
}

.slick-prev::before {
    content: url("/img/carre-fleche-gauche.png") !important;
}

.slick-next::before {
    content: url("/img/carre-fleche-droite.png") !important;
}


/** Page forfait suivi et consultation **/

.v-align {
    display: flex;
    align-items: center;
}

.has-text-white {
    color: white !important;
}

.has-text-green {
    color: #C1E70F !important;
}

.has-background-grey {
    background: #F7F7F7;
}

.has-background-dark-grey {
    background: #303030;
}

.grey-border {
    border: 1px solid #9F9E9E;
}

#forfaits-suivi {
    margin-top: 70px;
    margin-bottom: 70px;
}

#forfaits-suivi .grey-border {
    padding: 1em;
    position: relative;
}

#forfaits-suivi .grey-border h4 {
    margin-top: 20px;
}

#forfaits-suivi .grey-border h5 {
    background: white;
    position: absolute;
    top: -15px;
    left: 20px;
    right: 20px;
}

#forfaits-suivi .grey-border h6 {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 1em;
    text-align: right;
}

#forfaits-suivi .grey-border h6 strong {
    font-family: 'Roboto';
}

#forfaits-suivi .price-tag {
    background: #F7F7F7;
    display: inline-block;
    border-radius: 50px;
    padding: 20px;
    font-size: 2em;
    margin-bottom: 10px;
    font-family: 'Roboto';
}

#forfaits-suivi .red-price-tag {
    display: inline-block;
    padding: 20px;
    font-size: 2em;
    margin-bottom: 10px;
    font-family: 'Roboto';
    color: white;
}

#forfaits-suivi .promo {
    position: relative;
}

#forfaits-suivi img {
    position: relative;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: -1;
    left: 30%;
}

#forfaits-suivi .promo-price-tag {
    background: #F7F7F7;
    position: absolute;
    top: 0px;
    left: 100px;
    border-radius: 50px;
    padding: 10px;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-family: 'Roboto';
    text-decoration: line-through;
}

#forfaits-suivi .price-tag sup,
#forfaits-suivi .red-price-tag sup {
    font-size: 0.6em;
}

#forfaits-suivi .promo-price-tag+.price-tag {
    background: #1AB5DB;
    color: white;
}

#forfaits-suivi .buy-button {
    margin-bottom: -40px;
}

#forfaits-consultation {
    padding-top: 3em;
    padding-bottom: 3em;
}

#forfaits-consultation .col-md-4 {
    padding: 1em 2em;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.forfait-slide {
    padding: 1em 2em;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: flex !important;
}

#forfaits-consultation .col-md-5 {
    padding: 1em 2em;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#forfaits-consultation h4 {
    width: 100%;
}

#forfaits-consultation .price-tag {
    float: right;
    text-align: right;
}

#forfaits-consultation .time-tag {
    font-size: 0.6em;
    color: #B4B4B4;
}

#forfaits-consultation p {
    color: #B4B4B4;
}

#forfaits-consultation .button {
    background: transparent;
    border: 1px solid #C1E70F;
    color: #C1E70F;
}

#forfaits-consultation .button:hover {
    background: #C1E70F;
    color: #303030;
}

#forfaits-consultation .button-link {
    color: #C1E70F;
    float: right;
    text-decoration: underline;
    line-height: 60px;
    font-size: 1.3em;
}

#pourquoi-kin {
    padding-top: 3em;
    padding-bottom: 3em;
}

#pourquoi-kin .col-md-2 {
    margin-bottom: 1em;
    min-height: 130px;
}

#pourquoi-kin #icons img {
    height: 100px;
}

@media (min-width:992px) {
    #kin-header .container {
        height: 240px;
    }
    #kin-header .container .row {
        height: 150px;
    }
    #kin-header .container .row .col-md-12,
    #kin-header .container .row .col-md-6,
    #kin-header .container .row .col-md-12 .v-align,
    #kin-header .container .row .col-md-6 .v-align {
        height: 100%;
    }
}

@media (max-width:992px) {
    #kin-header {
        padding: 2em 0;
        text-align: center;
    }
    #kin-header h4 {
        width: 100%;
    }
    #kin-header button:first-child {
        margin-bottom: 10px;
    }
    #forfaits-suivi .grey-border {
        margin-bottom: 3em;
    }
    #forfaits-suivi .col-md-3:last-child .grey-border {
        margin-top: 5em;
        margin-bottom: 0;
    }
    #forfaits-suivi .promo-price-tag {
        left: 80px;
    }
    #forfaits-consultation .col-md-4 {
        min-height: 0;
        margin-bottom: 2em;
    }
    #forfaits-consultation .col-md-5 {
        min-height: 0;
        margin-bottom: 2em;
    }
}

#medicalfit-form {
    margin-top: 2em;
}

#medicalfit-form .col-md-6 {
    padding: 0;
    padding-bottom: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#medicalfit-form .col-md-6 .text-container {
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
}

#medicalfit-form ul {
    margin-bottom: 2em;
}

#medicalfit-form .assurance-recu {
    background: #1F315A;
    padding: 0.5em 1em;
    color: white;
    font-family: 'Roboto';
    display: inline;
    margin-top: 2em;
}

#medicalfit-form .col-md-6:last-child {
    background: #1F315A;
    border-radius: 5px;
}

#medicalfit-form input {
    position: relative;
    display: block;
     height: 60px;
    line-height: 60px;
    padding: 0 15px;
    background: transparent;
    border: 2px solid white;
    font-size: 1em;
    font-family: 'bebas_neuebook';
    color: white;
    margin-bottom: 20px;
}

#video-bodyo {
    margin-top: 2em;
    padding: 2em 0;
}

#video-bodyo iframe {
    width: 100%;
    height: 700px
}

@media (max-width:992px) {
    #video-bodyo iframe {
        height: 400px
    }
    #medicalfit-form .col-md-6:last-child {
        border-radius: 0;
    }
}


/** Page entraineur et kin **/

#entraineur-header {
    padding-top: 1em;
    padding-bottom: 1em;
    text-transform: uppercase;
    font-weight: bold;
}

#entraineur-entrainement {
    margin-top: 2em;
}

#entraineur-entrainement .col-md-6 {
    padding: 0;
    padding-bottom: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 750px;
}

#entraineur-entrainement .col-md-6 .text-container {
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
}

#entraineur-entrainement .col-md-6 .link.dark {
    color: white;
    border: 2px solid white;
    background: transparent url(../img/carre-fleche-droite.png) no-repeat 90% 50%;
}

#entraineur-entrainement .col-md-6 .link.dark:hover {
    color: #303030;
    background: white;
}

#entraineur-entrainement img {
    width: 100%;
    height: auto;
    height: 309px;
    object-fit: cover;
}

#entraineur-grid {
    padding-top: 2em;
    padding-bottom: 2em;
}

#entraineur-grid ul {
    margin-left: 0;
}

#entraineur-grid ul li {
    list-style-type: none;
    margin-bottom: 20px;
    cursor: pointer;
}

#entraineur-grid ul li label {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#entraineur-grid ul li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#entraineur-grid ul li .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

#entraineur-grid ul li .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#entraineur-grid ul li input:checked~.checkmark:after {
    display: block;
}

#entraineur-grid ul li input~.checkmark {
    background-color: #ccc;
}

#entraineur-grid ul li input:checked~.checkmark {
    background-color: #2196F3;
}

#entraineur-grid #entraineur-list h5 {
    margin-top: 15px;
    text-align: center;
}

#entraineur-grid #entraineur-list .img-container {
    position: relative;
}

#entraineur-grid #entraineur-list .img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: black;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#entraineur-grid #entraineur-list .button-overlay {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#entraineur-grid #entraineur-list .entraineur-item:hover .img-overlay {
    opacity: 0.5;
}

#entraineur-grid #entraineur-list .entraineur-item:hover .button-overlay {
    opacity: 1;
}


/** Page videos sur demande **/

.grey-circle {
    background: #303030;
    border-radius: 150px;
    padding: 3em 2em;
    min-height: 200px;
    max-width: 200px;
    margin: auto;
}

.grey-circle img {
    max-height: 100px;
    width: auto;
}

.coming-soon {
    position: fixed;
    top: 49%;
    left: 0;
    right: 0;
    text-align: center;
}

.coming-soon h4 {
    color: #C1E611;
    display: inline-block;
    background: black;
    margin: auto;
    border-radius: 30px;
    padding: 1em;
    /*text-transform: uppercase;
    //font-size: 1.3em;*/
}

@media (max-width:992px) {
    #entraineur-filtres {
        position: fixed;
        z-index: 100;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
        z-index: 100000;
        padding-top: 1em;
    }
    #entraineur-filtres h2 {
        position: relative;
    }
    #entraineur-filtres ul:last-child {
        margin-bottom: 5em;
    }
    #entraineur-filtres-buttons {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
        padding: 0.5em;
        z-index: 100000;
        background: white;
    }
    #entraineur-filtres-buttons .button {
        height: 45px;
        line-height: 45px;
    }
    .close-filter {
        position: absolute;
        right: 0;
        top: 6px;
        background: transparent;
        border: 2px solid white;
        color: white;
        border-radius: 8px;
        padding: 0.7em 1.2em;
        font-weight: bold;
    }
    .open-filter {
        position: fixed;
        right: 10px;
        top: 100px;
        background: white;
        border: 2px solid black;
        border-radius: 8px;
        padding: 0.7em 1.2em;
        font-weight: bold;
        display: flex;
        align-items: center;
        z-index: 100;
    }
    .open-filter img {
        max-height: 20px;
    }
    #entraineur-filtres.is-active {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    #entraineur-entrainement .col-md-6 {
        height: auto;
    }
    #category-videos-demand h3 {
        font-size: 1.7em;
    }
    .grey-circle {
        min-height: 150px;
    }
    .grey-circle img {
        max-height: 70px;
    }
}


/** Footer cours de la journee **/

#cours-de-la-journee {
    border: 1px solid black;
    background: white;
    color: #000;
}

#cours-de-la-journee .spinner {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.form-cours-journee select {
    border: 1px solid black !important;
}

#cours-de-la-journee .cours-row {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    padding-bottom: 0;
}

#cours-de-la-journee .cours-row p {
    margin-bottom: 0;
}

#cours-de-la-journee .cours-row .cours-name {
    width: 70%;
    padding-bottom: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    text-align: left;
}

@media (max-width:600px) {
    #cours-de-la-journee .cours-row .cours-name {
        width: 60%;
    }
}

#cours-de-la-journee .cours-row:last-child .cours-name {
    border-bottom: none;
}

#cours-de-la-journee .cours-row .cours-name p:first-child {
    font-weight: bold;
    padding-bottom: 0;
    font-family: 'DM Sans';
    text-transform: uppercase;
}


/** Formulaire inscription **/

.inscription-form {
    display: flex;
    justify-content: center;
}


/** Zone cible **/

#zone-cible-banner .container {
    position: relative;
}

#zone-cible-banner h2 {
    position: absolute;
    right: 50px;
    top: 30px;
}

#zone-cible-banner img {
    width: 100%;
    object-fit: contain;
}

.zone-cible-video {
    display: table;
    position: relative;
    width: 100%;
}

.zone-cible-video video {
    width: 100%;
}

.zone-cible-video #playpause {
    background-image: url('/img/play-button.png');
    background-repeat: no-repeat;
    width: 10%;
    height: 20%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

@media (max-width:600px) {
    #zone-cible-banner h2 {
        position: static;
    }
}


/** Tableau pricing abonnements **/

#generic_price_table *,
#generic_short_price_table *,
.container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#generic_price_table :after,
#generic_price_table :before,
#generic_short_price_table :after,
#generic_short_price_table :before,
.container :after,
.container :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#nos-abonnements h2 {
    text-align: center;
}

#generic_price_table .generic_head_content {
    padding: 0.6em;
    min-height: 328px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#generic_price_table .third .generic_head_content {
    min-height: 150px;
}

#generic_price_table .generic_content {
    border-radius: 15px;
    min-height: 1200px;
    display: flex;
    flex-direction: column;
}

#generic_price_table .generic_content.half {
    min-height: 595px;
}

#generic_price_table .generic_content.third {
    min-height: 365px;
}

#generic_price_table .generic_content#resultats {
    background-color: #5BB6D7;
}

#generic_price_table .generic_content#avantage {
    background-color: #3E4346;
}

#generic_price_table .generic_content#avantage p,
#generic_price_table .generic_content#avantage h4,
#generic_price_table .generic_content#avantage .description {
    color: white!important;
}

#generic_price_table .generic_content#base-plus {
    background-color: black;
}

#generic_price_table .generic_content#base-plus p,
#generic_price_table .generic_content#base-plus h4,
#generic_price_table .generic_content#base-plus .description {
    color: white!important;
}

#generic_price_table .generic_content#resultats p,
#generic_price_table .generic_content#resultats h4,
#generic_price_table .generic_content#resultats .description {
    color: white;
}

#generic_price_table .generic_content#base {
    background-color: #F2F2F2;
}

#generic_price_table .bottom_subscribe {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

#generic_price_table .inscription {
    margin-top: 1em;
    margin-bottom: 0.7em;
}

#generic_price_table .generic_content .inscription a {
    padding: 0.5em 1em;
    color: #B02949;
    background: white;
    font-family: 'Roboto';
}

#generic_price_table .generic_content#base-plus .inscription a {
    padding: 0.5em 1em;
    color: black;
    background: #C1E70F;
    font-family: 'Roboto';
}

#generic_price_table .row .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

#generic_price_table .generic_content .generic_price_tag p.text-right,
#generic_price_table .generic_content#avantage .generic_price_tag p.text-right {
    color: #B02949!important;
}

#generic_price_table .generic_content#base-plus .generic_price_tag p.text-right {
    color: #C1E70F!important;
}

#generic_price_table .generic_content#resultats .generic_price_tag p.text-right {
    color: #EDE83C!important;
}

#generic_price_table .generic_content p.expire,
#generic_price_table .generic_content#avantage p.expire {
    color: #B02949!important;
    font-size: 1em;
}

#generic_price_table .generic_content#base-plus p.expire {
    color: white;
}

#generic_price_table .generic_content#resultats p.expire {
    color: #EDE83C!important;
    font-size: 1em;
}

#generic_price_table .generic_price_tag p {
    margin-bottom: 5px;
}

#generic_price_table h4 {
    font-family: 'bebas_neuebook';
}

#generic_price_table h4 .forfait {
    font-family: 'Roboto';
}

#generic_price_table .generic_price_tag table {
    width: 100%;
}

#generic_price_table .generic_price_tag table .price {
    font-family: 'Roboto';
    font-size: 1.5em;
}

#generic_price_table .generic_price_tag table .price.price-expire {
    text-decoration: line-through;
}

#generic_price_table .generic_price_tag table .price.new-price {
    background-color: #B02949;
    color: white !important;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 5px;
    transform: rotate(-3deg);
}

#generic_price_table .generic_price_tag table .price.new-price::after {}

#generic_price_table .generic_price_tag table tr {
    width: 100%;
}

#generic_price_table .generic_price_tag table td {
    width: 50%;
}

#generic_price_table .reg-price {
    text-decoration: line-through;
}

#generic_price_table .generic_feature_list {
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-bottom: 1.2em;
}

#generic_price_table .generic_feature_list ul {
    margin-left: 0;
}

#generic_price_table .generic_feature_list ul,
#generic_price_table .generic_feature_list ul li {
    list-style-type: none;
}

#generic_price_table .generic_feature_list.description_list ul li {
    padding-top: 5px;
    font-family: 'colaborate-regular';
}

#generic_price_table .generic_feature_list ul li {
    margin-top: 0.6em;
}

#generic_price_table .generic_feature_list ul li .annotation {
    position: absolute;
    top: 13px;
    right: 2px;
    font-style: italic;
}

#generic_price_table .generic_feature_list ul li .check {
    color: #3da70c;
    font-size: 1.3em;
    font-weight: bold;
}

#generic_price_table .generic_content#resultats .generic_feature_list ul li .check {
    color: white;
}

#generic_price_table .generic_feature_list ul li .cross {
    color: #bb2748;
    font-size: 1.3em;
    font-weight: bold;
}

#generic_price_table .generic_feature_list ul li.inscription {
    background: white;
}

#generic_price_table .generic_feature_list .kinexpertise {
    font-size: 0.8em;
    color: white;
}

#generic_price_table .generic_feature_list .kinexpertise#gold {
    background-color: #E7D506 !important;
}

#generic_price_table .generic_feature_list .kinexpertise#silver {
    background-color: #4a4b4c !important;
}

#generic_price_table .generic_feature_list .kinexpertise#bronze {
    background-color: #A9A8AD !important;
}

#generic_short_price_table .generic_content {
    border-radius: 25px;
    color: white;
    min-height: 660px;
}

#generic_short_price_table #bronze .generic_content {
    background: rgb(56, 130, 217);
    background: linear-gradient(90deg, rgba(56, 130, 217, 1) 0%, rgba(47, 201, 175, 1) 97%);
}

#generic_short_price_table #bronze h5 {
    color: rgba(47, 201, 175, 1);
}

#generic_short_price_table #bronze .generic_price_tag p {
    color: rgba(47, 201, 175, 1);
}

#generic_short_price_table #silver .generic_content {
    background: rgb(107, 56, 255);
    background: radial-gradient(circle, rgba(107, 56, 255, 1) 0%, rgba(188, 52, 240, 1) 97%);
}

#generic_short_price_table #silver h5 {
    color: rgba(188, 52, 240, 1);
}

#generic_short_price_table #silver .generic_price_tag p {
    color: rgba(188, 52, 240, 1);
}

#generic_short_price_table #gold .generic_content {
    background: rgb(237, 114, 99);
    background: radial-gradient(circle, rgba(237, 114, 99, 1) 0%, rgba(245, 170, 112, 1) 97%);
}

#generic_short_price_table #gold h5 {
    color: rgba(245, 170, 112, 1);
}

#generic_short_price_table #gold .generic_price_tag p {
    color: rgba(245, 170, 112, 1);
}

#generic_short_price_table .generic_head_content .head {
    margin-bottom: 0;
}

#generic_short_price_table .generic_price_tag {
    background: white;
    position: absolute;
    right: -2px;
    top: -2px;
    padding: 1em;
    border-radius: 0px 25px 0px 25px;
}

#generic_short_price_table .generic_price_tag p {
    margin-bottom: 0;
}

#generic_short_price_table .generic_price_tag .price {
    font-size: 1.5em;
}

#generic_short_price_table .generic_feature_list {
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-bottom: 1.2em;
}

#generic_short_price_table .generic_feature_list ul,
#generic_short_price_table .generic_feature_list ul li {
    list-style-type: none;
}

#generic_short_price_table .generic_feature_list ul {
    margin-left: 0;
    color: white;
}

#generic_short_price_table .generic_feature_list ul li {
    margin-top: 0.6em;
}

#generic_short_price_table .inscription {
    margin-top: 2em;
    text-align: center;
    position: absolute;
    bottom: 2em;
    width: 100%;
}

#generic_short_price_table .inscription a {
    padding: 1em 2em;
    border: 3px solid white;
    border-radius: 18px;
    color: white;
}

#generic_short_price_table .inscription a:hover {
    border: 3px solid #303030;
    color: #303030;
}

#nos-abonnements.abonnements-2-mois {
    position: relative;
    padding-top: 10em;
    background: #2d2d2d;
    color: white;
}

#special-image {
    position: absolute;
    top: 0;
    left: 50px;
    max-height: 200px;
}

#disclaimer-container {
    margin-top: 2em;
}

#button-home-right {
    margin-left: 10px;
}

#carte-rechargeable {
    /* background-color: #f2f2f2; */
    background-color: transparent;
}

#carte-rechargeable .left-row {
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: left;
}

#carte-rechargeable .white-box {
    background-color: #E9E9E9;
    border-radius: 25px;
    color: black;
    padding: 4em;
    text-align: center;
}


#carte-rechargeable .white-box .button.is-green{
    font-size: 1rem;
    line-height: 20px;
    height: 45px;
    border-radius: 50px;
}
#carte-rechargeable .white-box .button.is-green:hover{
    color: #C1E70F !important;
}

#carte-rechargeable ul {
    margin-left: 0;
}

#carte-rechargeable ul li {
    list-style: none;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.input-group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.input-group .button {
    /* background-color: transparent; */
    background-color: #A6FF00;
    border-radius: 25px;
    border-color: black;
    height: 40px;
    padding: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
}

.input-group h3 {
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width:1200px) {
    #carte-rechargeable .white-box{
        padding: 1em;
    }
    #generic_price_table .generic_head_content {
        min-height: 395px;
    }
    .concours-header .container .row .col-md-6:last-child {
        padding: 0 2em;
    }
    .concours-header .container .row .col-md-6:first-child {
        padding-right: 1em;
    }
    #generic_price_table .generic_feature_list.description_list ul li {
        font-size: 0.9em;
    }
    #special-image {
        left: 40px;
        max-height: 175px;
    }
    .hidden-small-pc {
        display: none!important;
    }
    #generic_price_table .generic_content {
        min-height: 1020px;
    }
    #generic_price_table h4 {
        font-size: 1.6em;
    }
    #generic_price_table .generic_content {
        min-height: 1322px;
    }
    #generic_price_table .generic_content.half {
        min-height: 656px;
    }
    .lesmills-header .container .row .col-md-6:last-child {
        padding: 0 3em;
    }
}

@media (max-width:1024px) {
    #generic_price_table .generic_content {
        margin-bottom: 30px;
        min-height: 875px;
    }
    #generic_price_table .bottom_subscribe {
        bottom: 40px;
    }
}

@media (min-width:992px) {
    .hidden-desktop {
        display: none;
    }
    .lesmills-row img {
        height: 590px;
        object-fit: cover;
        object-position: top;
    }
}

@media (max-width:992px) {
    #home-programme .programme-row {
        padding: 6em 1em;
    }
    .slick-next {
        right: -5px;
    }
    .slick-prev {
        left: -5px;
    }
    .lesmills-header .container .row .col-md-6:first-child {
        padding-right: 0;
    }
    .lesmills-header .container .row .col-md-6:last-child {
        padding: 0 1.2em;
    }
    .lesmills-header .white-box {
        padding: 2em;
    }
    .lesmills-row .col-body {
        padding: 2em 3em;
    }
    .concours-header h2 {
        font-size: 3.5em;
        margin-bottom: 10px;
    }
    .concours-header h4 {
        font-size: 1.8em;
        margin-bottom: 10px;
    }
    .concours-header .container .row .col-md-6:last-child {
        padding: 0;
    }
    .concours-header .container .row .col-md-6:first-child {
        padding-right: 15px;
    }
    .concours-header .container .row .col-md-6 img {
        max-width: 90%;
        margin: auto;
        margin-bottom: 2em;
    }
    .hidden-tablet {
        display: none;
    }
    .not-available {
        display: none;
    }
    #generic_short_price_table .generic_content {
        padding-bottom: 4em;
        min-height: auto;
        margin-bottom: 3em;
    }
    #generic_price_table .generic_feature_list ul li.inscription {
        display: none;
    }
    #generic_price_table .generic_head_content,
    #generic_price_table .generic_head_content.half {
        min-height: auto;
    }
    #generic_price_table .generic_feature_list ul li .annotation {
        position: initial;
    }
    #home-button {
        margin-top: 20px;
    }
    #home-button span {
        font-size: 16px;
    }
    #special-image {
        max-height: 130px;
    }
    #disclaimer-container {
        margin-top: 0;
    }
}

@media (max-width:767px) {
    #carte-rechargeable .left-row {
        padding-top: 0;
    }
    #generic_price_table .generic_content {
        margin-bottom: 30px;
        min-height: 0;
    }
    #generic_price_table .generic_content.half {
        min-height: 0;
    }
    #generic_price_table .bottom_subscribe {
        position: static;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 100%;
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}


/**************** NEW PROMO PAGE ***************/

.promo-page-container {
    padding-top: 60px;
}

.promo-page-container #section-duo .left {
    background: url('/img/3-mois/promo-3-mois.jpg');
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.promo-page-container #section-duo .right {
    text-align: left;
    background: #000;
    font-family: 'Roboto';
}

.promo-page-container #section-duo h5 {
    font-size: 22px;
    font-weight: normal;
    color: #C1E70F;
}

.promo-page-container #section-duo h3 {
    font-size: 50px;
    font-weight: normal;
    color: #FFF;
}

.promo-page-container #section-duo .right .subtitle,
.promo-page-container #section-duo .right .features-list {
    color: #fff;
}

.promo-page-container #section-duo .right .subtitle {
    color: #fff;
    margin-top: 20px;
}

.promo-page-container #section-duo .subtitle h5,
.promo-page-container a {
    color: #FFF;
}

.promo-page-container .custom-bullet li {
    list-style-position: inside;
    padding: 10px 0 10px 20px;
    text-indent: -1em;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.promo-page-container .custom-bullet li p {
    padding-left: 20px;
}

.promo-page-container .custom-bullet li::before {
    content: url("data:image/svg+xml,%3Csvg id='Composant_5_474' data-name='Composant 5 – 474' xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25'%3E%3Cg id='Ellipse_329' data-name='Ellipse 329' fill='%23c7f56b' stroke='%23c7f56b' stroke-width='1'%3E%3Cellipse cx='12' cy='12.5' rx='12' ry='12.5' stroke='none'/%3E%3Cellipse cx='12' cy='12.5' rx='11.5' ry='12' fill='none'/%3E%3C/g%3E%3Cg id='baseline-check-24px' transform='translate(3.512 2.99)'%3E%3Cpath id='Tracé_1992' data-name='Tracé 1992' d='M0,0H16.7V17.394H0Z' fill='none'/%3E%3Cpath id='Tracé_1993' data-name='Tracé 1993' d='M7.3,13.258,4.4,10.236,3.41,11.257,7.3,15.309l8.352-8.7L14.672,5.59Z' transform='translate(-1.037 -1.539)'/%3E%3C/g%3E%3C/svg%3E");
    margin-inline-end: 1ch;
    display: inline-block;
}

.promo-page-container .features-list {
    margin-bottom: 20px;
}

.promo-page-container a {
    letter-spacing: 1px;
    text-decoration: underline;
}

.promo-page-container .prices-container {
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
}

.promo-page-container .prices-container .prices-left-items {
    display: flex;
}

.promo-page-container .prices-container .prices-left {
    background: #C1E70F;
    border-radius: 5px;
    padding: 20px 40px;
    position: relative;
    height: fit-content;
}

.promo-page-container .prices-container .big-number {
    font-size: 75px;
    line-height: 55px;
}

.promo-page-container .prices-container .small-number {
    font-size: 25px;
}

.promo-page-container .tx-label {
    position: absolute;
    top: 10px;
    right: 10px;
}

.promo-page-container .prices-right {
    color: #fff;
    border-radius: 5px;
    padding: 0px 40px;
    position: relative;
    height: fit-content;
}

.promo-page-container .prices-right .label-2 span,
.promo-page-container .prices-right .label-1,
.promo-page-container .prices-right .label-3 {
    font-size: 14px;
    font-family: 'bebas_neuebook';
    display: block;
}

.promo-page-container .promo-button {
    font-family: 'Roboto';
    margin-top: 20px;
    padding: 14px 56px;
    background: #C1E70F;
    border-radius: 4px;
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #C1E70F;
    cursor: pointer;
    color: black;
}

.small-note {
    color: #fff;
    font-family: 'bebas_neuebook';
    display: block;
    margin-top: 20px;
    letter-spacing: 2px;
}

.avantages-container {
    padding-top: 6em;
    padding-bottom: 3em;
}

.avantages-container h2 {
    text-align: center;
}

.avantages-container h4 {
    font-size: 20px;
}

.avantages-container .icons-image {
    background: #000;
    padding: 20px;
    height: 110px;
    width: 110px;
    line-height: 93px;
    border-radius: 50%;
    margin: 0 auto;
}

.installations-slider .slide-item img {
    width: 100%;
}



@media (max-width:600px) {
	.promo-page-container #section-duo .left {
		min-height: 220px;
	}
    #button-home-right {
        margin-left: 0;
        margin-top: 10px;
    }
}

.slick-prev:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 19l-7-7 7-7' /%3E%3C/svg%3E") !important;
    background: #F7F7F7;
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50%;
    padding: 12px;
}

.slick-next:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7' /%3E%3C/svg%3E") !important;
    background: #F7F7F7;
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50%;
    padding: 12px;
}

.slick-prev {
    left: -70px !important;
}

.slick-next {
    right: -45px !important;
}

.slick-dots {
    margin-bottom: -5px !important;
}

.slick-dots li button:before {
    font-size: 13px !important;
}