@media screen and (max-width: 767px) {
    #menu__button {
        display: block;
        right: 20px;
    }
    .header__navigation {
        position: absolute;
        top: 80px;
        background: #fff;
        left: 0;
        right: 0;
        width: 100%;
        display: none;
    }
    .header__logo {
        width: 75%;
    }
    .header__logo svg {
        width: 100%;
    }
    .header__socials {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        right: 0;
        top: 55px;
        background: #fff;
        padding: 20px;
        width: 100%;
    }
    .header__socials a {
        margin-left: 20px;
    }
    .header__menu li {
        text-transform: uppercase;
        padding: 5px 0 15px 0;
    }
    .header__menu {
        flex-direction: column;
    }
    #slider {
        height: 50vh;
        padding: 0;
        margin: 80px 0 0 0;
    }
    .slider__content img {
        width: 100%;
    }
    #slider .owl-carousel.owl-loaded, #slider .owl-carousel .owl-stage-outer, #slider .owl-carousel .owl-stage, #slider .owl-carousel.owl-drag .owl-item, #slider .owl-carousel .owl-item img, #slider .owl-carousel.owl-drag .owl-item .item  {
        height: 100%;
    }
    .seo__title {
        padding: 20px;
    }
    #bienvenue {
        flex-direction: column;
        padding: 0;
    }
    .w-50 {
        width: 100% !important;
    }
    .bienvenue__info {
        padding: 20px;
    }
    .bienvenue__hours {
        padding: 20px 0;
    }
    .bienvenue__hours h2 {
        margin: 0;
        transform: none;
    }
    .bienvenue__days {
        padding: 0 20px 20px 20px;
    }
    .bienvenue__info p {
        margin-top: 20px;
        text-align: justify;
        line-height: 20px;
        font-size: 16px;
    }
    .bienvenue__right {
        flex-direction: column;
    }
    .bienvenue__right img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .bienvenue__right--simage {
        padding: 0;
    }
    .bienvenue__right--simage img {
        width: 100%;
    }
    #hygiene {
        flex-direction: column;
        height: auto;
    }
    .hygiene__content {
        display: flex;
        flex-direction: column;
        position: static;
    }
    .hygiene__wrapper--title {
        position: static;
        padding: 20px 0;
    }
    .hygiene__content--text {
        padding: 0;
        text-align: justify;
        line-height: 20px;
        font-size: 16px;
    }
    .hygiene__content--right {
        padding: 20px;
    }
    #hygiene .owl-carousel.slideshow .owl-item img {
        width: 100%;
    }
    #hightech {
        padding: 20px;
        flex-direction: column;
    }
    .hightech__single {
        width: 100%;
    }
    .hightech__desc {
        padding: 20px 0;
        text-align: justify;
        line-height: 20px;
        font-size: 16px;
    }
    #technologie {
        flex-direction: column;
        padding: 20px;
    }
    .technologie__title {
        width: 100%;
        height: auto;
        padding-top: 15px;
    }
    .technologie__title h2 {
        margin: 0;
        transform: none;
        padding: 20px 0;
        width: 100%;
        text-align: center;
    }
    .technologie__wrapper {
        flex-direction: column;
        width: 100%;
    }
    .technologie__images {
        flex-direction: column;
    }
    .technologie__image img {
        width: 100%;
    }
    .technologie__block {
        padding: 20px;
    }
    .technologie__desc {
        text-align: justify;
        line-height: 20px;
        font-size: 16px;
    }
    .technologie__image {
        width: 100%;
        margin-bottom: 15px;
    }
    .hightech__title {
        margin-bottom: 20px;
    }
    #equipe {
        padding: 0 20px 20px 20px;
        flex-direction: column;
    }
    .equipe__title {
        width: 100%;
        height: auto;
    }
    .equipe__title h2 {
        margin: 0;
        transform: none;
        padding: 20px 0;
        width: 100%;
        text-align: center;
    }
    .equipe__wrapper--bottom {
        width: 100%;
        height: auto;
        position: static;
        padding: 20px;
    }
    .equipe__wrapper {
        flex-direction: column-reverse;
        display: flex;
    }

    .equipe__wrapper--top {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .equipe__wrapper--top img {
        width: 100%;
    }
    .equipe__asists {
        padding: 0;
    }
    .bienvenue__days--single {
        align-items: flex-start;
        padding-bottom: 20px;
    }
    .bienvenue__days--single span:nth-of-type(1) {
        width: 50%;
        text-align: left;
    }
    .bienvenue__days span {
        line-height: 22px;
        font-size: 18px;
    }
    .equipe__name {
        margin: 0;
    }
    .equipe__wrapper--bottom ul li {
        margin: 5px 0;
    }
    .equipe__single {
        width: 50%;
        align-items: center;
    }
    .equipe__single--subtitle {
        margin: 10px 0;
    }
    .equipe__single--text {
        line-height: 20px;
        font-size: 16px;
        text-align: center;
        padding: 10px;
    }
    .traitements__title {
        margin: 0;
        padding: 0 0 20px 0;
        text-align: center;
    }
    .traitements__right, .conseils__right {
        display: none;
    }
    .traitements__left, .conseils__left {
        width: 100%;
        padding: 20px;
    }
    .traitements__mobile, .conseils__mobile{
        display: flex;
    }
    .traitements__mobile a {
        color: #C69849;
        border: 1px solid #C69849;
    }
    .traitements__mobile img {
        width: 500px;
        max-width: 100%;
        display: block;
        margin: 10px auto;
    }
    .nav-link.active.show + .traitements__mobile {
        max-height: 400px;
    }
    #traitements {
        padding: 0;
    }
    .conseils__left .nav {
        padding: 20px;
        width: 100%;
    }
    .conseils__title {
        text-align: center;
        margin: 0;
        padding: 0 0 20px 0;
    }
    #conseils {
        margin: 0;
    }
    #urgences {
        flex-direction: column;
        padding: 20px;
    }
    .urgences__single {
        width: 100%;
    }
    .urgences__title {
        margin-bottom: 20px;
    }
    .urgences__single .urgences__content {
        margin-bottom: 20px;
        padding: 20px;
    }
    .urgences__single:last-of-type .urgences__content {
        margin: 0;
    }
    .urgences__text {
        line-height: 20px;
        font-size: 16px;
        text-align: justify;
    }
    .urgences__content a {
        width: 100%;
    }

    .contact__map {
        height: 400px;
    }

    footer {
        padding: 20px;
    }
    footer img {
        width: 100%;
    }
    .footer__info {
        line-height: 20px;
        font-size: 14px;
        text-align: justify;
    }
    #laboratoire {
        padding: 20px;
        flex-direction: column;
    }
    .laboratoire__title {
        padding: 20px;
    }
    .laboratoire__desc {
        line-height: 20px;
        font-size: 16px;
        text-align: justify;
        padding: 20px 0 0 0;
    }
    .laboratoire__content {
        width: 100%;
    }
    .contact__form {
        padding: 0 20px;
    }
    .contact__close {
        top:20px;
        right: 20px;
    }
    .custom__post--image img {
        width: 100%;
        height: auto;
    }
    .custom__post--image {
        height: auto;
        width: auto;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .header__menu li {
        padding: 0 15px;
    }
    #bienvenue {
        flex-direction: column;
    }
    .bienvenue__left.w-50, .bienvenue__right.w-50 {
        width: 100% !important;
    }
    .hightech__desc {
        padding: 20px 20px 0 20px;
    }
    .technologie__wrapper {
        flex-direction: column;
    }
    #technologie {
        padding: 100px 50px 0 20px;
    }
    .technologie__image img {
        width: 100%;
    }
    .technologie__block {
        padding: 20px;
    }
    .conseils__left {
        padding: 0;
    }
    .conseils__helper a {
        text-align: center;
        margin: 0;
    }
    .conseils__helper {
        padding: 0 20px;
        text-align: center;
        align-items: center;
    }
    .conseils__helper span {
        padding: 20px 0;
    }
    #conseils {
        align-items: center;
    }
    .conseils__content img {
        width: 50%;
    }
    .conseils__content {
        flex-direction: column;
    }
    #urgences {
        padding: 20px;
    }
    .urgences__single .urgences__content {
        padding: 20px;
        justify-content: space-between;
    }
    .urgences__content a {
        width: 100%;
    }
    .header__wrapper {
        align-items: center;
        height: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 20px;
    }
    header {
        height: auto;
    }
    .header__navigation {
        padding: 20px 0;
    }
    .footer__info {
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        padding: 0 20px;
    }
    #laboratoire {
        padding: 50px 0;
    }
    .laboratoire__title, .laboratoire__desc {
        padding: 0 40px;
    }
    .conseils__left .nav {
        padding: 0 20px 80px 20px;
        width: 100%;
    }
    .conseils__left {
        width: 50%;
    }
    .traitements__helper {
        flex-direction: column;
        height: 100%;
    }
    .traitements__content--left, .traitements__content--right{
        width: 100%;
    }
    .traitements__left {
        padding: 65px 0 65px 20px;
    }
    #hightech {
        padding: 20px;
    }
}
@media screen and (max-width: 1439px) and (min-width: 1025px) {
    .header__menu li {
        padding: 0 15px;
    }
    #bienvenue {
        flex-direction: column;
    }
    .bienvenue__left.w-50, .bienvenue__right.w-50 {
        width: 100% !important;
    }
    .hightech__desc {
        padding: 20px 20px 0 20px;
    }
    .technologie__wrapper {
        flex-direction: column;
    }
    #technologie {
        padding: 100px 50px 0 50px;
    }
    .technologie__image img {
        width: 100%;
    }
    .technologie__block {
        padding: 20px;
    }
    .conseils__left {
        padding: 0;
    }
    .conseils__helper a {
        text-align: center;
    }
    .conseils__helper {
        padding: 0 20px;
    }
    #conseils {
        align-items: center;
    }
    .conseils__content img {
        width: 50%;
    }
    #urgences {
        padding: 50px;
    }
    .urgences__single .urgences__content {
        padding: 20px;
        justify-content: space-between;
    }
    .urgences__content a {
        width: 100%;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1440px) {
    .hightech__desc {
        padding: 40px 50px 0 50px;
    }
    #technologie {
        padding: 100px 50px 0 50px;
    }
    #equipe {
        padding: 100px 0 100px 50px;
    }
}
@media screen and (min-width: 992px) {
    .equipe__title h3 {
        color: #C69849;
        transform: rotate(-90deg) translate(-23px, 50px);
    }
    .equipe__single-big--image img {
        max-width: 100%;
    }

    .equipe__asists-big {
        width: 30%;
    }

    .equipe__wrapper--top {
        flex-wrap: wrap;
    }

    .equipe__asists {
        width: 70%;
    }

    span.equipe__name {
        font-size: 1.3vw;
        line-height: 1.2;
        margin-bottom: 2%;
    }

    .equipe__single-big {
        width: 100%;
    }

    .equipe__wrapper--bottom {
        padding: 4% 8%;
    }

    .equipe__wrapper--bottom, .equipe__wrapper--bottom ul li {
        font-size: 0.7vw;
    }
    .equipe__single--subtitle {
        font-size: 1.3vw;
        line-height: 1.2;
        margin-bottom: 2%;
    }
    .equipe__single--text {
        font-size: 0.7vw;
    }

    .technologie__title h3 {
        transform: rotate(-90deg) translate(81px, 16px);
    }
}
@media screen and (min-width: 992px) {

    .header__phn-txt {
        color: #C69849;
        padding: 4px 8px 3px 0px;
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
        transition: 0.3s;
        max-width: 0px;
        overflow: hidden;
        padding-right: 0;
        white-space: nowrap;
    }

    .header__phn-wrap:hover .header__phn-txt {
        display: inline-block;
        max-width: 100px;
        transition: 0.3s;
        padding-right: 8px;
    }

    span.header__phn-wrap {
        position: relative;
        height: 26px;
    }
}
@media screen and (max-width: 991px) {

    #equipe {
        padding: 100px 0 100px 20px;
    }
    .equipe__wrapper--top {
        flex-direction: column;
    }
    .equipe__asists {
        padding: 20px;
        flex-direction: column;
    }
    .equipe__single {
        align-items: center;
        width: auto;
    }
    .header__phn-txt {
        display: none;
    }

    .contact__image {
        width: 100%!important;
        max-width: 100%;
    }
    .contact__form {
        width: 100%!important;
        max-width: 100%;
    }
    .contact__pageform {
        width: 100%!important;
        max-width: 100%;
    }
}