/*

Theme Name: Mediweb
Theme URI: https://mediweb.co/
Description: Mediweb Theme
Version: 1.0
Author: Mediweb
Author URI: http://mediweb.co/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* END of CSS RESET */

/* 1 - END of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */
/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */
a, a:hover {
    color: #ffffff;
}

ul {
    list-style: none;
}

html {
    overflow-x: hidden;
    /*scroll-behavior: smooth;*/
}

html body {
    color: #000000;
    background: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 10px;
    font-size: calc(8px + (10 - 8) * ((100vw - 320px) / (1199 - 320)));
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

body a {
    color: #000000;
}

body a:hover {
    color: #000000;
}

body footer a {
    color: #ffffff;
}

html {
    overflow: auto;
}

section.video {
    height: 56vw;
    max-height: 100vh;
    overflow: hidden;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrap iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-sections .item {
    display: flex;
    width: 100%;
}

.top-sections .item .sub-item:nth-child(1), .top-sections .item .sub-item:nth-child(2) {
    width: 25%;
}

.top-sections .item .sub-item:nth-child(3) {
    width: 50%;
}

body .slick-arrow:before {
    content: none;
}

body .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00B2C0;
    bottom: 30px;
    top: auto;
    padding: 5px 0;
}

body .slick-prev:hover, body .slick-prev:focus, body .slick-next:hover, body .slick-next:focus {
    background: #00B2C0;
!important;
}

body .slick-next {
    right: 130px;
    top: auto;
    transform: none;
}

body .slick-next img {
    transform: translateX(15%);
}

body .slick-prev img {
    transform: translateX(-15%);
}

body .slick-prev {
    left: 130px;
    transform: none;
    z-index: 1;
}

.bienvenue h1 {
    text-align: center;
    max-width: 930px;
    margin: 60px auto 20px auto;
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    text-transform: uppercase;
}

.bienvenue h1 strong, .about .title_block strong {
    font-weight: 600;
    color: #00B2C0;
}

.bienvenue p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    max-width: 420px;
    font-weight: 400;
}

