
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 80px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5 px 3 px 10 px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
/ Many screen reader and browser combinations announce broken words as they would appear visually . /
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;

}

body {
    margin: 0 auto;
    min-width: 320px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 300;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a:hover {
    opacity: 0.8;
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:active {
    opacity: 0.65;
    outline: none;
    color: inherit;
    text-decoration: none;
}

a:focus,
a:visited {
    outline: none;
    color: inherit;
    text-decoration: none;
}

.card {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0;
    margin: 0;
}

.img {
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    overflow: hidden;
}

/*HEADER*/
.width_brand {
    width: 15%;
    min-width: 326px;
    text-align: right;
}

@media (min-width: 1600px) and (max-width: 1900px) {
    .width_brand {
        padding-left: 145px;
    }
}

.width_nav {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    /*background-color: #6D7E8F;*/
}

@media (min-width: 320px) and (max-width: 1200px) {

    .width_nav {
        background-color: #6D7E8F;
    }

}

.width_bth_rdv {
    width: 10%;
    background-color: #6D7E8F;
    padding: 28px 10px;
    min-width: 305px;
    text-align: center;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    max-height: 80px;
}

.navbar-nav .nav-item {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0px 10px;
}

.navbar {
    padding: 0px !important;
    background-color: black;
    color: white;
}
.active.nav-item {
    color: #6D7E8F;
}
@media (min-width: 1201px) {

    .navbar {
        padding: 0px !important;
        max-height: 80px;
    }
}

@media (min-width: 1200px) {
    /*dropdown-menu*/
    .subnav .dropdown-menu {
        margin: 0;
        border: 0px solid rgba(0, 0, 0, .15);
        border-radius: 0rem;
        width: 100%;
        background-color: #6D7E8F;
        padding: 30px 0 100px 88px;

    }

    .subnav.hover .dropdown-menu {
        /*padding: 64px 0 100px 488px;*/
        width: 650px;
        display: block;
        animation: slide-down 0.5s ease-out;
        -webkit-animation: slide-down 0.5s ease-out;
        -moz-animation: slide-down 0.5s ease-out;
    }

    .subnav:nth-child(1) .dropdown-menu {
        padding: 30px 0 100px 88px;
        margin-left: 18%;
    }

    .subnav:nth-child(2) .dropdown-menu {
        padding: 30px 0 100px 88px;
        margin-left: 25%;
    }

    .subnav:nth-child(3) .dropdown-menu {
        padding: 30px 0 100px 88px;
        margin-left: 34%;
    }

    .subnav:nth-child(4) .dropdown-menu {
        padding: 30px 0 100px 88px;
        margin-left: 41%;
    }

    .subnav:nth-child(7) .dropdown-menu {
        padding: 30px 0 50px 48px;
        margin-left: 61%;
        width: 437px;
        /*width: 23%;*/
    }

    @-webkit-keyframes slide-down {
        0% {
            opacity: 0;
            max-height: 0%;
        }
        100% {
            margin-top: 0px;
            opacity: 1;
            max-height: 452px;
        }
    }
    .subnav .dropdown-item {
        font-weight: normal;
        font-size: 24px;
        line-height: normal;
        text-transform: uppercase;
        color: #FFFFFF !important;
        transition-delay: 0.8s;
        margin-top: -40px;
        transition: 0.8s;
    }

    .subnav.hover .dropdown-item {
        margin-top: 20px;
        animation: slide-down-item 1s ease-out;
        -webkit-animation: slide-down-item 1s ease-out;
        -moz-animation: slide-down-item 1s ease-out;
    }

    @-webkit-keyframes slide-down-item {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .subnav .dropdown-item:hover {
        color: #000 !important;
        background-color: transparent;
    }
}

@media (min-width: 1601px) and (max-width: 1800px) {
    .navbar-nav .nav-item {
        font-size: 18px;
        padding: 0px 8px;
    }

    .width_bth_rdv {
        padding: 26px 0px;
        min-width: 170px;
        font-size: 16px;
        max-height: 80px;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 26px 10px;
    }

    .subnav .dropdown-item {
        font-size: 24px;
    }
}

@media (min-width: 1340px) and (max-width: 1600px) {
    .navbar-nav .nav-item {
        font-size: 15px;
        padding: 0px 1px;
    }

    .width_brand {
        min-width: 226px;
    }

    .width_bth_rdv {
        padding: 26px 0px;
        min-width: 170px;
        font-size: 16px;
        max-height: 80px;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 26px 4px;
    }

    .subnav .dropdown-item {
        font-size: 22px;
    }

    .subnav.hover .dropdown-menu {
        /*padding: 34px 0 50px 388px;*/
    }
}

@media (min-width: 1200px) and (max-width: 1339px) {
    .navbar-nav .nav-item {
        font-size: 14px;
        padding: 0px 8px;
    }

    .width_brand {
        min-width: 226px;
    }

    .width_bth_rdv {
        padding: 26px 0px;
        min-width: 170px;
        font-size: 16px;
        max-height: 80px;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 26px 4px;
    }

    .subnav .dropdown-item {
        font-size: 22px;
    }

    .subnav.hover .dropdown-menu {
        /*padding: 34px 0 50px 288px;*/
    }
}

@media (min-width: 1900px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 28px 5px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {

    .width_bth_rdv {
        padding: 5px 10px;
        margin-bottom: 5px;
        min-width: 205px;
        font-size: 18px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .width_bth_rdv {
        padding: 5px 10px;
        min-width: 180px;
        font-size: 16px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .width_bth_rdv {
        padding: 5px 10px;
        min-width: 150px;
        font-size: 16px;
    }
}

@media (min-width: 320px) and (max-width: 1200px) {
    .width_brand {
        width: 100%;
        min-width: 200px;
        text-align: center;
    }
    .lang-desc {
        display: none;
    }
    /*buton mobile*/
    #nav-icon {
        width: 45px;
        height: 35px;
        position: relative;
        margin: 5px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background: #fff;
        border-radius: 5px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon span:nth-child(1) {
        top: 0px;
    }

    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
        top: 12px;
    }

    #nav-icon span:nth-child(4) {
        top: 24px;
    }

    /*buton mobile end*/
}

/*CONTENT*/

.content {
    position: relative;
}

.main-title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #1C2F42;
    margin: 72px 0;
    padding: 0 20px;
}
.lang-mobile {
    display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .main-title {
        font-size: 36px;
        margin: 52px 0;
    }
    .lang-mobile {
        display: flex;
        position: absolute;
        top: 57px;
        right: 75px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .main-title {
        font-size: 30px;
        margin: 42px 0;
    }
    .lang-mobile {
        display: flex;
        position: absolute;
        top: 57px;
        right: 75px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .main-title {
        font-size: 28px;
        margin: 32px 0;
    }
    .lang-mobile {
        display: flex;
        position: absolute;
        top: 57px;
        right: 75px;
    }

}
.img-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
    .img-bg {
        background-position: 67%;
    }
}

@media only screen and (max-width: 480px) {
    .img-bg {
       background-position: 57%;
    }
}

@media (min-width: 481px) and (max-width: 560px) {
    .img-bg {
       background-position: 61%;
    }
}

/*vertical-nav*/
.vertical-nav {
    transition: .5s;
}

.vertical-nav.left {
    position: fixed;
    top: 420px;
    left: -220px;
    height: 0%;
    min-width: 500px;
    z-index: 500;
    transition: 0.8s;
}

.vertical-nav.right {
    position: fixed;
    top: 420px;
    right: -200px;
    height: 0%;
    min-width: 500px;
    z-index: 500;
}

.vertical-nav.left .vertical-navbar-nav {
    display: flex;
    flex-direction: row;
    transform: rotate(-90deg);
    list-style: none;
}

.vertical-nav.right .vertical-navbar-nav {
    display: flex;
    flex-direction: row;
    transform: rotate(90deg);
    list-style: none;
}

.vertical-nav.right .vertical-navbar-nav img {
    transform: rotate(-90deg);
}

.vertical-navbar-nav .nav-link {
    color: black;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.8s;
}

.vertical-nav.left .vertical-navbar-nav .nav-link {

}

.right_icon {
    display: flex;
    flex-direction: column;
}

.right_icon a:nth-child(1) {
    top: 300px;
}

.right_icon a:nth-child(2) {
    top: 360px;
}

.right_icon a:nth-child(3) {
    top: 420px;
}

.right_icon a img {
    position: absolute;
    transition: 0.8s;
    right: 0;
    z-index: 10;

}

.right_icon a:nth-child(1) img {
    right: 12px;
}

.right_icon a:nth-child(2) img {
    right: 8px;
}

.right_icon a img.hover_img {
    display: none;
}

.right_icon a:hover img.hover_img {
    display: block;
    z-index: 15;
    position: absolute;
    transition: 0.8s;
}

.right_icon a:nth-child(3) img.hover_img {
    right: 10px;
}

.right_icon a:hover img {
    display: none;
    z-index: 15;
}

.right_icon a .text_iside {

    position: absolute;
    transition: all .4s ease-out;
    width: 0px;
    right: 0px;
    display: none;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 8;
}

.right_icon a:hover .text_iside {
    display: block;
    width: 120px;
    color: white;
    right: 60px;
}

.right_icon a {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 100500;
    right: 30px;
    padding: 0;
    width: 42px;
    height: 42px;
    border-top-right-radius: 50px 50px;
    border-bottom-right-radius: 50px 50px;
    border-top-left-radius: 50px 50px;
    border-bottom-left-radius: 50px 50px;
    background-color: black;
    overflow: hidden;
    cursor: pointer;
    transition: all .6s ease-out;
}

.right_icon a:hover {
    width: 210px;
    border-top-right-radius: 50px 50px;
    border-bottom-right-radius: 50px 50px;
    border-top-left-radius: 50px 50px;
    border-bottom-left-radius: 50px 50px;
    opacity: 1 !important;
}

@media (min-width: 320px) and (max-width: 767px) {

    .vertical-nav.left .vertical-navbar-nav {
        display: none;
    }
    .right_icon a {
        right: 20px;
    }

    .right_icon a:nth-child(1) {
        top: 270px;
    }

    .right_icon a:nth-child(2) {
        top: 200px;
        right: 20px;
    }

    .right_icon a:nth-child(3) {
        top: 130px;
        right: 20px;
    }

}

.stick {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.stick_right {
    opacity: 1;
}

/*video*/
.video_container {
    /*height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    position: relative;
    overflow: hidden;
}

.logo_centr {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 400px;
    margin: 0 auto;
}

.logo_centr img {
    width: 326px;
}

@media (min-width: 992px) and (max-width: 1440px) {
    .video_container {
        /*height: 650px;
        max-height: 650px;*/
        margin-top: 40px;
    }

    .logo_centr img {
        width: 156px;
    }

    .vertical-navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video_container {
        /*height: 550px;
        max-height: 550px;*/
        margin-top: 50px;
    }

    .logo_centr img {
        width: 106px;
    }

    .vertical-navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .logo_centr img {
        width: 96px;
    }

    .video_container {
        /*height: 450px;
        max-height: 450px;*/
        margin-top: 50px;
    }

    .vertical-navbar-nav .nav-link {
        font-size: 16px;
    }

    .vertical-nav.left .vertical-navbar-nav .nav-link {
        padding: 0px 20px;
    }

    .vertical-nav.left {
        top: 250px;
        height: 0%;
    }

    .vertical-nav.right {
        height: 0%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    .logo_centr img {
        width: 96px;
    }

    .video_container {
        /*height: 350px;
        max-height: 350px;*/
        margin-top: 50px;
    }

    .vertical-navbar-nav .nav-link {
        font-size: 16px;
    }

    .vertical-nav.left .vertical-navbar-nav .nav-link {
        padding: 0px 20px;
    }

    .vertical-nav.left {
        top: 275px;
        height: 0%;
    }

    .vertical-nav.right {
        height: 0%;
    }
}

/*WELCOME*/

.welcome {
    position: relative;
}

.welcome .center_slider .first_slide .img-bg {
    height: 958px;
}

.welcome .center_slider .slide {
    max-height: 958px;
    /*overflow: hidden;*/
}

.welcome .center_slider .second_slide .img-bg {
    height: 479px;
}

.welcome .first_slide .content_box {
    padding-left: 188px;
    padding-top: 170px;
}

.welcome .second_slide .content_box {
    padding-left: 188px;
    padding-top: 132px;
}

.welcome .first_slide .title {
    max-width: 480px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: normal;
    color: #1C2F42;
}

.welcome .second_slide .title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: normal;
    color: #1C2F42;
}

.welcome .first_slide .title_doctor {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: normal;
    color: #000;
    max-width: 480px;
}

.welcome .sub_title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
    padding-top: 35px;
}

.welcome .text {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    padding-left: 30px;
    color: #000000;
}

.welcome .second_slide .text {
    text-transform: uppercase;
}

.welcome .row_content {
    position: relative;
    padding-top: 36px;
    padding-left: 20px;
    max-width: 480px;
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    align-items: flex-start;
    z-index: 500;
}

.welcome .first_slide .row_content {
    padding-left: 0px;
}

.welcome .second_slide .row_content {
    padding-left: 0px;
}

.welcome .row_content img {
    width: 40px;
    height: 40px;
}

@media (min-width: 1441px) and (max-width: 1700px) {
    .logo_centr img {
        width: 280px;
    }

    .welcome .first_slide .content_box {
        padding-left: 140px;
    }

    .welcome .first_slide .title {
        font-size: 62px;
    }

    .welcome .first_slide .title_doctor {
        font-size: 62px;
    }

    .welcome .center_slider .first_slide .img-bg {
        /*height: 800px;*/
    }

    .welcome .center_slider .second_slide .img-bg {
        /*height: 400px;*/
    }

    .welcome .second_slide .title {
        font-size: 48px;
    }

    .welcome .text {
        font-size: 16px;
        padding-left: 25px;
    }

    .welcome .second_slide .content_box {
        padding-left: 140px;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .welcome .first_slide .content_box {
        padding-left: 100px;
    }

    .welcome .first_slide .title {
        font-size: 52px;
    }

    .welcome .first_slide .title_doctor {
        font-size: 52px;
    }

    .welcome .center_slider .first_slide .img-bg {
        /*height: 800px;*/
    }

    .welcome .center_slider .second_slide .img-bg {
        /*height: 400px;*/
    }

    .welcome .second_slide .title {
        font-size: 38px;
    }

    .welcome .second_slide .img-bg {
        background-position: right;
    }

    .welcome .text {
        font-size: 16px;
        padding-left: 20px;
    }

    .welcome .second_slide .content_box {
        padding-left: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .welcome .second_slide .title {
        font-size: 32px;
    }

    .welcome .center_slider .first_slide .img-bg {
        height: 600px;
    }

    .welcome .center_slider .second_slide .img-bg {
        height: 250px;
    }

    .welcome .first_slide .content_box {
        padding-left: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .welcome .second_slide .content_box {
        padding-left: 60px;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .welcome .first_slide .title {
        max-width: 600px;
        font-size: 30px;
    }

    .welcome .second_slide .title {
        font-size: 30px;
    }

    .welcome .first_slide .title_doctor {
        font-size: 32px;
        max-width: 280px;
    }

    .welcome .sub_title {
        font-size: 18px;
        padding-top: 15px;
    }

    .welcome .text {
        font-size: 16px;
        padding-left: 15px;
    }

    .welcome .row_content {
        padding-top: 26px;
        padding-left: 10px;
        max-width: 280px;
    }

    .welcome .logo_centr {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .welcome .second_slide .title {
        font-size: 28px;
    }

    .welcome .center_slider .second_slide .img-bg {
        height: 279px;
    }

    .welcome .first_slide .content_box {
        padding-left: 20px;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .welcome .second_slide .content_box {
        padding-left: 20px;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .welcome .first_slide .title {
        max-width: 280px;
        font-size: 32px;
    }

    .welcome .second_slide .title {
        font-size: 28px;
    }

    .welcome .first_slide .title_doctor {
        font-size: 32px;
        max-width: 280px;
    }

    .welcome .sub_title {
        font-size: 18px;
        padding-top: 15px;
    }

    .welcome .text {
        font-size: 16px;
        padding-left: 15px;
    }

    .welcome .row_content {
        padding-top: 26px;
        padding-left: 10px;
        max-width: 280px;
    }

    .welcome .logo_centr {
        display: none !important;
    }
}

/*Gallery*/
.gallery {
    margin: 0px;
    padding: 0;
    overflow: hidden;
}

.gallery-box .content {
    padding: 57px 188px;
}

.gallery-box .row_content {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    align-items: flex-start;
}

.gallery-box .row_content .text {
    padding-left: 26px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
    transition: 0.8s;
}

.gallery-box .text_info {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left !important;
    color: #000000;
    margin-bottom: 30px;

}

.gallery-box a:hover .text {
    color: #6D7E8F !important;
}

.gallery_slider .slick-prev {
    display: none !important;
}

.gallery_slider .icon_next_slider {
    position: absolute;
    bottom: -100px;
    left: 230px;
    cursor: pointer;
}

.next_arrow {
    animation: 1.5s slidein ease-in;
}

@keyframes slidein {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 250px;
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        margin-left: 0px;
        opacity: 1;
    }
}

.gallery_slider .slide.img {
    height: 400px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.gallery_slider .slick-track {
    margin: 0px;
}

.gallery .arrow_box {
    margin-top: -5px;
    height: 210px;
    background-color: #1C2F42;
}

.gallery .pagingInfo {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: normal;
    text-transform: uppercase;
    float: right;
    color: #FFFFFF;
    padding: 15px 50px;
}

/*modal-video*/
.modal-video {
    cursor: pointer;
    z-index: 1000;
    position: relative;
}

.modal-video img {
    padding: 30px 70px
}

@media (min-width: 1441px) and (max-width: 1700px) {
    .gallery-box .row_content .text {
        padding-left: 20px;
        font-size: 16px;
    }

    .gallery-box .text_info {
        font-size: 16px;
    }

    .gallery-box .content {
        padding: 50px 140px;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .gallery-box .content {
        padding: 20px 100px;
    }

    .gallery-box .row_content .text {
        padding-left: 20px;
        font-size: 16px;
    }

    .modal-video img {
        padding: 15px 35px;
    }

    .gallery-box .text_info {
        font-size: 16px;
        line-height: 18px;
        padding-top: 26px;
    }

    .gallery_slider .icon_next_slider {
        left: 100px;
    }

    .gallery_slider .slide.img {
        height: 350px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .gallery-box .content {
        padding: 30px 20px 30px 20px;
    }

    .modal-video img {
        padding: 30px 15px;
        max-width: 220px;
    }

    .gallery-box .row_content .text {
        padding-left: 20px;
        font-size: 16px;
    }

    .gallery-box .text_info {
        font-size: 16px;
        line-height: 18px;
    }

    .row_content img {
        max-width: 25px;
        max-height: 25px;
    }
    .doctor .row_content img {
        max-width: 40px;
        max-height: 50px;
    }
    .gallery_slider .slide.img {
        height: 200px;
    }

    .gallery_slider .icon_next_slider img {
        max-width: 100px;
    }

    .gallery_slider .icon_next_slider {
        left: 30px;
    }

    .gallery .arrow_box {
        height: 150px;
    }

    .gallery .pagingInfo {
        font-size: 32px;
    }

}

/*visite virtuelle*/

.virtual {
    height: 360px;
}

.virtual .box-title {
    background-color: #6D7E8F;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    height: 360px;
}

.virtual .title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 88px;
}

.virtual .img {
    height: 360px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    overflow: hidden;
}

.virtual img {
    transition: 1.3s;
}

.virtual .box-title:hover img {
    animation: virtual 3s infinite;
    transform: virtual(45deg);
    animation-direction: alternate;
}

@keyframes virtual {
    0% {
        transform: rotate(15deg);
        opacity: 0.5;
    }
    40% {
        transform: rotate(45deg);
        opacity: 0.9;
    }
    80% {
        transform: rotate(-45deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-15deg);
        opacity: 1;
    }
}

.virtual .overlay_text {
    margin-top: -5px;
    height: 400px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;

}

@media (min-width: 1201px) and (max-width: 1600px) {
    .virtual .overlay_text {
        height: 300px;
    }

    .virtual .img {
        height: 300px;
    }

    .virtual .box-title {
        height: 300px;
    }

    .virtual .title {
        font-size: 40px;
        padding-right: 20px;
    }

    .virtual {
        height: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .virtual .overlay_text {
        height: 200px;
    }

    .virtual .img {
        height: 200px;
    }

    .virtual .box-title {
        height: 200px;
    }

    .virtual .title {
        font-size: 30px;
        padding-right: 20px;
    }

    .virtual {
        height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .virtual {
        height: 100%;
    }

    .team .card .opacity_on_team {
        width: 500px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    .virtual {
        height: 100%;
    }

    .virtual .box-title {
        flex-direction: column;
        height: 360px;
    }

    .virtual .title {
        font-size: 32px;
        padding: 20px;
    }

    .virtual .img {
        height: 280px;
    }

    .virtual .overlay_text {
        height: 280px;
        margin-top: 0px;
    }

}

@media (min-width: 320px) and (max-width: 480px) {

    .virtual {
        height: 100%;
    }

    .virtual .box-title {
        flex-direction: column;
        height: 260px;
    }

    .virtual .title {
        font-size: 32px;
        padding: 20px;
    }

    .virtual .img {
        height: 130px;
    }

    .virtual .overlay_text {
        height: 130px;
        margin-top: 0px;
    }

}

/*.cabinet */
.cabinet .doctor .img-doctor {
    height: 600px;
    max-height: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    overflow: hidden;
}

.cabinet .doctor .content {
    padding: 20px 175px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;

    color: #000000;

}

.cabinet .doctor .content .title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    color: #1C2F42;
}

.cabinet .doctor .row_content {
    padding: 8px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cabinet .doctor .row_content .text {
    padding-left: 10px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    color: #000;
}

@media (min-width: 1201px) and (max-width: 1600px) {
    .cabinet .doctor .content {
        padding: 15px 60px;
        font-size: 14px;
        line-height: 18px;
    }

    .cabinet .doctor .content .title {
        font-size: 26px;
    }

    .cabinet .doctor .row_content .text {
        font-size: 14px;
    }

    .cabinet .doctor .img-doctor {
        height: 500px;
    }

    .team .content .text {
        font-size: 14px;
        line-height: 18px;
    }

    .team .content .title {
        font-size: 16px;
    }

    .team .content {
        font-family: 'Helvetica';
        padding: 40px 25px;
        height: 180px;
    }

    .team .card {
        height: 380px;
    }

    .team .card:hover .content {
        background-color: #6D7E8F;
        margin-top: -57px;
        padding: 20px 25px 40px 25px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .cabinet .doctor .content {
        padding: 5px 30px;
        font-size: 14px;
        line-height: 18px;
    }

    .cabinet .doctor .content .title {
        font-size: 20px;
    }

    .cabinet .doctor .row_content .text {
        font-size: 14px;
    }

    .cabinet .doctor .img-doctor {
        height: 460px;
    }

    .cabinet .doctor .row_content {
        padding: 10px 0;
        align-items: center;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .cabinet .doctor .img-doctor {
        height: 400px;
    }

    .cabinet .doctor .content {
        padding: 30px 60px 30px 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .cabinet .doctor .content .title {
        font-size: 22px;
    }

    .cabinet .doctor .row_content .text {
        padding-left: 16px;
        font-size: 16px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .cabinet .doctor .img-doctor {
        height: 250px;
    }

    .cabinet .doctor .content {
        padding: 30px 60px 30px 20px;
        font-size: 16px;
        line-height: 18px;
    }

    .cabinet .doctor .content .title {
        font-size: 20px;
    }

    .cabinet .doctor .row_content .text {
        padding-left: 16px;
        font-size: 16px;
    }
}

/*team*/

.team .card {
    height: 460px;
    max-width: 100%;
    width: 480px;
    overflow: hidden;
    transition: 0.8s;
}

.team .img {
    height: 260px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    overflow: hidden;
    transition: 1s;
}

.team .content {
    font-family: 'Helvetica';
    padding: 40px 50px;
    height: 257px;
    background-color: #1C2F42;
    color: #FFFFFF;
    text-align: center;
    transition: 0.8s;
    z-index: 10;
}

.team .content .title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

.team .content .text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;

    color: #FFFFFF;
}

.team .card .opacity_on_team {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    height: 460px;
    max-width: 100%;
    width: 480px;
    opacity: 0;
    transition: 0.8s;
}

.team .card:hover .opacity_on_team {
    background-color: rgba(28, 47, 66, 0.6);
    opacity: 1;
}

.team .card:hover .content {
    background-color: #6D7E8F;
    margin-top: -57px;
    padding: 60px 50px 40px 50px;
}

.team .card:hover .img {
    /*height: 203px;*/
    transform: scale(1.1);
}

@media (min-width: 1201px) and (max-width: 1600px) {
    .team .content .text {
        font-size: 14px;
        line-height: 18px;
    }

    .team .content .title {
        font-size: 16px;
    }

    .team .content {
        font-family: 'Helvetica';
        padding: 20px 20px;
        height: 180px;
    }

    .team .card {
        height: 380px;
    }

    .team .card:hover .content {
        background-color: #6D7E8F;
        margin-top: -57px;
        padding: 20px 20px 20px 20px;
    }
}

/*NEWS*/
.news .insta {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.news .insta .card {
    width: 12.5%;
    margin: 0;
    padding: 0;
}

.news #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
    width: 16.5%;
    margin: 0;
    padding: 0;
}



.insta img {
    margin: 5px;
    max-width: 240px;
    height: 240px;
}

.news #sb_instagram .sbi_photo {
    margin: 5px;
    max-width: 240px;
    height: 240px !important;
    pointer-events: none;
}

@media (min-width: 1201px) and (max-width: 1700px) {

    .team .card {
        margin: 0 auto;
    }

    .news .insta .card {
        width: 20%;
        /*margin: 0 auto;*/
        padding: 0;
    }

    .news #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 20%;
        margin: 0 auto;
        padding: 0;
    }

    .insta img {
        margin: 5px auto;
    }

    .news #sb_instagram .sbi_photo {
        margin: 5px auto;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {

    .team .card {
        margin: 0 auto;
    }

    .news .insta .card {
        width: 25%;
        margin: 0 auto;
        padding: 0;
    }

    .news #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 25%;
        margin: 0 auto;
        padding: 0;
    }

    .insta img {
        margin: 5px auto;
    }

    .news #sb_instagram .sbi_photo {
        margin: 5px auto;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .team .card {
        margin: 0 auto;
    }

    .news .insta .card {
        width: 33.3%;
        margin: 0 auto;
        padding: 0;
    }

    .news #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 33.3%;
        margin: 0 auto;
        padding: 0;
    }

    .insta img {
        margin: 5px auto;
    }

    .news #sb_instagram .sbi_photo {
        margin: 5px auto;
    }

}

@media (min-width: 481px) and (max-width: 767px) {

    .team .card {
        margin: 0 auto;
    }

    .news .insta .card {
        width: 50%;
        margin: 0 auto;
        padding: 0;
    }

    .news #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 50%;
        margin: 0 auto;
        padding: 0;
    }

    .insta img {
        width: 100%;
        padding: 5px;
        margin: 0;
        max-width: none;
        object-fit: cover;
        height: auto;
    }

    .news #sb_instagram .sbi_photo {
        margin: 5px auto;
    }

}

@media (min-width: 320px) and (max-width: 480px) {

    .news .insta .card {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .news #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .insta img {
        margin: 5px auto;
    }

    .news #sb_instagram .sbi_photo {
        margin: 5px auto;
    }

}

/*slider-cabinet*/

#pop_up_video {
    display: block;
    margin-top: 15px;
    cursor: pointer;
}

.pop_up_video {
    z-index: 10000;
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, .55);
}

.pop_up_video iframe {
    max-height: 600px;
    min-height: 300px;
    max-width: 900px;
    height: 55%;
    width: 85%;
}

.new_cabinet_slider {
    overflow: hidden;
    max-height: 860px;
}

.new_cabinet_slider .img {
    height: 860px;
    cursor: pointer;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    overflow: hidden;
}

.new_cabinet_slider .box-content {
    padding: 144px 175px;
}

.new_cabinet_slider .title {
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
}

.new_cabinet_slider .content {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #000000;
    padding-top: 30px;
}

.new_cabinet_slider .slick-prev {
    display: none !important;
}

.new_cabinet_slider .icon_next_slider {
    position: absolute;
    bottom: 303px;
    right: 322px;
    max-width: 122px;
    cursor: pointer;
}

.new_cabinet_slider .slick-dots {
    position: absolute;
    bottom: 100px;
    right: 445px;
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

.new_cabinet_slider li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E5E5E5;
    border: none;
    text-indent: 9999px;
    transition: 0.8s;
    padding: 0;
    margin: 0 10px;
}

.new_cabinet_slider button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.new_cabinet_slider .slick-dots li.slick-active button {
    background-color: #1C2F42;
    border: none;
    padding: 0px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    margin: 0 10px;
}

@media (min-width: 1441px) and (max-width: 1700px) {
    .new_cabinet_slider .img {
        height: 750px;
    }

    .new_cabinet_slider {
        max-height: 750px;
    }

    .new_cabinet_slider .box-content {
        padding: 40px 100px;
    }

    .new_cabinet_slider .icon_next_slider {
        bottom: 203px;
    }

}

@media (min-width: 1201px) and (max-width: 1440px) {
    .new_cabinet_slider .img {
        height: 550px;
    }

    .new_cabinet_slider {
        max-height: 550px;
    }

    .new_cabinet_slider .box-content {
        padding: 40px 60px;
    }

    .new_cabinet_slider .slick-dots {
        bottom: 40px;
        right: 245px;
    }

    .new_cabinet_slider .icon_next_slider {
        bottom: 80px;
        right: 313px;
    }

    .new_cabinet_slider .icon_next_slider img {
        width: 100px;
    }

    .new_cabinet_slider .content {
        font-size: 16px;
        line-height: 20px;
        padding-top: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .new_cabinet_slider .img {
        height: 500px;
    }

    .new_cabinet_slider {
        max-height: 500px;
    }

    .new_cabinet_slider .box-content {
        padding: 40px;
    }

    .new_cabinet_slider .slick-dots {
        bottom: 20px;
        right: 245px;
    }

    .new_cabinet_slider .icon_next_slider {
        bottom: 50px;
        right: 333px;
    }

    .new_cabinet_slider .icon_next_slider img {
        width: 80px;
    }

    .new_cabinet_slider .content {
        font-size: 16px;
        line-height: 20px;
        padding-top: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .new_cabinet_slider .img {
        height: 460px;
    }

    .new_cabinet_slider {
        max-height: 100%;
    }

    .new_cabinet_slider .icon_next_slider {
        position: relative;
        bottom: 0;
        right: 0;
        margin-left: 135px;
        margin-bottom: 20px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .new_cabinet_slider .img {
        height: 360px;
    }

    .new_cabinet_slider {
        max-height: 100%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .new_cabinet_slider .img {
        height: 260px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .new_cabinet_slider {
        max-height: 100%;
    }

    .new_cabinet_slider .box-content {
        padding: 40px 20px;
    }

    .new_cabinet_slider .icon_next_slider {
        position: relative;
        bottom: 0;
        right: 0;
        margin-left: 50px;
        margin-bottom: 20px;
    }

    .new_cabinet_slider .slick-dots {
        position: absolute;
        bottom: 80px;
        right: 0;
        left: 40px;
    }

    .new_cabinet_slider .content {
        font-size: 16px;
        line-height: 18px;
        padding-top: 20px;
    }

    .new_cabinet_slider .title {
        font-size: 24px;
    }
}

/*radiology-container*/

.radiology .radiology_row:nth-child(odd) {
    display: flex;
    flex-direction: row;
    background-color: #1C2F42;
}

.radiology .radiology_row:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
    background-color: #6D7E8F;
}

.radiology .radiology_row {
    max-height: 360px;
    overflow: hidden;
}

.radiology .radiology_row .content {
    padding: 67px 148px 0 186px;
    height: 360px;
}

@media (min-width: 1440px) and (max-width: 1650px) {

    .radiology .radiology_row .content {
        padding: 50px 120px 0 140px;
    }

}

.radiology .radiology_row .title {
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;

    color: #FFFFFF;
}

.radiology .radiology_row .text {
    padding: 31px 0 36px 0;
    font-size: 18px;
    line-height: 22px;
    text-align: left;

    color: #FFFFFF;
}

.radiology .radiology_row a {
    padding: 12px 106px;
    transition: 0.8s;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

.radiology .radiology_row:nth-child(even) a {
    background-color: #1C2F42;
    color: #FFFFFF;
}

.radiology .radiology_row:nth-child(odd) a {
    background-color: #6D7E8F;
    color: #FFFFFF;
}

.radiology .radiology_row:nth-child(even) a:hover {
    background-color: #fff;
    color: #1C2F42;
}

.radiology .radiology_row:nth-child(odd) a:hover {
    background-color: #fff;
    color: #6D7E8F;
}

.radiology .radiology_row .img {
    height: 360px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

@media (min-width: 1201px) and (max-width: 1440px) {
    .radiology .radiology_row .content {
        padding: 30px 60px;
        height: 300px;
    }

    .radiology .radiology_row .img {
        height: 300px;
    }

    .radiology .radiology_row .title {
        font-size: 26px;
    }

    .radiology .radiology_row .text {
        padding: 20px 0 36px 0;
        font-size: 16px;
        line-height: 20px;
    }

    .radiology .radiology_row a {
        padding: 10px 86px;
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .radiology .radiology_row .content {
        padding: 20px 40px;
        height: 100%;
    }

    .radiology .radiology_row .img {
        height: 280px;
    }

    .radiology .radiology_row .title {
        font-size: 24px;
    }

    .radiology .radiology_row .text {
        padding: 10px 0 30px 0;
        font-size: 16px;
        line-height: 20px;
    }

    .radiology .radiology_row a {
        padding: 10px 86px;
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .radiology .radiology_row .img {
        height: 380px;
    }

    .radiology .radiology_row:nth-child(odd) {
        flex-direction: column;
    }

    .radiology .radiology_row:nth-child(even) {
        flex-direction: column;
    }

    .radiology .radiology_row {
        max-height: 100%;
        overflow: hidden;
    }

    .radiology .radiology_row .content {
        height: 380px;
        padding: 40px 90px 20px 90px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .radiology .radiology_row .img {
        height: 280px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .radiology .radiology_row .img {
        height: 180px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .radiology .radiology_row {
        max-height: 100%;
    }

    .radiology .radiology_row .content {
        padding: 40px 20px;
        height: 100%;
    }

    .radiology .radiology_row:nth-child(odd) {
        flex-direction: column;
    }

    .radiology .radiology_row:nth-child(even) {
        flex-direction: column;
    }

    .radiology .radiology_row .title {
        font-size: 26px;
    }

    .radiology .radiology_row .text {
        padding: 15px 0 36px 0;
        font-size: 16px;
        line-height: 20px;
    }

    .radiology .radiology_row a {
        padding: 12px 80px;
        font-size: 12px;
    }
}

/*traitements*/
.traitements .box-photo {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.traitements .img {
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    overflow: hidden;
}

.traitements .small {
    width: 240px;
    height: 240px;
}

.traitements .big {
    width: 480px;
    height: 480px;
}

.effect {
    position: relative;
    width: 100%;
    height: 100%;
}

.traitements .effect .caption {
    background-color: #1C2F42 !important;
    padding: 74px 44px 180px 34px;
    color: white;
    text-align: left !important;
    -webkit-align-items: flex-start;
    font-family: 'Helvetica';
}

.traitements .caption .text {
    padding: 0px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.traitements .caption a {
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    background-color: #6D7E8F;
    padding: 12px 106px;
}

.traitements .effect .title {
    position: absolute;
    left: 34px;
    bottom: 74px;
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    max-width: 250px;
    color: white;
    z-index: 3;
}

.color-light {
    background-color: #6D7E8F;
}

.color-darck {
    background-color: #1C2F42;
}

.support {
    padding-top: 72px;
}

.support .row {
    margin: 0px;
}

.support .content {
    padding: 78px 146px 20px 186px;
    background-color: #1C2F42;
    color: #FFFFFF;
}

.support .content .title {
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
}

.support .content .text {
    font-size: 18px;
    line-height: 22px;
    padding: 31px 0 36px 0;
}

.support .content a {
    background: #6D7E8F;
    color: #FFFFFF;
    padding: 12px 106px;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.8s;
}

.support .content a:hover {
    background: #fff;
    color: #6D7E8F;
}

.support .img {
    height: 360px;
    margin: 0px;
}

@media (min-width: 1430px) and (max-width: 1600px) {
    .traitements .small {
        width: 200px;
        height: 120px;
    }

    .traitements .big {
        width: 380px;
        height: 360px;
    }
}

@media (min-width: 1301px) and (max-width: 1430px) {
    .traitements .small {
        width: 190px;
        height: 120px;
    }

    .traitements .big {
        width: 355px;
        height: 360px;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .traitements .small {
        width: 160px;
        height: 120px;
    }

    .traitements .big {
        width: 330px;
        height: 330px;
    }
}

@media (min-width: 1201px) and (max-width: 1600px) {

    .traitements .effect .title {
        bottom: 25px;
        font-size: 18px;
    }

    .traitements .caption .text {
        font-size: 12px;
        line-height: 18px;
    }

    .traitements .effect .caption {
        padding: 35px 44px 160px 34px;
    }

    .traitements .caption a {
        font-size: 12px;
        padding: 10px 86px;
    }

    .traitements .effect .caption {
        min-height: 400px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .traitements .box-photo {
        margin: 0 auto;
        max-width: 960px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    .traitements .small {
        display: none;
    }

    .traitements .box-photo {
        max-width: 400px;
        margin: 0 auto;
    }

    .traitements .big {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        height: 380px;
    }

    .traitements .effect .title {
        position: absolute;
        left: 35px;
        bottom: 18px;
        font-size: 20px;
    }

    .traitements .caption .text {
        font-size: 16px;
        line-height: 20px;
    }

    .traitements .caption a {
        font-size: 12px;
        padding: 8px 80px;
    }

    .traitements .effect .caption {
        padding: 20px 20px 75px;
    }

    .support .content {
        padding: 20px;
    }

    .support .content .title {
        font-size: 30px;
    }

    .support .content .text {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 0 36px 0;
    }

    .support .content a {
        padding: 10px 80px;
        font-size: 12px;
    }

    .support .img {
        height: 280px;
    }

}

@media (min-width: 320px) and (max-width: 480px) {

    .traitements .small {
        display: none;
    }

    .traitements .big {
        width: 100%;
        height: 280px;
    }

    .traitements .effect .title {
        position: absolute;
        left: 35px;
        bottom: 15px;
        font-size: 18px;
    }

    .traitements .caption .text {
        font-size: 12px;
        line-height: 18px;
    }

    .traitements .caption a {
        font-size: 12px;
        padding: 8px 80px;
    }

    .traitements .effect .caption {
        padding: 20px 20px 75px;
    }

    .support .content {
        padding: 20px;
    }

    .support .content .title {
        font-size: 26px;
    }

    .support .content .text {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 0 36px 0;
    }

    .support .content a {
        padding: 8px 80px;
        font-size: 16px;
    }

    .support .img {
        height: 180px;
    }

}

@media (min-width: 991px) and (max-width: 1440px) {
    .support .content {
        padding: 50px;
    }

    .support .img {
        height: 300px;
    }

    .support .content .text {
        font-size: 16px;
        line-height: 20px;
        padding: 20px 0 36px 0;
    }

    .support .content a {
        padding: 10px 96px;
        font-size: 12px;
    }

    .support .content .title {
        font-size: 24px;
    }
}

/*electronics*/

.electronics .nav-tabs {
    border: none;
    padding: 0 190px;
}

.electronics .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: 26px 20px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    max-width: 225px;
    min-width: 165px;
    text-align: center;
    transition: 0.9s;
}

.electronics .nav-tabs .nav-link:hover {
    border-color: transparent;
    border: none;
    color: #FFFFFF;
    background-color: #1C2F42;
}

.electronics .nav-tabs .nav-link.active {
    border-color: transparent;
    border: none;
    color: #FFFFFF;
    background-color: #1C2F42;
}

.electronics .nav-tabs .nav-link:first-child.active {
    border-color: transparent;
    border: none;
    color: #FFFFFF;
    background-color: #1C2F42;
}

.tab-content:nth-child(1) > .active {
    display: block;
}

/*TAB CONTENT*/
.electronics .tab-content .img {
    height: 600px;
}

.electronics .tab-content .content {
    padding: 128px 142px 128px 188px;
    background-color: #6D7E8F;
    color: white;
    max-height: 600px;
}

.electronics .tab-content .content .title {
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
}

.electronics .tab-content .content .text {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    margin: 40px 0;
}

.navigation .row {
    max-width: 930px;
    margin: 0 auto;
}

.single-blog .navigation .row {
    max-width: none;
    margin: 0 auto;
}

.electronics .tab-content .content a {
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    background-color: #1C2F42;
    padding: 12px 103px;
    transition: 0.8s;
}

.electronics .tab-content .content a:hover {
    background-color: #fff;
    color: #1C2F42;
}

/*video */

.electronics .tab-content .video {
    max-height: 360px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.electronics .tab-content video {
    width: 100%;
    height: 100%;
}

.poster_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 360px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    transition: 0.8s;
}

.poster_video {
    opacity: 1;
}

.poster_video.none {
    opacity: 0;
    /*display: none;*/
}

.electronics .tab-content video[poster] {
    width: 100%;
    margin: 0 auto;
    /*object-fit: cover;*/
    /*margin-left: -45px;*/
    /*margin-top: -100px;*/
}

.electronics .tab-content .video .top_bht_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    height: 48px;
    width: 50px;
    bottom: 0;
    z-index: 50;
    cursor: pointer;
    /*pointer-events: none;*/
}

.electronics .tab-content .video .text-img-hover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 40;
    height: 360px;
    width: 100%;
    opacity: 0.4;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.electronics .tab-content .title-video {
    font-size: 48px;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #1C2F42;
    height: 360px;
    padding: 162px 188px 162px 0;
}

@media (min-width: 992px) and (max-width: 1440px) {
    .electronics .tab-content .content {
        padding: 50px;
    }

    .electronics .tab-content .img {
        height: 500px;
    }

    .electronics .tab-content .title-video {
        height: 360px;
        font-size: 48px;
    }

    .electronics .nav-tabs .nav-link {
        padding: 12px 20px;
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
        width: 33.3%;
    }

    .electronics .tab-content .content .title {
        font-size: 24px;
    }

    .electronics .tab-content .video .text-img-hover {
        height: 260px;
    }

    .electronics .tab-content .video {
        max-height: 260px;
    }

    .electronics .tab-content .title-video {
        height: 260px;
        font-size: 38px;
        padding: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .electronics .nav-tabs {
        padding: 0px;
    }

    .electronics .tab-content .content {
        padding: 30px;
    }

    .electronics .tab-content .content .text {
        font-size: 14px;
        line-height: 20px;
    }

    .electronics .tab-content .img {
        height: 300px;
    }

    .electronics .tab-content .video .text-img-hover {
        height: 260px;
    }

    .electronics .tab-content .video {
        max-height: 260px;
    }

    .electronics .tab-content .title-video {
        height: 260px;
        font-size: 38px;
        padding: 100px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .electronics .tab-content .title-video {
        font-size: 38px;
        height: 160px;
        padding: 50px;
    }

    .electronics .nav-tabs .nav-link {
        padding: 12px 20px;
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .electronics .nav-tabs {
        padding: 0px;
    }

    .electronics .tab-content .content {
        padding: 50px;
    }

    .electronics .tab-content .content .text {
        font-size: 16px;
        line-height: 20px;
    }

    .electronics .tab-content .img {
        height: 415px;
    }

}

@media (min-width: 320px) and (max-width: 767px) {
    .electronics .nav-tabs {
        padding: 0px;
    }

    .electronics .nav-tabs .nav-link {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 16px;
        max-width: 100%;
        width: 100%;
    }

    .electronics .tab-content .content {
        padding: 20px;
        max-height: 100%;
    }

    .electronics .tab-content .content .title {
        font-size: 26px;
    }

    .electronics .tab-content .content .text {
        font-size: 16px;
        line-height: 18px;
        margin: 20px 0;
    }

    .electronics .tab-content .content a {
        font-size: 12px;
        padding: 8px 80px;
    }

    .electronics .tab-content .img {
        height: 180px;
    }

    .electronics .tab-content .video .text-img-hover {
        display: none;
    }

    .electronics .tab-content .video {
        max-height: 400px;
    }

    .electronics .tab-content .title-video {
        font-size: 22px;
        height: 100%;
        padding: 50px 20px;
    }

    .electronics .tab-content .title-video .title {
        text-align: center !important;
    }
}

/*laboratorie */
.laboratorie {
    padding: 72px 0;
}

.laboratorie .row {
    margin: 0px;
}

.laboratorie .content {
    padding: 78px 146px 78px 186px;
    color: #FFFFFF;
    background-color: #6D7E8F;
    max-height: 360px;
}

.laboratorie .content .title {
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
}

.laboratorie .content .text {
    font-size: 18px;
    line-height: 22px;
    padding: 31px 0 36px 0;
}

.laboratorie .content a {
    background: #1C2F42;
    color: #FFFFFF;
    padding: 12px 106px;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.8s;
}

.laboratorie .content a:hover {
    background-color: #fff;
    color: #1C2F42;
}

.laboratorie .img {
    height: 360px;
    margin: 0px;
}

@media (min-width: 1201px) and (max-width: 1440px) {
    .laboratorie {
        padding: 52px 0;
    }

    .laboratorie .content {
        padding: 20px 50px;
        max-height: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .laboratorie {
        padding: 52px 0;
    }

    .laboratorie .content {
        padding: 50px;
        max-height: 100%;
    }

    .laboratorie .img {
        height: 300px;
        margin: 0px;
    }

    .laboratorie .content .title {
        font-size: 24px;
    }

    .laboratorie .content a {
        padding: 10px 96px;
        font-size: 12px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .laboratorie .img {
        height: 280px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .laboratorie .img {
        height: 180px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .laboratorie {
        padding: 32px 0;
    }

    .laboratorie .content {
        padding: 20px;
        max-height: 100%;
    }

    .laboratorie .content .text {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 0 36px 0;
    }

    .laboratorie .content .title {
        font-size: 26px;
        line-height: normal;
        text-transform: uppercase;
    }

    .laboratorie .content a {
        padding: 8px 80px;
        font-size: 12px;
    }
}

/*Urgence */

.urgence .row {
    margin: 0px;
}

.urgence .row:nth-child(1) {
    flex-direction: row;
}

.urgence .row:nth-child(2) {
    flex-direction: row-reverse;
}

.urgence .content {
    color: #FFFFFF;
}

.urgence .row:nth-child(1) .content {
    background-color: #1C2F42;
    padding: 78px 146px 78px 186px;
    max-height: 360px;
}

.urgence .row:nth-child(2) .content {
    background-color: #6D7E8F;
    padding: 30px 235px 30px 186px;
    max-height: 360px;
}

.urgence .content .title {
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
}

.urgence .content .text {
    font-size: 18px;
    line-height: 22px;
    padding: 31px 0 36px 0;
}

.urgence .content a {
    color: #FFFFFF;
    padding: 12px 106px;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    transition: 0.8s;
}

.urgence .row:nth-child(2) .content a:hover {
    background-color: #fff;
    color: #1C2F42;
}

.urgence .row:nth-child(1) .content a {
    background: #6D7E8F;
}

.urgence .row:nth-child(1) .content a:hover {
    background-color: #fff;
    color: #1C2F42;
}

.urgence .row:nth-child(2) .content a {
    background: #1C2F42;
}

.urgence .img {
    height: 360px;
    margin: 0px;
}

@media (min-width: 1201px) and (max-width: 1440px) {
    .urgence .row:nth-child(1) .content {
        padding: 40px 60px;
        max-height: 100%;
    }

    .urgence .row:nth-child(2) .content {
        padding: 40px 60px;
        max-height: 100%;
    }

    .urgence .content .text {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .urgence .row:nth-child(1) .content {
        padding: 40px 30px;
        max-height: 100%;
    }

    .urgence .img {
        height: 340px;
    }

    .urgence .content a {
        padding: 10px 96px;
        font-size: 12px;
    }

    .urgence .row:nth-child(2) .content {
        padding: 40px 30px;
        max-height: 100%;
    }

    .urgence .content .text {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0 30px 0;
    }

    .urgence .content .title {
        font-size: 24px;
        line-height: normal;
        text-transform: uppercase;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .urgence .row:nth-child(2) .content {
        background-color: #6D7E8F;
        padding: 30px 100px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .urgence .img {
        height: 280px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .urgence .img {
        height: 180px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .urgence .row:nth-child(1) .content {
        padding: 20px;
        max-height: 100%;
    }

    .urgence .row:nth-child(2) .content {
        padding: 20px;
        max-height: 100%;
    }

    .urgence .content .title {
        font-size: 26px;
    }

    .urgence .content .text {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0 36px 0;
    }

    .urgence .content a {
        padding: 8px 80px;
        font-size: 12px;
    }

}

/*BLOG DU CAbINET*/
.blog .box-filter {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    text-transform: lowercase;
    color: #6D7E8F;
}

.blog .box-filter .add {
    padding: 10px;
    color: #6D7E8F;
    background-color: transparent;
    transition: 0.8s;
    cursor: pointer;
    float: right;
    max-width: 150px;
}

.blog .box-filter .filter .add.active {
    padding: 10px;
    color: white;
    background-color: #1C2F42;
    max-width: 150px;
    float: right;
}

.blog .box-filter .filter {
    position: relative;
    padding: 0;
}

.blog .box-filter .filter:nth-child(7) {
    display: none;
}

.blog .box-filter .line {
    position: relative;
    top: 10px;
    right: -15px;
    height: 20px;
    border-right: 1px solid #6D7E8F;
    transform: rotate(35deg);
}

.blog .box-filter .line:last-child {
    display: none;
}

.blog .box-filter .line:nth-child(2) {
    right: -15px;
}

.blog .box-filter .line:nth-child(4) {
    right: -25px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .blog .box-filter .add {
        float: left;
    }

    .blog .box-filter .add:hover {
        float: left !important;
    }
}

/*box-posts*/

.box-posts {
    min-height: 600px;
    padding: 40px 130px 50px 130px;

}

.box-posts .post {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
}

.box-posts .post .img {
    height: 200px;
    overflow: hidden;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    margin: 0px 0 30px 0px;
}

.box-posts .post .title {
    padding: 25px 30px 0 32px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #1C2F42;
    transition: 0.9s;
    min-height: 90px;
}

.box-posts .post .category {
    padding-left: 32px;
    font-size: 14px;
    line-height: 20px;
    text-transform: lowercase;
    color: #6D7E8F;
    padding-bottom: 13px;
    transition: 0.9s;
    min-height: 50px;
    display: block;
}

.box-posts .post:hover .title {
    background-color: #1C2F42;
    color: white;
}

.box-posts .post:hover .category {
    background-color: #1C2F42;
    color: white;

}

.box-posts .post .text {
    /*padding-left: 32px;*/
    padding: 0 15px;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    min-height: 164px;
    text-align: justify;
}

.box-posts .post .btn-post a {
    font-weight: bold;
    font-size: 14px;
    padding: 0 !important;
    width: 100%;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    /*background: #1C2F42;*/
}

.box-posts .post .btn-post {
    opacity: 0;
    min-height: 36px;
    background: #1C2F42;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
}

.box-posts .post:hover .btn-post {
    opacity: 1;
}

.blog .more {
    margin: 0 auto;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.blog .box-filter .add:hover {
    background: #EFF0F2;
    padding: 10px;
    max-width: 150px;
    float: right;
}

.blog .more a {
    background: #1C2F42;
    padding: 15px 180px;
}

.blog .more_posts {
    color: #fff;
    max-width: 386px;
    height: 36px;
    margin: 25px auto 72px auto;
    background-color: #6D7E8F;
    text-align: center;
    padding-top: 8px
}

.blog .more_posts a {
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;

    color: #FFFFFF;
}

@media (min-width: 1441px) and (max-width: 1700px) {
    .box-posts {
        min-height: 1px;
        margin: 40px 15px;
        padding: 0;
        overflow: hidden;
    }

    .box-posts .post .img {
        height: 180px;
    }

    .box-posts .post .text {
        font-size: 16px;
        line-height: 20px;
    }

    .box-posts .post .title {
        font-size: 16px;
        min-height: 85px;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .box-posts {
        min-height: 1px;
        padding: 40px 20px;
    }

    .box-posts .post .img {
        height: 140px;
    }

    .box-posts .post .text {
        font-size: 14px;
        line-height: 20px;
        padding-left: 15px;
    }

    .box-posts .post .title {
        padding: 10px 15px 0 15px;
        font-size: 15px;
    }

    .box-posts .post .category {
        font-size: 12px;
        padding-bottom: 10px;
        min-height: 35px;
        padding-left: 15px;
    }

    .box-posts .post a {
        font-size: 12px;
        padding: 13px 100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-posts {
        min-height: 600px;
        padding: 20px;
    }

    .blog .more a {
        padding: 15px 15px;
    }

    .blog .more {
        max-width: 200px;
        margin: 0 auto;
    }

    .box-posts .post a {
        font-size: 12px;
        padding: 13px 150px;
    }

    .box-posts .post .category {
        padding-left: 15px;
    }

    .box-posts .post .title {
        padding: 10px 15px 0 15px;
    }

    .box-posts .post .text {
        padding-left: 15px;
    }

    .news .insta .card:nth-child(n+10) {
        display: none;
    }
}

@media (min-width: 520px) and (max-width: 767px) {
    .box-posts .post {
        width: 50%;
        min-width: 260px;
        padding: 0 5px;
    }
}

@media (min-width: 320px) and (max-width: 519px) {
    .box-posts .post {
        width: 100%;
        min-width: 300px;
        padding: 0 5px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .news .insta .card:nth-child(n+6) {
        display: none;
    }

    .blog .box-filter {
        /*max-width: 300px;*/
        max-width: 100%;
        font-size: 16px;
        line-height: 16px;
        text-align: left;
        flex-wrap: wrap;
    }

    .blog .box-filter .filter .add.active {
        float: left;
        max-width: 100%;
    }

    .blog .box-filter .line {
        display: none;
    }

    .box-posts {
        padding: 20px 0;
    }

    .box-posts .post {
        position: relative;
        height: 100%;
        overflow: hidden;
        margin: 10px auto;
    }

    .inpup_search {
        width: 100% !important;
    }

    .box-posts .post .title {
        font-size: 16px;
        background-color: #1C2F42;
        color: white;
        padding: 25px 30px 0 32px !important;
    }

    .box-posts .post .category {
        background-color: #1C2F42;
    }

    .box-posts .post .category {
        font-size: 12px;
        line-height: 18px;
    }

    .box-posts .post .img {
        margin: 0 auto;
    }

    .box-posts.enfan {
        padding: 20px 0 !important;
    }

    .box-posts .post .text {
        padding: 20px;
        font-size: 16px;
        line-height: 18px;
        min-height: 80px;
    }

    .box-posts .post .text p {
        font-family: 'Helvetica', 'SansSerif';
    }

    .box-posts .post .btn-post {
        min-height: 36px;
        /*max-width: 250px;*/
        margin: 0 auto;
        background: #1C2F42;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.8s;
    }

    .box-posts .post .btn-post:hover {
        opacity: 0.8;
    }

    .box-posts .post .btn-post a {
        opacity: 1;
        background: #1C2F42;
        font-size: 12px;
        padding: 0 !important;
    }

    .box-posts .post .btn-post {
        opacity: 1;
    }

    .box-posts .post a {
        font-size: 12px;
        padding: 8px 80px;
    }

    .blog .more a {
        background: #1C2F42;
        padding: 10px 50px;

    }

    .box-document .title {
        font-size: 16px !important;
    }

    .blog .more {
        max-width: 300px;
        margin: 0 auto;

    }

    .blog-wrap {
        margin: 0;
    }

}

/*download-documents*/
.download-container {
    padding: 0 188px;
}

.box-document {
    transition: 0.8s;
}

.box-document .file {
    height: 160px;
    overflow: hidden;
    border: 1px solid #1C2F42;
    display: block;
    position: relative;
    overflow-y: scroll;
    scroll-behavior: smooth;
    padding-top: 1px;
}

.box-document .file::-webkit-scrollbar {
    display: none;
}

.canvas_container {
    width: 354px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
}

.pdf_renderer {
    width: 354px;
}

.box-document .title {
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #1C2F42;
    height: 132px;
    padding: 48px 34px;
    transition: 1s ease-out 0.5s;
}

.box-document .download {
    background: #6D7E8F;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-top: 13px;*/
    transition: 1s ease-out 0.5s;
}

.box-document:hover .download {
    background: #1C2F42;
}

.box-document:hover .title {
    background: #6D7E8F;
}

@media (min-width: 1201px) and (max-width: 1440px) {
    .download-container {
        padding: 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .download-container {
        padding: 20px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .download-container {
        padding: 20px;
    }

    .canvas_container {
        width: 100%;
    }

    .pdf_renderer {
        width: 100%;
    }

    .box-document .file {
        margin: 0 auto;
        max-width: 420px;
    }

    .box-document {
        transition: 0.8s;
        margin: 0 auto;
        max-width: 420px;
    }

}

/*CONTACT*/

#map {
    height: 641px;
}

.map {
    height: 641px;
    position: relative;
    padding: 0px;
}

.map .box-map-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 100%;
}

.map .map-btn {
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-top: 15px;*/
    transition: 0.9s;
}

.map .map-btn:hover {
    opacity: 0.75;
}

.map .map-btn:nth-child(1) {
    background-color: #1C2F42;
}

.map .map-btn:nth-child(2) {
    background-color: #6D7E8F;
}

/*CONTACT*/
.contact {
    padding-bottom: 72px;
    color: #FFFFFF;
    overflow: hidden;
}

.access {
    position: relative;
    padding: 0;
    z-index: 500;
}

.contact .hours {
    height: 284px;
    padding: 25px 0px;
    background-color: #1C2F42;
}

.contact .hours .title {
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 191px;
}

.contact .hours .mail {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    padding-left: 191px;
}

.contact .hours .box-days {
    margin: 0;
    padding: 15px 0;
}

.access .working-days {
    padding: 0;
}

.access .working-days .day {
    padding: 8px 20px 8px 191px;
    font-weight: normal;
    font-size: 16px;
    line-height: 12px;
    display: flex;
    flex-direction: row;
    transition: 0.8s;
    cursor: pointer;
}

.access .working-days .day span {
    min-width: 160px;
}

.access .working-days .day span:nth-child(1) {
    padding-right: 80px;
}

.access .working-days .day.active {
    background-color: #6D7E8F;
}

.access .working-days .day:hover {
    background-color: #6D7E8F;
}

.contact .hours .questionnaire {
    padding: 0 12px 0 100px;
    float: right;
}

.contact .hours .text-questionnaire {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.contact .hours .link-questionnaire {
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 20px;
}

.address {
    font-family: 'Helvetica';
    height: 357px;
    background: #6D7E8F;
    padding: 30px 29px 30px 188px;
    font-size: 18px;
    line-height: 18px;
}

.address span {
    font-weight: bold !important;
}

.address strong {
    font-weight: bold !important;
}

.address .pad {
    padding: 0;
}

@media (min-width: 1501px) {

    .access {
        width: 50%;
    }

    .map {
        width: 50%;
    }

}

@media (min-width: 1600px) and (max-width: 1900px) {

}

@media (min-width: 320px) and (max-width: 1500px) {
    .access {
        width: 100%;
        overflow: hidden;
    }

    .map {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact {
        margin-bottom: 40px;
    }

    .contact {
        padding-bottom: 42px;
    }

    .contact .hours {

        height: 320px;
    }

    .contact .hours .title {
        font-size: 18px;
        padding-left: 20px;
    }

    .access .working-days .day {
        padding: 8px 20px;
        font-size: 16px;
        line-height: 18px;
    }

    .access .working-days {
        padding-bottom: 20px;
    }

    .contact .hours .questionnaire {
        padding: 0 20px;
    }

    .contact .hours .mail {
        font-size: 16px;
        line-height: 20px;
        padding-left: 20px;
    }

    .address {
        padding: 20px;
        font-size: 16px;
        line-height: 16px;
        /*margin: 0;*/
        height: 300px;
    }

    .address .pad {
        padding: 0 15px;
    }

    .map {
        height: 400px;
    }

    #map {
        height: 400px;
    }

    .map .map-btn {
        font-size: 16px;
        padding-top: 10px;
    }

}

@media (min-width: 481px) and (max-width: 767px) {
    .address {
        min-height: 395px;
        height: 100%;

    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .address {
        min-height: 500px;
        height: 100%;
        font-size: 16px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .contact {
        margin-bottom: 40px;
        font-size: 12px;
    }

    .contact .hours {
        /*height: 100%;*/
        height: 300px;
    }

    .contact .hours .title {
        font-size: 16px;
        padding-left: 20px;
    }

    .access .working-days .day {
        padding: 8px 20px;
        font-size: 16px;
        line-height: 12px;
    }

    .access .working-days {
        padding-bottom: 20px;
    }

    .contact .hours .questionnaire {
        padding: 0 20px;
    }

    .contact .hours .mail {
        font-size: 16px;
        line-height: 20px;
        padding-left: 20px;
    }

    .address {
        padding: 20px;
        font-size: 16px;
        line-height: 16px;
        /*margin: 0;*/
    }

    .address .pad {
        padding: 0 15px;
    }

    .map {
        height: 400px;
    }

    #map {
        height: 400px;
    }

    .map .box-map-btn {
        position: relative;
        flex-direction: column;
        width: 100%;
    }

    .map .map-btn {
        font-size: 12px;
        padding-top: 10px;
        bottom: 15px;
    }

    .access .working-days .day span {
        min-width: 95px;
    }

    .access .working-days .day span:nth-child(1) {
        padding-right: 20px;
    }

}

/*FOOTER*/

footer {
    height: 342px;
    background-color: #1C2F42;
}

.footer_logo img {
    margin-top: 72px;
    width: 120px;
    height: 120px;
}

footer .box-link {
    padding-top: 63px;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
}

footer .box-link .link {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

footer .box-link .link a:hover {
    text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 480px) {
    footer {
        padding: 20px 10px;
        /*height: 100%;*/
        background-color: #1C2F42;
    }

    .footer_logo img {
        margin-top: 32px;
        width: 80px;
        height: 80px;
    }

    footer .box-link {
        padding-top: 20px;
    }

}

/*single_post*/

.single_post {
    /*margin-top: 60px;*/
    padding: 72px 435px;
}

.single_post strong {
    font-weight: 600;
}

.single_post .single_content {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.single_post .single_content h1 {
    display: none;
}

.single_post h1 {
    font-weight: normal;
    font-size: 48px;
    line-height: normal;
    text-transform: uppercase;
    color: #1C2F42;
    padding-bottom: 40px;
    padding-top: 50px;
    /*white-space: nowrap;*/
    white-space: normal;
}

.single_post h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
    padding: 46px 0 38px 50px;
    position: relative;
    text-decoration: underline;
}

.single_post h2:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url('/wp-content/themes/EricUrsat/img/icons/Component.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 65px;
    transform: translateY(-50%);
}

.single_post ol {
    padding-left: 55px;
}

.single_post ol li {
    padding: 15px 0;
    font-size: 18px;
    line-height: 22px;
}

.single_post ul {
    padding-left: 55px;
    list-style: none;
    /*list-style-position: inside;*/
    list-style-image: url('/wp-content/themes/EricUrsat/img/li_img.png');
}

.single_post ul li {
    /*position: relative;*/
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

/*.single_post ul li:before {*/
/*content: '';*/
/*width: 20px;*/
/*height: 20px;*/
/*position: absolute;*/
/*background-image: url('/wp-content/themes/EricUrsat/img/icons/Component.png');*/
/*background-size: cover;*/
/*background-position: center;*/
/*left: 0;*/
/*top: 33px;*/
/*transform: translateY(-50%);*/
/*}*/

.navigation {
    padding: 0 175px 72px 175px;
}

.navigation .social img {
    padding: 0 7px;
}

.navigation .arrow {
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
    transition: 0.9s;
    z-index: 550;
    position: relative;
}

.navigation .arrow img {
    margin-bottom: -15px;
}

.navigation .arrow.prew {
    text-align: left;
}

.navigation .arrow.next {
    text-align: right;
}

.navigation .arrow.prew img {
    margin-right: 35px;
    transition: 0.9s;
    text-align: left;
}

.navigation .arrow.next img {
    margin-left: 35px;
    text-align: right;
    transition: 0.9s;
}

.navigation .arrow:hover {
    color: #6D7E8F;
}

.navigation .arrow:hover img {
    opacity: 0.5;
}

.simgle_img_top {
    margin-top: 150px;
    height: 372px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.single_post.traitements {
    /*margin-top: 60px;*/
    padding: 0px 495px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.traitements .single_title h1 {

}

/*.traitements ul {*/
/*padding-left: 0px !important;*/
/*list-style: none;*/
/*}*/

/*.traitements ul li {*/
/*position: relative;*/
/*padding-left: 30px;*/
/*padding-top: 20px;*/
/*padding-bottom: 20px;*/
/*font-weight: normal;*/
/*font-size: 18px;*/
/*line-height: 22px;*/
/*color: #000000;*/
/*max-height: 100%;*/
/*}*/

/*traitements single*/
.traitements-single-img {

}

/* ================
// Before and After
// ============= */
.before-and-after {
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: auto;
    cursor: url(/wp-content/themes/EricUrsat/img/traitements_single/cursor.png) 25 15, auto;
    margin-top: 150px;
    height: 372px;
}

.before-and-after img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 372px;
    object-fit: cover;
}

.subject-before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
}

.subject-scraper {
    overflow: hidden;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    position: relative;
}

.subject-scraper:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    height: 100%;
    width: .25em;
    content: '';
    background: #1C2F42;
}

.subject-after {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
}

.retour {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000;
    cursor: pointer;
    width: 305px;
    max-height: 40px;
    content: '';
    background: #6D7E8F;
    overflow: hidden;
    padding: 8px 137px 8px 83px;
}

.retour .ret {
    font-family: 'Helvetica';
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}

.traitements-modal {
    padding: 0px !important;
}

.traitements-modal .modal-dialog {
    max-width: 100%;
    margin: 0rem auto;
}

.traitements-modal .modal-header .close {
    opacity: 1;
}

.traitements-modal .modal-header .close:hover {
    opacity: 0.75;
}

.traitements-modal .modal-header {
    border: none;
    height: 152px;
    align-items: center;
}

.traitements-modal .modal-header img {
    max-height: 60px;
    max-width: 60px;
    margin-right: 90px;
}

.traitements-modal .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(28, 47, 66, .5);
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0rem;
    outline: 0;
}

.traitements-modal .modal-body {
    padding: 0;
}

.traitements-modal .gallery
#sb_instagram.sbi_col_8 #sbi_images .sbi_item {
    width: 12.5%;
}

.traitements-modal .gallery .insta img {
    margin: 0px;
    max-width: 240px;
    height: 240px;
}

.traitements-modal .gallery .insta #sb_instagram .sbi_photo {
    margin: 0px;
    max-width: 240px;
    height: 240px;
    pointer-events: none !important;
}

.traitements-modal .gallery {
    padding: 0 0 200px 5px;
    margin-right: -2px;
}

.traitements-modal .gallery .card {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0px;
    margin: -1px;
}

.support #sb_instagram #sbi_images .sbi_item {
  display: none;
}
.support #sb_instagram #sbi_images .sbi_item:nth-child(-n+16) {
    display: inline-block;
}

@media (min-width: 992px) and (max-width: 1200px) {

    .traitements-modal .gallery #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 20% !important;
    }

    .traitements-modal .gallery .insta #sb_instagram .sbi_photo {
        margin: 0px;
        max-width: 240px;
        height: 240px !important;
    }

    .traitements-modal .modal-header img {
        max-height: 20px;
        max-width: 20px;
        margin-right: 20px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .traitements-modal .gallery #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 25% !important;
    }

    .traitements-modal .gallery .insta #sb_instagram .sbi_photo {
        margin: 0px;
        max-width: 240px;
        height: 240px !important;
    }

    .traitements-modal .modal-header img {
        max-height: 20px;
        max-width: 20px;
        margin-right: 20px;
    }

}

@media (min-width: 481px) and (max-width: 767px) {

    .traitements-modal .gallery #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 33.3% !important;
    }

    .traitements-modal .gallery .insta #sb_instagram .sbi_photo {
        margin: 0px;
        max-width: 240px;
        height: 240px !important;
    }

    .traitements-modal .modal-header img {
        max-height: 20px;
        max-width: 20px;
        margin-right: 20px;
    }

    .support #sb_instagram #sbi_images .sbi_item:nth-child(-n+8) {
        display: inline-block;
    }

}

@media (min-width: 320px) and (max-width: 480px) {

    .traitements-modal .gallery #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 50% !important;
    }
    .support #sb_instagram #sbi_images .sbi_item:nth-child(-n+8) {
        display: inline-block;
    }

    .traitements-modal .gallery .insta #sb_instagram .sbi_photo {
        margin: 0px;
        max-width: 240px;
        height: 180px !important;
    }

    .traitements-modal .modal-header img {
        max-height: 20px;
        max-width: 20px;
        margin-right: 20px;
    }

}

/*preloader*/
.loader_style {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader {
    transition: 1.5s all ease-in-out;
}

.preloader img {
    width: 326px;
    height: auto;
}

.logo_svg {
    width: 450px;
}

.loader_hide {
    transform: translateY(-110%);
}

.blink_me {
    animation: blinker 1.9s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media (min-width: 1280px) and (max-width: 1599px) {
    .width_brand {
        padding-left: 100px;
    }

    .address {
        padding: 30px 29px 30px 205px !important;
    }

    .contact .hours .questionnaire {
        padding: 0 12px 0 70px !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .blog .box-posts .post {
        max-width: 400px;
        /*margin: 0 auto;*/
    }
}

.img_with_title img {
    margin-bottom: 5px;
    min-width: 10px;
}

.img_with_title em {
    font-style: italic;
}

.img_with_title {
    font-style: italic;
    text-align: center;
}

em {
    font-style: italic;
}

strong {
    font-weight: 600;
}

b {
    font-weight: 600;
}

@media (min-width: 1441px) and (max-width: 1700px) {
    .single_post.traitements {
        padding: 50px 350px;
        margin-top: 20px;
    }

    .single_post {
        padding: 60px 350px;
    }

    .single_post img {
        max-width: 100%;
        height: auto;
    }

    .navigation .arrow img {
        margin-bottom: -10px;
        max-width: 100px;
    }

    .single_post h1 {
        font-size: 40px;
    }

    .single_post h2 {
        font-size: 34px;
    }
}

@media (min-width: 1201px) and (max-width: 1440px) {
    .single_post.traitements {
        padding: 50px 250px;
        margin-top: 00px;
    }

    .single_post {
        padding: 60px 250px;
    }

    .single_post h1 {
        font-size: 34px;
    }

    .single_post h2 {
        font-size: 30px;
    }

    .navigation .arrow img {
        margin-bottom: -10px;
        max-width: 100px;
    }

    .navigation {
        padding: 0 50px 72px 50px;
    }

    .single_post img {
        margin: 36px 0px;
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .before-and-after {
        margin-top: 80px;
        height: 240px;
        max-height: 100%;
    }

    .before-and-after img {
        height: 240px;
    }

    .single_post.traitements {
        padding: 30px 50px;
        margin-top: 0px;
    }

    .single_post {
        padding: 60px;
    }

    .single_post h1 {
        font-size: 30px;
    }

    .single_post h2 {
        font-size: 26px;
    }

    .navigation {
        padding: 20px;
    }

    .navigation .arrow {
        font-size: 12px;
    }

    .navigation .arrow img {
        margin-bottom: -5px;
        max-width: 50px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .single_post .single_content iframe {
        width: 300px !important;
        margin: 0 auto;
        display: flex;
        height: 200px !important;
    }
    .navigation .social img {
        padding: 0 7px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .before-and-after {
        margin-top: 80px;
        height: 240px;
        max-height: 100%;
    }

    .retour {
        position: relative;
        top: 20px;
        min-height: 55px;
    }

    .retour .ret {
        font-size: 16px;
    }

    .before-and-after img {
        height: 172px;
    }

    .single_post.traitements {
        padding: 20px 20px;
        font-size: 16px;
        line-height: 20px;
        margin-top: 0px;
    }
    .navigation .row {
        width: 100%;
        justify-content: space-between;
        padding: 20px 0;
    }
    .single_post {
        padding: 40px;
        font-size: 16px;
        line-height: 20px;
    }

    .single_post img {
        margin: 20px 0;
        max-width: 100%;
        height: auto;
    }
    .support {
        padding-top: 20px;
    }
     .single_post .cocoen img {
       max-width: none;
    }
    .single_post .cocoen {
       margin-top: 0!important;
    }

    .single_post h1 {
        font-size: 28px;
        padding-bottom: 20px;
        padding-top: 25px;
    }

    .single_post h2 {
        font-size: 22px;
        padding: 20px 0 20px 50px;
    }

    .single_post h2:before {
        top: 50px;
        width: 35px;
        height: 35px;
    }

    .navigation .arrow {
        font-size: 12px;
    }

    .navigation .arrow img {
        margin-bottom: -5px;
        max-width: 50px;
    }

    .navigation {
        padding: 20px;
    }

    .social {
        padding: 5px;
    }

    .single_post {
        margin-top: 0;
        padding: 20px;
    }

    .single_post .single_content {
        font-size: 16px;
        line-height: 20px;
    }

    .single_post ul {
        padding-left: 15px;
    }

    .single_post ul li {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 18px;
    }

    .single_post ul li:before {
        top: 25px;
    }

    .single_post ol {
        padding-left: 15px;
    }

    .single_post ol li {
        padding: 15px 0;
        font-size: 16px;
        line-height: 20px;
    }

}

@media (min-width: 1441px) and (max-width: 1600px) {

    .navigation .social {
        min-width: 200px;
    }

    .navigation {
        padding: 0 100px 72px 100px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .navigation .social img {
        padding: 0px 4px;
    }

}
@media (min-width: 1024px) and (max-width: 1424px) {

    .navigation .social img {
        padding: 0px 7px;
    }

}
/*style for page -> blog single*/
.flags_row {
    max-width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: 150px;
}

.flags_row strong {
    padding-left: 20px;

}

.flags_row img {
    height: 100% !important;
    max-width: 144px;
}

/*video embed*/

.video.embed-responsive .ytp-embed:not(.ad-showing) .ytp-title-text {
    padding-top: 21px;
    display: none;
}

.ytp-title-enable-channel-logo .ytp-title {
    min-height: 52px;
    display: none;
}

.ytp-watch-later-icon {
    margin: auto;
    width: 36px;
    height: 36px;
    position: relative;
    display: none;
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
    cursor: pointer;
    display: none;
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
    cursor: pointer;
    display: none !important;
}

/*single_post_video*/

.single_post_video iframe {
    width: 100%;
    min-height: 200px;
    height: 500px;
    margin: 50px 0;
    position: relative;
    z-index: 1000;
}

@media (min-width: 320px) and (max-width: 480px) {

    .single_post_video iframe {
        width: 100%;
        min-height: 200px;
        height: 200px;
        margin: 20px 0;
    }

}

/*contact_form*/
.contact_form {
    margin-bottom: 70px;
    /*overflow-x: hidden;*/
    padding: 0 20px 0 20px;
    max-height: 100%;
}

@media (min-width: 1800px) {

    .contact_form {
        padding: 0 218px 0 188px;

    }

}

.contact_form .content {
    padding: 0;
}

.contact_form .form {
    padding: 0;
}

.contact_form form {
    display: flex;
    flex-direction: row;
}

@media (min-width: 320px) and (max-width: 991px) {

    .contact_form form {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

}

.contact_form .content {
    max-width: 200px;
}

.contact_form .content .title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
}

.contact_form .content .text {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #1C2F42;
    margin: 30px 0 0px 0;
}

.contact_form .content .text a.link_cont {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: lowercase;
    text-decoration: underline;
}

.contact_form .content .text a {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1C2F42;
}

.form-group {
    margin-bottom: 6px;
}

textarea {
    height: 94px !important;
}

.contact_form .form-control {
    display: block;
    height: 45px;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #1C2F42;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact_form .envoyer_form {
    background: #6D7E8F;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.8s;
}

.contact_form div.wpcf7-mail-sent-ok {
    position: absolute;
    bottom: -40px;
    left: 5px;
}

.contact_form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #1C2F42;
    border-radius: 0rem;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

input[type="submit" i] {
    outline: 0;
    padding: 0;
    border-style: none;
    border-width: 0px;
}

input[type="submit" i]:active {
    border-style: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px solid #f7e700;
    display: none !important;
}

.contact_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #6E6E6E;
}

.contact_form ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #6E6E6E;
}

.contact_form :-ms-input-placeholder { /* IE 10+ */
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #6E6E6E;
}

.contact_form :-moz-placeholder { /* Firefox 18- */
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #6E6E6E;
}

.contact_form .envoyer_form:hover {
    opacity: 0.85;
    background: #1C2F42;
}

.address {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;

    color: #FFFFFF;

}

.address .address_map_contact {

}

.address .tel {
    margin: 30px 0 20px 0;
}

.address .sentence {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.address .sentence .icon {
    padding: 0 3px;
}

.address .sentence .first_icon {
    margin-right: 10px;
}

.address .sentence:last-child {
    margin-left: 35px;
}

#id {
    border: 1px solid #000000;
    box-sizing: border-box;
    height: 32px;
    width: 569px;
}

.search_form {
    position: relative;
    margin-top: 3px;
}

.img_search {
    position: absolute;
    right: 5px;
    top: 9px;
}

.inpup_search {
    width: 569px;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-align: justify;
}

@media (min-width: 481px) and (max-width: 1200px) {

    .inpup_search {
        width: 100%;
    }

    .search_col {
        margin: 0 auto;
    }

    .img_search {
        right: 9px;
        top: 9px;
    }
    #id {
        width: 100%;
    }

}

.inpup_search:focus {
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}

.inpup_search:-internal-autofill-selected {
    background-color: white !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
    border: 1px solid #000000;
    box-sizing: border-box;
}

.search_nothing .blog .box-filter {
    margin-left: -50px;
}

.search_nothing {
    white-space: normal;
    min-height: 300px;
    margin-top: 100px;
    max-width: 1000px;
    width: 100%;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 50px;
}

.search_nothing:after {
    content: '):';
    font-size: 120px;
    position: absolute;
    left: -120px;
    top: 20px;
    color: #1c2f42;
}

.search_nothing .search_nothing_text {
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    color: #1C2F42;
    padding-bottom: 40px;
    padding-top: 50px;
}

.btn_retour_search {
    display: block;
    font-size: 16px;
    background-color: #6D7E8F;
    border: 1px solid #6D7E8F;
    padding: 10px 15px;
    transition: all ease .8s;
    color: #fff !important;
    text-decoration: none;
    max-width: 300px;
    margin-top: 25px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1350px) {

    .search_nothing {
        max-width: 500px;
    }

    .blog .box-filter {
        width: 118% !important;
        margin-left: -20px !important;
    }

}

@media (min-width: 600px) and (max-width: 767px) {

    .search_nothing {
        max-width: 400px;
    }

    .blog .box-filter {
        width: 50% !important;
        margin-left: 0px !important;
    }

    .search_nothing .search_nothing_text {
        font-size: 16px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .btn_retour_search {
        font-size: 14px;
        max-width: 280px;
    }

    .search_nothing:after {
        font-size: 100px;
        left: -80px;
    }

}

@media (min-width: 481px) and (max-width: 599px) {

    .search_nothing {
        max-width: 300px;
    }

    .blog .box-filter {
        width: 50% !important;
        margin-left: 0px !important;
    }

    .search_nothing .search_nothing_text {
        font-size: 16px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .btn_retour_search {
        font-size: 16px;
        max-width: 280px;
    }

    .search_nothing:after {
        font-size: 100px;
        left: -80px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    .search_nothing {
        max-width: 250px;
    }

    .blog .box-filter {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .search_nothing .search_nothing_text {
        font-size: 16px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .btn_retour_search {
        font-size: 12px;
        max-width: 280px;
    }

    .search_nothing:after {
        font-size: 80px;
        left: 0px;
        top: 80px;
    }
}

/*liens*/
.liens {
    min-height: 400px;
}

.liens_box {
    padding: 0 188px;
    display: flex;
    flex-direction: column;
}

.liens_row:nth-child(1) {
    display: flex;
    flex-direction: row;

    width: 100%;
    flex-wrap: wrap;
}

.liens_row:nth-child(2) {
    display: flex;
    flex-direction: row;

    width: 75%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between !important;
}

.group_liens {
    width: 25%;
    text-align: center;
    height: 100%;
}

.img_liens {
    min-height: 115px;
    display: flex;
    align-items: center;
}

.img_liens img {
    margin: 0 auto;
}

.title_liens {
    font-family: 'Helvetica';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 285px;
    margin: 0 auto;
    color: #000000;
    transition: 0.8s;
}

.title_liens_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 285px;
    margin: 0 auto;
    line-height: 20px;
}

.group_liens:hover .title_liens {
    color: #6D7E8F;
}

@media (min-width: 481px) and (max-width: 991px) {

    .group_liens {
        width: 50%;
    }

    .liens_row:nth-child(2) {
        width: 100%;
    }

}

@media (min-width: 320px) and (max-width: 480px) {

    .group_liens {
        width: 50%;
        margin-bottom: 50px;
    }

    .title_liens {
        font-size: 12px;
        line-height: 18px;
    }

    .img_liens img {
        margin: 0 auto;
        width: 50%;
    }

    .title_liens_text {
        padding: 0 15px;
    }

    .img_liens {
        min-height: 75px;
    }

    .liens_row:nth-child(2) {
        width: 100%;
    }

    .modal-header .close {
        margin: 0 !important;
    }
}

@media (min-width: 320px) and (max-width: 1650px) {
    .liens_box {
        padding: 0 20px;
    }

    .title_liens {
        font-size: 16px;
        line-height: 22px;
    }
}

p {
    margin: 0;
    margin-bottom: 0rem;
}

.navigation .arrow {
    cursor: pointer !important;
}

/*return-to-top*/

#topcontrol {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100000;
    bottom: 224px !important;
    right: 80px !important;
    background: rgb(109, 126, 143);
    /*background: rgba(109,126,143, 0.7);*/
    width: 68px;
    height: 68px;
    text-decoration: none;
    border-radius: 50%;
    /*display: none;*/
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#topcontrol:hover {
    background: rgba(109, 126, 143, 0.9);
}

@media (min-width: 320px) and (max-width: 767px) {
    #topcontrol img {
        width: 50%;
    }

    #topcontrol {
        bottom: 100px !important;
        right: 20px !important;
        width: 38px;
        height: 38px;
    }
}

/*bottomcontrol*/

#toTop {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    background: rgb(109, 126, 143);
    margin-top: -100px;
    margin-right: 15px;
    float: right;
    width: 68px;
    height: 68px;
    text-decoration: none;
    border-radius: 50%;
    /*display: none;*/
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#toTop:hover {
    background: rgba(109, 126, 143, 0.9);
}

@media (min-width: 320px) and (max-width: 767px) {
    #toTop img {
        width: 50%;
    }

    #toTop {
        margin-top: 0px;
        width: 42px;
        height: 42px;
        margin-right: 0px;
    }

}

.page-id-9 .top_footer {
    display: none !important;
}
@media (min-width: 1700px) {

    .news {
        /*padding: 0 220px 0 140px;*/
    }

    .news .text {
        padding: 20px 0;
    }
}
.news {
    height: 100%;
    flex-direction: row;
    align-items: center;
    color: white;
}

.news .title {
    font-family: 'Helvetica';
    font-size: 18px;
    text-transform: uppercase;
    min-height: 180px;
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.news .text {
    font-family: 'Helvetica';
    font-size: 16px;
    min-height: 180px;
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.news .text p{
    columns: 2;
    text-align: justify;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}

@media (min-width: 320px) and (max-width: 1024px) {

    .news .text p{
        columns: 1;
        text-align: justify;
    }
    .news .text {
       padding: 20px;
    }

}

@media (min-width: 320px) and (max-width: 767px) {
    .news .title {
        min-height: 80px;
    }
    .news .text {
        min-height: 80px;
    }
}

.bread_crumb {
    margin-top: 40px;
    padding: 0!important;
    display: flex;
    list-style: none!important;
}
.bread_crumb li.sub:not(.current) {
    display: none;
}
.bread_crumb li.level-1 {
    padding-left: 0!important;
}
.bread_crumb li {
    padding-bottom: 0!important;
    padding: 0;
}
.bread_crumb li a {
    color: #6D7E8F;
}
.bread_crumb li:after {
    content: '/';
    margin-left: 15px;
}
.bread_crumb li.sub.current {
    color: #1C2F42;
}
.bread_crumb li.sub.current:after{
    content: none;
}
.sound {
    position: absolute;
    bottom: 8%;
    left: 8%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("../img/icons/soundoff.png") no-repeat center;
    cursor: pointer;
}
.sound.active {
    background: url("../img/icons/soundon.png") no-repeat center;
}



/*instagram hide details*/
.sbi_info,
.sbi_lb-number,
.sbi_lightbox_action,
.sbi_lightbox_action.sbi_instagram,
#sbi_lightbox.sbi_lb-comments-enabled #sbi_mod_link,
#sb_instagram.sbi_medium .sbi_hover_bottom,
#sb_instagram .sbi_username,
.sbi_instagram_link,
.sbi_caption_text a
{
    display: none!important;
}

#sb_instagram .sbi_link  {
    background: rgba(0,0,0,0)!important;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
    padding-right: 0px!important;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    box-sizing: border-box;
    padding: 0!important;
    right: 0px;
    background: transparent;
    width: 0px!important;
}
