header {
    height: auto;
}

header nav {
    display: none;
}

header .top_nav {
    height: auto;
}

header .showMenu {
    display: block;
    float: right;
}

header .showMenu a {
    display: block;
    font-size: 25px;
    color: #01488e;
}

header nav.phoneNav {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: normal;
    background: #bf1e2e;
}

header nav.phoneNav ul li {
    display: block;
    float: none;
    margin: 0;
}

header nav.phoneNav ul li + li {
    border-top: solid 1px rgba(0,0,0,.3);
}

header nav.phoneNav ul li a {
    padding: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

header nav ul li a .icon {
    color: #fff;
}

header nav.phoneNav ul.subMenu {
    width: 100%;
    border-bottom: none;
    font-size: 12px;
    box-shadow: none;
}

header nav.phoneNav ul.subMenu li {
    height: auto;
}

header nav.phoneNav ul.subMenu li a {
    width: 100%;
    height: auto;
    padding: 5px 0;
    text-align: center;
    line-height: normal;
    color: #01488e;
}

header nav.phoneNav ul li:hover > ul.subMenu li {
    height: inherit;
}

header nav ul li a.activ:before,
header nav ul li a:hover:before {
    height: inherit;
}

#myBtn {
    display: none;
    z-index: 99;
    position: fixed;
    right: 80px;
    bottom: 0;
    cursor: pointer;
}

.bannerBlock .banner .img {
    top: -10%;
    right: -50%;
    width: 100%;
    height: 220%;
}

.bannerBlock .banner .img .mask {
    width: 50%;
    height: 50%;
}

.bannerBlock .banner .img img {
    left: 0;
}

.bannerBlock .banner .imgBlock {
    display: none;
}

.bannerBlock .layers h1 {
    width: 100%;
    padding-top: 20px;
    font-family: Nunito Sans Bold;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: white;
    text-align: center;
}

.bannerBlock .layers p {
    width: 95%;
    color: white;
}

.bannerBlock .form {
    width: 100%;
}

.bannerBlock .form .one_half {
    float: left;
    width: 50%;
}

.specialites .one_half,
.specialites .one_third {
    float: left;
    width: 50%;
}

.divided .one_third,
.divided .two_third {
    width: 50%;
}
.sommaire {
    display: none;
}
.button {
    letter-spacing: 2px;
    margin: 20px 0px 20px;
    width: 94%;
    font-size: 1.4rem;
    padding: 0.75em 1.25em 0.9em;
    background: #3a3dca;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    transition: .2s ease-in;
    transition-property: background-color,color;
    text-decoration: none;
    border-radius: 2em;
    cursor: pointer;
    text-align: center;
    outline: 0;
}
.page_title .breadcrumb {
    width: 98%;
    font-size: 0.8rem;
}
.one_third {
        float: none;
        width: 100%;
    }

    .two_third {
        float: none;
        width: 100%;
    }
    
@media (max-width:750px) {
    .one_third {
        float: none;
        width: 100%;
    }

    .two_third {
        float: none;
        width: 100%;
    }

    .specialites .one_third {
        float: left;
        width: 50%;
    }
.sommaire {
    display: none;
}
.button {
    letter-spacing: 2px;
    margin: 20px 0px 20px;
    width: 82%;
    font-size: 1.4rem;
    padding: 0.75em 1.25em 0.9em;
    background: #3a3dca;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    transition: .2s ease-in;
    transition-property: background-color,color;
    text-decoration: none;
    border-radius: 2em;
    cursor: pointer;
    text-align: center;
    outline: 0;
}
.page_title .breadcrumb {
    width: 94%;
    font-size: 0.8rem;
}
}

@media (max-width:650px) {
    .specialites .one_half,
    .specialites .one_third {
        float: none;
        width: 100%;
    }

    .bannerBlock .banner .img {
        right: -118%;
        width: 220%;
        height: 200%;
    }

    .bannerBlock .banner .img .mask {
        height: 56%;
    }

    .bannerBlock .layers p {
        width: inherit;
        text-align: center;
    }

}

.imgLeft {
    float: none;
    margin: auto;
    max-width: 100%;
}

.one_half {
    float: none;
    width: 100%;
}

.one_third {
    float: left;
    width: 33.33%;
}

.one_fourth {
    float: left;
    width: 25%;
}

.two_third {
    float: left;
    width: 66.66%;
}

.one_fifth {
    float: left;
    width: 33.33%;
}

.one_sixth {
    width: 33.33%;
}

.one_sixth:nth-child(3n+4) {
    clear: both;
}

.form_content .one_third {
    width: 50%;
}

footer .one_half {
    float: left;
    width: 50%;
}

@media (max-width:599px) {
    .form_content .one_half,
    .form_content .one_third {
        float: none;
        width: 100%;
        margin-top: 18px;
    }

    .bannerBlock .form .one_half + .one_half {
        margin-top: 10px;
    }

    .divided .one_third,
    .divided .two_third {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .one_third {
        float: none;
        width: 100%;
    }

    .two_third {
        float: none;
        width: 100%;
    }

    .one_fourth {
        float: none;
        width: 100%;
    }

    .one_fifth {
        float: none;
        width: 100%;
    }

    .one_sixth {
        width: 50%;
    }

    .one_sixth:nth-child(2n+3) {
        clear: both;
    }

    footer {
        text-align: center;
    }

    footer nav a {
        margin: 0 5px;
    }

    footer ul.social {
        float: none;
        margin-top: 30px;
    }
}

footer nav a {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #fff;
}