.bienvenue {
    margin-bottom: 36px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.bienvenue .icons_add {
    /*position: absolute;
    top: 0;
    right: 20px;*/
    display: flex;
    align-items: center;
    flex-direction: column;
}

.bienvenue .icons_add:not(:last-of-type) {
    margin-bottom: 35px;
}

.bienvenue > .icons_add:first-of-type img:first-child {
    margin-right: 19px;
}

.bienvenue .icons_add:first-of-type img:last-child {
    margin-left: 19px;
}

.extensible {
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.extensible .item {
    width: 20%;
    transition: all .5s;
    background-position: center;
    position: relative;
    background-size: cover;
    cursor: pointer;
}

.extensible .item:hover {
    flex: 5 0 25%;
    max-width: 400px;
    background-color: #20B2BE;
    background-blend-mode: overlay;
}

.extensible p {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    margin-top: 27px;
    text-transform: uppercase;
    padding: 0 25px;
}

.about {
    background: #E7E3E5;
}

.about .wrapper {
    max-width: 1570px;
    margin: 0 auto;
    background: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.about .box-new,
.about_gallery-slick {
    background: #ffffff;
    width: 100%;
}

.about_gallery-slick {
    padding-bottom: 100px;
}

.about_gallery-slick .slick-arrow {
    bottom: calc(50% - 0px);
}


.about_gallery-slick .slick-slide {
    margin: 0 15px;
    /*height: 550px;*/

}

.about_gallery-slick .slick-slide img {
    width: 100%;
    height: auto;
}


@media only screen and (min-width: 992px) {
    .about_gallery-slick .slick-slide {
        width: 825px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .about_gallery-slick .slick-prev {
        left: 5%;
    }

    .about_gallery-slick .slick-next {
        right: 5%;
    }
}

@media only screen and (max-width: 992px) {
    .about_gallery-slick {
        padding-bottom: 50px;
    }

    .about_gallery-slick .slick-prev {
        left: 10px;
    }

    .about_gallery-slick .slick-next {
        right: 10px;
    }

    .about_gallery-slick .slick-slide {
        margin: 0 5px;
    }
}

.about .title_block, .instagram .title_block, .actualites .title, .partners .title, .contact .title {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 45px;
}

.about .title_block {
    margin-bottom: 0;
}

.instagram .title_block strong, .actualites .title strong, .partners .title strong, .contact .title strong {
    color: #00B2C0;
    font-weight: 500;
}

.about .prev-title {
    text-align: center;
}

.about .text {
    text-align: justify;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -webkit-column-rule: 1px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -moz-column-rule: 1px;
    column-count: 2;
    column-gap: 30px;
    column-rule: 1px;
    max-width: 1250px;
    margin: 30px auto;
    padding: 0 15px;
}

.about .text p:not(:last-child) {
    margin-bottom: 30px;
}
.about .text p:last-child {
    margin-bottom: 0;
}

.about .after-description {
    margin: 30px 0;
}

.about .mark {
    margin-bottom: 25px;
    padding: 0;
}

.about .main-image {
    width: 100%;
}

.about .doctors {
    display: flex;
    max-width: 1250px;
    margin: 0 auto;
    text-align: left;
    padding: 0 15px 100px 15px;
    justify-content: space-between;
}

/* .about .doctors .item {
    max-width: 610px;
    width: 48%;
} */
.about .title {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 100px 0;
}

.about .title strong {
    font-weight: 600;
    color: #00B2C0;
}

.about .doctors .item .name {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00B2C0;
}

.about .doctors .item {
    font-size: 16px;
    color: #000000;
    text-align: justify;
    /* tmp */
    display: flex;
    justify-content: space-between;
}

.about .doctors .item__content {
    max-width: 610px;
    width: 48%;
}

.about .doctors .item__photo {
    max-width: 610px;
    width: 45%;
}

.about .doctors .item__photo img {
    max-width: 100%;
    height: auto;
}

.programme .title_block {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    max-width: 340px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}

.programme .title_block a:hover {
    color: #00B2C0;
}

.programme .title_block strong {
    font-weight: 400;
    color: #00B2C0;
}

.programme .sub_title {
    text-align: center;
    max-width: 705px;
    padding: 10px;
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
    margin: 30px auto;
}

.programme .item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.programme .item img {
    flex: 0 0 50%;
    width: 50%;
}

.programme .item .desc {
    width: 50%;
    max-width: 655px;
    padding-left: 15px;
    margin-left: auto;
    padding-top: 25px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.programme .item:nth-child(2n) .desc {
    padding-right: 15px;
    padding-left: 0;
}

.programme .item .month {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #00B2C0;
    margin-bottom: 25px;
}

.programme .title_event {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.programme .duration, .programme .description {
    font-family: 'Raleway';
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.programme .post-link {
    display: flex;
}

.programme .post-link form {
    width: 50%;
}

.programme .post-link button, .programme .post-link a {
    width: 50%;
    height: 60px;
    color: black;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.programme .post-link button {
    border: none;
    width: 100%;
    background: #E7E3E5;
    cursor: pointer;
}

.programme .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.programme .item:nth-child(2n) .desc {
    margin-left: 0;
    margin-right: auto;
    text-align: right;
}

.pour_vous {
    background: #00B2C0;
    padding: 50px 15px;
}

.pour_vous h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
}

.pour_vous .title {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: black;
    text-align: center;
}

.pour_vous .item {
    width: 33%;
    max-width: 320px;
}

.pour_vous .item a {
    width: 100%;
    display: block;
    color: black;
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    background: #E7E3E5;
    text-align: center;
    margin-top: 40px;
}

.pour_vous .item a span {
    position: relative;
}

.pour_vous .item a span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0%;
    transition: all .5s;
    background: #000000;
}

.pour_vous .item a:hover span:after {
    width: 100%;
}

.pour_vous .item a:hover {
    text-decoration: none;
}

.pour_vous .items {
    display: flex;
    max-width: 1300px;
    justify-content: space-between;
    padding: 15px 15px 0 15px;
    margin: 0 auto;
}

.instagram_images {
    display: flex;
    flex-wrap: wrap;
}

.instagram_images img {
    width: 16.66%;
}

.actualites .wrapper {
    max-width: 1600px;
    padding: 0 15px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.actualites .wrapper img {
    width: 100%;
}
.actualites .slick-arrow img {
	height: 100%;
	width: auto;
}

.actualites .wrapper .item {
    width: 100%;
    padding: 0 10px;
}

.actualites .wrapper .item .title_item {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.actualites .wrapper .item .desc {
    /*max-width: 320px;*/
    margin: 15px auto;
    min-height: 150px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.actualites .wrapper .item .excerpt {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.actualites .wrapper .item a {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    display: block;
    margin-top: 30px;
}

.actualites .wrapper .item a:hover {
    color: #00B2C0;
    text-decoration: none;
}

.actualites .title {
    padding-top: 60px;
    padding-bottom: 50px;
}

.actualites .slider .slick-track {
    min-width: 100%;
}

#load_actual {
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    padding: 20px 68px;
    background: #E5E5E5;
    margin: 60px auto 0 auto;
    display: inline-block;
    cursor: pointer;
}

.partners .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1560px;
    padding: 40px 15px 0 15px;
    align-items: center;
}

.partners .wrapper .item {
    width: 20%;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.partners .wrapper .item:first-child {
    width: 100%;
}

.partners .wrapper .item:nth-child(2) {
    width: 33.3%;
    justify-content: flex-end;
}

.partners .wrapper .item:nth-child(4) {
    width: 33.3%;
    justify-content: flex-start;
}

.partners .wrapper .item:nth-child(2) img, .partners .wrapper .item:nth-child(3) img, .partners .wrapper .item:nth-child(4) img {
    width: 80%;
}

.partners .wrapper .item:not(:first-child) img {
    width: 70%;
}

.contact .wrapper {
    position: relative;
}

.contact .wrapper .white {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 90px 0 50px;
    z-index: 1;
    height: 100%;
    background: #ffffff;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 465px;
}

.contact .wrapper .white p {
    display: flex;
}

.contact .wrapper .white a {
    color: black;
}

.contact .wrapper .white .after-tel p {
    flex-direction: column;
}

.contact .wrapper svg {
    margin-right: 30px;
}

.contact .wrapper span {
    margin-right: 20px;
}

.contact .form {
    position: absolute;
    z-index: 1;
    padding: 30px;
    padding-left: 175px;
    background: #00B2C0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact .form input, .contact .form textarea {
    max-width: 450px;
    min-width: 310px;
    width: 100%;
    border: none;
    background: #ffffff;
    padding: 10px 20px;
    margin-bottom: 5px;
}

.contact .form input::placeholder, .contact .form textarea::placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #6E6E6E;
}

.contact .form input {
    height: 42px;
}

.contact .form input[type='submit'] {
    margin: 0;
    text-transform: uppercase;
}

.contact .form textarea {
    height: 100px;
}

.contact .form p {
    margin-bottom: 0;
}

.contact .form .ajax-loader {
    display: none;
}

footer {
    padding: 50px 0;
    background: #00B2C0;
    text-align: center;
    color: #ffffff;
}

footer img {
    margin-bottom: 50px;
}

footer a:hover {
    color: white;
}

footer p {
    margin-bottom: 3px;
}

header {
    width: 100%;
    background: #ffffff;
}

.temoignages {
    display: none;
}

.wrapper-nav {
    display: flex;
    max-width: 1570px;
    margin: 0 auto;
    justify-content: space-between;
}

.wrapper-nav a img {
    width: 100%;
    object-fit: contain;
    max-width: 180px;
}

.extensible_header {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 200px);

}

.extensible_header .item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: black;
    position: relative;
    flex: 0 5 14.5%;
    cursor: pointer;
    padding: 0 10px;
}

.extensible_header .item a.title {
    z-index: 3;
    position: relative;
    transition: all .6s;
    margin: 0;
    color: #000000;
}

.extensible_header .item:hover a.title {
    color: white;
    font-weight: 600;
    text-decoration: none;
}

.extensible_header .item .hover_block {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 0;
    opacity: 0;
    transition: all .6s;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
}

.extensible_header .item:hover .hover_block {
    z-index: 1;
    height: 360px;
    opacity: 1;
}

.extensible_header .item .hover_block a {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    background: white;
    color: black;
}

.extensible_header .item .hover_block a:last-child {
    background: #E7E3E5;
}

.burger {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00B2C0;
    width: 100px;
    cursor: pointer;
    flex-shrink: 0;
}

header {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
}

header .wrapper-nav > a:first-child {
    padding: 15px 10px;
}

.modal-menu {
    display: flex;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 178, 192, 1);
    z-index: 99;
    align-items: center;
    opacity: 0;
    justify-content: center;
    transition: all .5s;
}

.modal-menu.open {
    visibility: initial;
    opacity: 1;
}

.modal-menu .menu li a {
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    transition: all .5s;
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
}

.modal-menu .menu {
    display: flex;
    flex-direction: column;
    max-height: 750px;
    /* justify-content: center; */
    height: 100%;
    padding: 0;
    align-items: center;
		padding-top: 60px;
}

.modal-menu .menu li a:hover {
    font-size: 38px;
    color: #ffffff;
    text-decoration: none;
}

.modal-menu .menu li {
    margin-bottom: 50px;
}

.modal-menu .menu li:last-child {
    margin: 0;
}

.modal-menu .close {
    position: absolute;
    top: 25px;
    right: 10%;
}

.extensible .item .links {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 0;
    opacity: 0;
    transition: all .6s;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
}

.extensible .item:hover .links {
    z-index: 1;
    height: 100%;
    opacity: 1;
}

.extensible .item .links a {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    background: white;
    color: black;
}

.extensible .item .links a:last-child {
    background: #E7E3E5;
}

.content-single .video {
    position: relative;
    width: 100%;
}

.content-single .video:before {
    content: '';
    width: 100%;
    padding: 0 0 56% 0;
    position: relative;
    z-index: -1;
    display: block;
}

.content-single .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-single img {
    max-width: 100%;
}

.submit {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    align-items: flex-end;
}

.submit input[type=submit] {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    padding: 10px 45px;
    background: #00B2C0;
    color: #ffffff;
    border: 0;
    transition: all .5s;
}

.submit input[type=submit]:hover {
    cursor: pointer;
    background: #00B2C0;
}

.reservation form {
    display: flex;
    margin-top: 100px;
    justify-content: space-between;
}

.reservation .renseignez, .reserv {
    flex: 0 0 49.5%;
    max-width: 450px;
}

.reservation label {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    margin-top: 15px;
}

.captcha {
    width: 50%;
    transform: scale(0.7) translate(-50px, 20px);
}

.reservation label:nth-child(2) {
    margin: 0;
}

.reservation input {
    border: 0;
    color: #000000;
    border-bottom: 1px solid #000000;
}

.reservation input:focus {
    outline: none;
}

.reservation label, .reservation input {
    width: 100%;
}

.reservation label:not(.checkbox) {
    position: relative;
    transform: translateY(80%);
    transition: all .5s;
    pointer-events: none;
}

.reservation label.focus:not(.checkbox) {
    left: 0;
    transform: translateY(30%) scale(0.9) translateX(-6%);
}

.reservation .reserv .day {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.reservation .reserv .type {
    display: flex;
    justify-content: space-between;
}

.reservation .reserv p:first-child {
    width: 25%;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.reservation .row-total {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.reservation .reserv p {
    margin: 0;
}

.reservation .reserv .type:last-child {
    margin-bottom: 10px;
}

.reservation .reserv .item:nth-last-child(-n+3) .type:last-child {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
}

.quantity-arrow-plus, .quantity-arrow-minus {
    cursor: pointer;
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
}

.quantity-arrow-plus:last-child {
    position: relative;
    top: 2px;
    /* left: -6px; */
    left: 0;
}

.title-rez {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.date-rez {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.reservation .reserv input[type=number] {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    background: none;
    line-height: 21px;
    text-transform: uppercase;
    min-width: 40px;
		width: 40px;
    color: #ffffff;
    border: 0;
		text-align: center;
}
.reservation .reserv p:has(.product_numpers) {
	flex-shrink: 0;
}

.reservation .reserv p:nth-child(3) {
    display: flex;
    align-items: center;
}

.reservation .reserv p:last-child, .reservation .total-price {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

body.single {
    background: #E7E3E5;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    background-color: inherit;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    border: 1px solid #000000;
    border-radius: 100%;
    background: none;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #00B2C0;
    position: absolute;
    top: 13px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

label[for='virement_cart'] {
    background-image: url("img/payment-icon.png");
    background-repeat: no-repeat;
    background-position: center right;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    color: #f2f2f2;
}

input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    background: none;
    cursor: pointer;
    border: 1px solid #000000;
    left: 0;
}

input[type="checkbox"]:checked + label:before {
    background: url('img/cheked.png') center no-repeat;
}

.content-single {
    max-width: 1570px;
    padding: 300px 15px 100px 15px;
    margin: 0 auto;
    background: #ffffff;
}

.title.payment {
    margin-top: 70px;
}

.place-order > p:not(:last-child) {
    border-bottom: 0.5px solid #939393;
}

.place-order > .terms {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.place-order > .terms input {
    flex: 0 0 15px;
}

.place-order > .terms label {
    font-size: 10px;
    line-height: 12px;
    text-align: justify;
    color: #535353;
    padding-left: 20px;
}

.payment_box {
    margin-bottom: 30px;
}

.container-single {
    max-width: 960px;
    padding: 0 15px;
    margin: 0 auto;
}

.fixed-row {
    background: #ffffff;
    width: 100%;
    position: fixed;
    top: 98px;
    left: 0;
    z-index: 3;
}

.fixed-row .wrapper {
    max-width: 1600px;
    margin: 0 auto;
    z-index: 3;
    padding-top: 60px;
}

.page-template-page-inscription .fixed-row .wrapper {
    padding-top: 30px;
}

.page-template-page-inscription .content-single {
    padding-top: 110px;
}

.fixed-row .wr {
    display: flex;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    justify-content: space-between;
}

.fixed-row h1 {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400;
}

.fixed-row .date {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #00B2C0;
}

.fixed-row .right {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: left;
    align-items: flex-start;
    min-width: 45%;
}

.fixed-row .right p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.fixed-row .right p:nth-child(2) {
    /*text-transform: uppercase;*/
}

.fixed-row .right .name-masterclass {
    border: 1px solid #00B2C0;
    padding: 14px 12px;
    max-width: 305px;
}

.fixed-row .sinscrire {
    margin-left: 60px;
}

.fixed-row .master {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00B2C0;
}

.fixed-row .sinscrire a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 55px;
    background: #00B2C0;
    display: block;
}

.fixed-row p.master {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #00B2C0;
    text-transform: none;
    margin-bottom: 5px;
    display: none;
}

.container-single .two-columns {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.container-single .two-columns .column {
    flex: 0 0 50%;
}

.container-single .two-columns .column .title, .panning .day, .reservation .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #00B2C0;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.container-single .two-columns .column ul {
    list-style: disc;
    font-size: 16px;
    line-height: 24px;
}

.center {
    font-size: 16px;
    line-height: 24px;
    margin-top: 60px;
}

.content-single {
    font-size: 16px;
}

.center p {
    margin-bottom: 15px;
}

.center ul {
    list-style: inherit;
}

.center p strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #00B2C0;
}

.center strong {
    font-weight: 600;
}

.center h3, .content-single strong {
    font-weight: 600;
    color: #00B2C0;
}

.panning {
    margin-top: 120px;
}

.panning .name_block {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: 400;
}

.panning .row-hour {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.panning .row-hour .hour {
    width: 75px;
    flex: 0 0 75px;
}

.reservation .title {
    margin-bottom: 12px;
}

.renseignez .row-input, .renseignez .row-lable {
    display: flex;
    justify-content: space-between;
}

.renseignez .row-lable {
    width: 47%;
    flex-direction: column;
}

.wrapper-panning {
    display: flex;
    justify-content: space-between;
}

.reserv .wrapper-res {
    background: #00B2C0;
    padding: 30px 40px;
    color: #ffffff;
}

.reserv .wrapper-res .title {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}

.merci .wrap .merci-sub {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 24px;
    text-align: center;
    color: #00B2C0;
    margin: 10px 0;
}

.merci {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.merci .wrap {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #1D1D1B;
    width: 100%;
}

.merci .btn-wrap {
    display: flex;
    max-width: 505px;
    margin: 0 auto;
    margin-top: 40px;
    justify-content: space-between;
}

.merci .btn-wrap a {
    width: calc(50% - 15px);
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #00B2C0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    transition: all .5s;
}

.merci .btn-wrap a:hover {
    text-decoration: none;
}

.merci .btn-wrap a:last-child:hover {
    background: #508A91;
}

.merci .btn-wrap a:first-child:hover {
    background: #E7E3E5;
}

.merci .btn-wrap a:first-child {
    color: #000000;
    background: #E5E5E5;
}
.program-slider {
    padding-bottom: 65px;
    margin: 0 -10px;
}
.pagingInfo {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.program-slider .slick-dots {
    display: none!important;
}
body .program-slider .slick-arrow {
    bottom: 0;
    z-index: 10;
}
body .program-slider .slick-prev {
    left: 10px;
}
body .program-slider .slick-next {
    right: 10px;
}
.program-slider .item .title_event {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #00B2C0;
    margin: 12px 0 5px;
}
.program-slider .item .date_court {
	margin: 12px 0 5px;
}
.program-slider .item .title_event  a {
	color: inherit;
  text-decoration: none;
  font-weight: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.program-slider .slick-slide {
    margin: 0 9px;
    height: auto;
}
.program-slider .slick-slide img {
	aspect-ratio: 300/120;
	object-fit: cover;
	/* height: 100%; */
}
.program-slider .slick-slide>div {
    height: 100%;
}

.program-slider .item {
    display: flex!important;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.program-slider .slick-track {
    display: flex;
}

.program-slider .post-links {
    display: flex;
}

.program-slider .post-links button, .program-slider .post-links a {
    width: 50%;
    height: 40px;
    color: black;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
}
.program-slider .post-links form {
    width: 50%;
}
.program-slider .post-links button {
    border: none;
    width: 100%;
    background: #E7E3E5;
    cursor: pointer;
}

@media only screen and (max-width: 1780px) {
    .programme .item {
        align-items: inherit;
    }

    .programme .item img {
        object-fit: cover;
    }
}

.sub-menu {
	display: none;
	padding: 0;
  flex-direction: column;
  margin-top: 24px;
  align-items: center;
}
.extensible_header {
    margin-right: 5px;
}
.modal-menu .sub-menu li {
	margin-bottom: 24px!important;
	text-align: center;
}
.modal-menu .sub-menu li:last-child {
    margin-bottom: 0!important;
}
.modal-menu .sub-menu li a {
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
}
.menu-item-has-children > a {
	display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
	margin-bottom: 0 !important;
	pointer-events: none;
}
.menu-item-has-children > a::after {
	content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzIDExLjVMMTMgMy41TDMgMTEuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
  width: 26px;
  display: block;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
	rotate: 180deg;
	transition: rotate .3s ease-in-out;
}

.menu-item-has-children > a.active::after {
	rotate: 0deg;
}

/* .menu-item-has-children:hover .sub-menu {
	display: flex;
} */

.modal-menu .sub-menu li a:hover {
	font-size: 20px;
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	.menu-item-has-children > a {
		pointer-events: none;
	}
}

.formateur-banner {
	background-color: #00B2C0;
	margin-bottom: 140px;
}
.formateur-banner__container{
	display: flex;
	width: 100%;
	align-items: center;
}
.formateur-banner__content {
	width: 53.5%;
	max-width: 800px;
	padding: 70px 40px;
	padding-left: 15px;
	margin-left: auto;
	font-size: 1rem;
}
.formateur-banner__content-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 610px;
}
.formateur-banner__content h2 {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}
.formateur-banner__content h3 {
	font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
margin-bottom: 1em;
}
.formateur-banner__content p:last-child {
	margin-bottom: 0;
}

.formateur-banner__picture {
	/* width: 50%; */
	flex: 0 0 42.45%;
	align-self: stretch;
	position: relative;
}
.formateur-banner__picture::after {
	background: #00B2C0;
    content: "";
    display: block;
    width: max(19.65%, 100px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    opacity: 0.5;
}
.formateur-banner__picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.formateur-banner__link {
	background-color: #E5E5E5;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: max-content;
	padding: 20px;
	margin-left: auto;
}

@media screen and (max-width: 1240px) {
 .formateur-banner__content {
	width: 60%;
 }
}
@media screen and (max-width: 767px) {
	.formateur-banner {
		margin-bottom: 80px;
	}
	.formateur-banner__container {
		flex-direction: column-reverse;
	}
	.formateur-banner__content {
	 width: 100%;
	 padding: 30px 15px;
	}
	.formateur-banner__content-inner {
		gap: 30px;
		align-items: center;
		text-align: center;
		max-width: 100%;
	}
	.formateur-banner__link {
		margin-left: initial;
	}
 }

@media only screen and (max-width: 1440px) {
    .about .title_block, .instagram .title_block, .actualites .title, .partners .title, .contact .title {
        padding-top: 60px;
        padding-bottom: 45px;
    }

    .about .title {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 768px) {
    .bienvenue h1 {
        text-align: center;
        max-width: 930px;
        margin: 40px auto 20px auto;
        font-size: 22px;
        font-weight: 500;
        line-height: 24px;
        text-transform: uppercase;
    }

    .instagram_images img {
        display: none;
    }

    .instagram_images img:nth-child(-n+6) {
        display: block;
    }

    .fixed-row h1 {
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    .fixed-row .date {
        font-size: 14px;
        text-align: center;
        line-height: 14px;
    }

    .fixed-row .right {
        line-height: 10px;
        text-align: left;
        margin-top: 30px;
    }

    .wrapper-panning {
        display: flex;
        flex-direction: column;
    }

    .extensible_header {
        display: none;
        width: calc(100% - 150px);
    }

    .burger {
        width: 60px;
    }

    .wrapper-nav a:first-child {
        padding: 10px 15px;
    }

    .wrapper-nav img {
        width: 70px;
    }

    .fixed-row .wr {
        flex-direction: column;
    }

    .fixed-row .right {
        flex-direction: column;
    }

    .fixed-row .wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .fixed-row {
        top: 60px;
        position: relative;
    }

    .content-single {
        padding: 0px 15px 100px 15px;
    }

    .reservation label {
        font-size: 10px;
        line-height: 12px;
    }

    .submit {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }

    .captcha {
        width: auto;
        transform: none;
    }

    .submit input[type=submit] {
        margin-top: 15px;
    }

    .fixed-row .sinscrire a {
        display: none;
    }

    .fixed-row .right p {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 14px;
    }

    .fixed-row .master, .fixed-row .sinscrire a {
        font-size: 14px;
        line-height: 16px;
    }

    .fixed-row .right {
        line-height: 10px;
    }

    .container-single .two-columns {
        flex-direction: column;
    }

    .container-single {
        padding: 0;
    }

    .reservation .renseignez {
        padding: 0 25px;
    }

    .reservation form {
        margin-top: 30px;
        flex-direction: column-reverse;
    }

    .reservation form {
        margin-top: 30px;
        flex-direction: column-reverse;
    }

    .page-template-page-inscription .reservation form {
        margin-top: 0;
        flex-direction: column;
    }

    .reserv .wrapper-res {
        background: #00B2C0;
        padding: 30px 20px;
        color: #ffffff;
    }

    .submit input[type=submit] {
        width: 100%;
    }

    .reservation .renseignez, .reserv {
        margin-top: 30px;
    }

    .top-sections .item .sub-item:nth-child(1), .top-sections .item .sub-item:nth-child(2) {
        display: none;
    }

    .top-sections .slick-prev {
        left: 20px;
    }

    .top-sections .slick-next {
        right: 20px;
    }

    .extensible {
        flex-wrap: wrap;
        height: auto;
    }

    .extensible .item {
        padding: 30px 0;
        flex: 0 5 100%;
    }

    .extensible .item:hover {
        flex: 5 0 100%;
    }

    .about .text {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .about .mark {
        width: 80%;
        max-width: 425px;
    }

    .about .doctors {
        flex-direction: column;
    }

    .about .doctors .item {
        width: 100%;
        /* tmp */
        flex-direction: column;
        align-items: center;
    }

    .about .doctors .item__content {
        width: 100%;
    }

    .about .doctors .item__photo {
        width: 100%;
    }

    .programme .item, .programme .item:nth-child(2n) {
        flex-direction: column;
    }

    .programme .item .desc {
        width: 100%;
    }

    .programme .item img {
        flex: 0 0 100%;
        width: 100%;
    }

    .pour_vous .items {
        flex-direction: column;
        align-items: center;
    }

    .pour_vous .item {
        width: 100%;
        margin-top: 20px;
    }

    .actualites .wrapper {
        flex-direction: column;
    }

    .actualites .wrapper .item {
        width: 100%;
        margin-left: 0;
    }

    .partners .wrapper .item {
        width: 48%;
        margin-bottom: 50px;
    }

    .partners .wrapper .item img {
        width: 100%;
    }

    .contact .wrapper .white {
        position: relative;
        padding: 0 20px 0 20px;
    }

    .contact .form {
        position: relative;
        z-index: 1;
        padding: 20px;
        padding-left: 20px;
        background: #00B2C0;
        left: 0;
        top: 0;
        transform: none;
    }

    .contact .form input, .contact .form textarea {
        max-width: 450px;
        min-width: 280px;
        width: 100%;
        border: none;
        background: #ffffff;
        padding: 10px 20px;
        margin-bottom: 5px;
    }

    .contact .form input[type='submit'] {
        font-size: 16px;
    }

    .modal-menu .menu li a {
        font-size: 15px;
    }

    .modal-menu .menu li {
        margin-bottom: 30px;
    }

    .close img {
        width: 40px;
    }

    .instagram_images img {
        width: 50%;
    }

    body footer {
        display: flex;
        padding: 0;
        align-items: center;
    }

    footer img {
        margin-bottom: 0;
        object-fit: contain;
        max-width: 239px;
        width: 100%;
    }

    footer .footer-text {
        padding: 0 10px;
        margin: 0 auto 0 0;
        max-width: 190px;
        text-align: left;
    }

    footer p {
        margin-bottom: 0;
    }

    footer > p:first-child {
        width: 40%;
    }

		/* .modal-menu .menu {
			justify-content: center;
		} */
}

@media only screen and (max-width: 1200px) {
    .extensible_header {
        display: none;
        width: calc(100% - 300px);
    }

    .extensible_header button img {
        width: auto;
    }

    .pour_vous .item a {
        font-size: 15px;
    }

    .contact .form {
        padding-left: 20px;
    }

    .bienvenue .icons_add {
        position: static;
        margin-top: 20px;
    }

    header .wrapper-nav > a:first-child {
        display: flex;
        align-items: center;
    }

    .extensible_header .item:hover .hover_block {
        display: none;
    }

    .extensible_header .item:hover a.title {
        color: black;
    }

    .extensible_header .item a.title, .extensible_header .item {
        padding: 0;
    }

    .extensible_header .slick-list, .extensible_header .slick-list .slick-track {
        height: 100%;
    }

    .extensible_header .slick-list .slick-track .slick-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
    }

    body .extensible_header .slick-arrow {
        width: 30px;
        height: 30px;
    }

    body .extensible_header .slick-arrow img {
        height: 25px;
				translate: 0 -2px;

    }

    body .extensible_header .slick-prev {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    body .extensible_header .slick-next {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 991px) {
    .contact .wrapper .white {
        position: relative;
        top: 0;
        right: 0;
        padding: 0 20px 0 20px;
        max-width: none;
    }

    .contact .form {
        position: absolute;
        background: #00B2C0;
        left: 0;
        bottom: 40px;
        top: auto;
        transform: none;
    }

    .content-single iframe {
        max-width: 100%;
    }
}

.animate {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.grecaptcha-badge {
    visibility: hidden;
}

#cookie-notice .cookie-notice-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 20px 10px;
}

#cn-notice-text {
    width: 75%;
    text-align: justify;
}

.cookie__title {
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
}

#cn-notice-text div {
    text-align: justify;
    color: #fff;
}

#cn-notice-text div a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

#cn-accept-cookie {
    float: right;
    padding: 10px 50px;
    color: #fff;
    border: 1px solid #fff;
    margin: 10px 0;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#cn-accept-cookie:hover {
    background: #fff;
    color: #00B2C0;
}

#cookie-notice a {
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .extensible_header {
        display: none;
        width: calc(100% - 165px);
    }

    .extensible_header .slick-list .slick-track .slick-slide {
        /*padding: 0;*/
    }

    .extensible_header .item {
        font-size: 12px;
    }

    body .extensible_header .slick-arrow {
        /*display: none!important;*/
    }

    #sb_instagram #sbi_images {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .cookie-notice-container {
        padding: 20px;
        flex-direction: column;
    }

    #cn-notice-text {
        width: 100%;
    }

    #cookie-notice .cn-button {
        width: 100%;
        margin: 10px 0;
    }

    #cn-notice-text div {
        font-size: 14px;
    }

    .pop-up .wrapper-pop > img {
        display: none;
    }

    .pop-up .wrapper-pop .close img {
        width: 15px;
    }

    body .pop-up .wrapper-pop .description {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        padding: 58px 15px 35px 15px;
        width: 100%;
        max-height: 80vh;
        overflow-y: auto;
    }

    body .pop-up .wrapper-pop .description img {
        max-width: 100%;
    }
}

@media (max-width: 525px) {
    .content-single .center .single-image-height {
        height: 180px;
    }

    #commande + div p:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* flex-direction: column; */
    }

    #commande + div p:nth-child(2) a {
        /* max-width: 575px;
        width: 100%; */
        /* height: 150px; */
        display: block;
        width: 138px !important;
    }

    #commande + div p:nth-child(2) a img {
        /* width: 136 !important; */
        /* width: 136px !important; */
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.sbi_lb-details {
    display: none !important;
}

.pop-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.pop-up .wrapper-pop {
    display: flex;
    flex-direction: column;
    max-width: 760px;
    width: 100%;
    background: #ffffff;
    box-shadow: 5px 6px 14px rgba(31, 124, 132, 0.24);
    border-radius: 6px;
    position: relative;
}

.pop-up .wrapper-pop img.pop-up-image {
    max-height: 200px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.pop-up .wrapper-pop p {
    margin: 0;
}

.pop-up .wrapper-pop .title {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #000000;
    padding-left: 55px;
    position: relative;
    margin-bottom: 15px;
}

.pop-up .wrapper-pop .title:after {
    content: '';
    width: 36px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("img/icon-pop-up.png") center no-repeat;
    display: none;
}

.pop-up .wrapper-pop .description {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 29px 40px 35px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.pop-up .wrapper-pop .description .btn a {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #00B2C0;
    padding: 17px 50px;
}

.pop-up .wrapper-pop .description .text {
    max-width: 503px;
    width: 100%;
}

.pop-up .wrapper-pop .description .text-new {
    max-width: 603px;
    width: 100%;
    margin-top: 39px;
}

.pop-up .wrapper-pop .description .text img {
    max-width: 300px;
    width: 100%;
    object-fit: contain;
    display: flex;
    margin: 0 auto;
}

.pop-up .wrapper-pop .description .btn {
    max-width: 395px;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.pop-up .wrapper-pop .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}


.webinar {
    margin-bottom: 150px;
}

.webinar .wrapper-webinar {
    display: flex;
    width: 100%;
    background: #00B2C0;
    position: relative;
}

.webinar .wrapper-webinar p {
    margin: 0;
}

.webinar .wrapper-webinar .title {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #000000;
    padding-left: 55px;
    position: relative;
    margin-bottom: 30px;
}

.webinar .wrapper-webinar .title:after {
    content: '';
    width: 36px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("img/icon-pop-up.png") center no-repeat;
}

.webinar .wrapper-webinar img {
    width: 50%;
    object-fit: cover;
}

.webinar .wrapper-webinar .description {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 90px 20px 75px 20px;
    max-width: 450px;
    margin-left: auto;
}

.webinar .wrapper-webinar .description .btn a {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background: #E7E3E5;
    padding: 17px 50px;
}

.webinar .wrapper-webinar .description .text {
    max-width: 450px;
    width: 100%;
}

.webinar .wrapper-webinar .description .btn {
    max-width: 450px;
    width: 100%;
    margin-top: 30px;
    text-align: right;
}

.webinar .wrapper-webinar .wrap-dec {
    width: 100%;
    max-width: 655px;
}

.center a {
    color: #000000;
    font-weight: 600;
    text-decoration: underline;
}

.center a:hover {
    color: #00B2C0;
    text-decoration: none;
}

.bread_crums .container-fluid.middle {
    display: flex;

}

.bread_crums .container-fluid.middle a {
    color: #000000;
}

.bread_crums .container-fluid.middle .separator {
    padding: 0 15px;
}

.item_insc .container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16px;
    height: 16px;
    margin: 4px 0;
}

/* Hide the browser's default checkbox */
.item_insc .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.item_insc .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 1px solid #000000;
    border-radius: 2px;
    width: 16px;
    height: 16px;
}

/* On mouse-over, add a grey background color */
.item_insc .container:hover input ~ .checkmark {
    background-color: #00B2C0;
    border: 1px solid #00B2C0;
}

/* When the checkbox is checked, add a blue background */
.item_insc .container input:checked ~ .checkmark {
    background-color: #00B2C0;
    border: 1px solid #00B2C0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.item_insc .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.item_insc .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.item_insc .container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.item_insc {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 35px;
    opacity: .6;
    transition: all .5s;
}

.item_insc.checked {
    opacity: 1;
}

.item_insc .name_inc {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #00B2C0;
}

.item_insc .date {
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 21px;
    color: #000000;

}

.item_insc .date span:last-child {
    font-weight: 500;
}

.item_insc .wrap_date label {
    pointer-events: auto;
}

.item_insc .after_item_insc {
    width: 100%;
    /*pointer-events: none;*/
}

.item_insc a .wrap_date .date span {
    pointer-events: none;
}

.item_insc a:hover {
    text-decoration: none;
}

.reservation .reserv.insc .item:nth-last-child(n) .type:last-child {
    border: 0;
}

.reserv.insc .wrapper-res .item {
    padding-top: 15px;
}

.reserv.insc .wrapper-res .item.active {
    position: relative;

}

.reserv.insc {
    position: relative;
}

.reserv.insc .wrapper-res .item.active:after {
    content: '';
    width: 30%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 0;
}

.weapper_fixed.fixed {
    top: 22%;
    max-width: 450px;
    position: fixed;

}

.weapper_fixed.fixed.bottom {
    bottom: 0;
    top: auto;
    position: absolute;
}

.reservation .reserv .price_discount .day {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-transform: none;
    font-family: 'Raleway';
    margin: 0;
}

.reservation .reserv .price_discount .total-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.sale {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    display: flex;
    margin-top: 10px;
}

.sale svg {
    margin-right: 15px;
}

.sale strong {
    font-weight: 500;
    color: #000000;
}

.sale strong span {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    color: #00B2C0;
}

#commande .sinscrire {
    padding: 10px 45px;
    background: #00B2C0;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
}

.je_certife {
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    margin: 60px 0;
    position: relative;
    padding-left: 18px;
}

.je_certife label:before {
    top: 7px;
}

.je_certife input[type="checkbox"] + label {
    color: #535353;
    margin-top: 0;
}

.je_certife label span {
    text-decoration: underline;
    cursor: pointer;
}

.je_certife .pop_up_je {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 170%;
    max-width: calc(100vw - 50px);
    background: rgba(241, 246, 246, .96);
    padding: 40px 60px;
    z-index: 99;
}

.je_certife .pop_up_je h3 {
    color: #00B2C0;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
}

.je_certife .pop_up_je p {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 0;
}


.page-template-page-doctor-php .fixed-row {
	/* position: sticky; */
}
.page-template-page-doctor-php .fixed-row .wr {
	margin-right: auto;
}

.page-template-page-doctor-php .container-single {
	max-width: 1280px;
}
.page-template-page-doctor-php .content-single {
	padding-top: 240px !important;
}

body:has(.page-template-page-doctor-php) {
	background: #E7E3E5;
}
.page-template-page-doctor-php .breadcrumbs {
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: justify;
}
.page-template-page-doctor-php .retour {
	background: #E5E5E5;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 80px auto 0;
	width: min(319px, 100%);
	border: none;
	appearance: none;
	cursor: pointer;
}

.page-template-page-doctor-php .retour:focus {
	outline: none;
}

.doc-info-block {
	display: flex;
	gap: 36px;
	margin-bottom: 40px;
}

.doc-info-block > * {
	flex: 1 1 50%;
}

.doc-info-block ~ p {
	text-align: justify;
}

.doc-info-block__content {
	align-self: flex-end;
}
.doc-info-block__content h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 32px;
	color: #00B2C0;
}
.doc-info-block__picture {

}

.diplomas-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.diplomas-block h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 1em;
}
.diploma {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	display: flex;
	gap: 16px;
}
.diploma .year {
	color: #00B2C0;
	width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 0;
}
.diploma .desc {
}

@media screen and (max-width: 768px) {
	/* .page-template-page-doctor-php .fixed-row {
		top: 130px;
	} */
	.page-template-page-doctor-php .content-single {
		padding-top: 110px !important;
	}
	.page-template-page-doctor-php .fixed-row .wrapper {
		padding-top: 60px;
	}
	.page-template-page-doctor-php  .fixed-row h1 {
		font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
		text-align: left;
	}
}
@media screen and (max-width: 767px) {
	.doc-info-block {
		flex-direction: column-reverse;
	}

	.contact .title {
		padding-top: 0px;
	}
}
