html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strong,sub,sup,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: Oswald,arial,sans-serif;
    font-weight: 400;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.body-container,header,.columns,.left_column,#avis-header,#avis-legal,#footer_box,#footer_text,#footer_img img,#footer_slogan {
    float: left;
}

.right_column {
    float: right
}

body {
    background: #fff;
}

.body-container {
    width: 100%;
    min-width: 1210px;
}

.container {
    max-width: 1140px;
    margin: auto;
}

.header_container {
    background: #0b0b0b;
    border-bottom: solid 5px #5c5c5c;
    padding: 30px 0 15px 0;
}

.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
}

header {
    width: 100%;
}

.logo {
    float: left;
}

.tel-nav {
    float: right;
    width: 680px;
    text-align: right;
}

.tel-nav span.top-tel {
    font-size: 38px;
    color: #cc1212;
    font-weight: 300;
}

.tel-nav span.top-tel:before {
    display: inline-block;
    width: 34px;
    height: 34px;
    content: ' ';
    background: #7c7c7c url(images/top-tel.png);
    margin-right: 12px;
}

nav {
    float: right;
    margin-top: 34px;
}

.menu {
    float: left;
}

.menu li {
    float: left;
    margin-left: 19px;
}

.menu li a {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border-bottom: solid 6px transparent;
    text-decoration: none;
    padding: 0 5px 10px 5px;
    display: block;
    transition: border-bottom 0.7s ease,color 0.7s ease;
}

.menu li a.scrollto {
    background-color: transparent;
}

.menu li a.menu_active,.menu li a:hover {
    border-bottom: solid 6px #2a2a2a;
    color: #7c7c7c;
}

.menu-mobile {
    float: left;
    padding: 5px 10px 6px 10px;
    width: 35px;
    margin: 0;
    display: none;
}

.menu-mobile a {
    display: block;
}

.menu-mobile a span {
    display: block;
    margin-bottom: 7px;
    border-bottom: 4px solid #ed1f24;
}

.mobile-tel {
    float: right;
    margin: 14.5px 5% 14.5px 0;
    display: none;
}

a.tel-mobile {
    display: none;
}

span.more {
    display: none;
}

.top_container {
    float: left;
    width: 100%;
}

.banniere {
    float: left;
    width: 100%;
    background: #000 url(images/banniere.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px;
}

.services_container .container {
    display: block;
}

.apropos_container .container {
    display: block;
}

.infos_container .container {
    display: block;
}

#contactForm {
    float: right;
    width: 330px;
    padding: 20px 25px;
    background: #cc1212;
    text-align: center;
}

#form_title {
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#label_select {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #fff;
    margin-bottom: 7px;
}

#contact_form_message {
    float: left;
    color: #fff;
    margin-top: 10px;
    margin-left: 0px;
}

#contact_submit {
    float: right;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #000;
    padding: 8px 10px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

#contactForm select {
    float: left;
    font-family: 'Arial',sans-serif;
    width: 100%;
    height: 30px;
    padding: 5px;
    margin-bottom: 10px;
}

#contactForm input[type='text'] {
    float: left;
    font-family: 'Arial',sans-serif;
    width: 96%;
    height: 20px;
    padding: 1.5%;
    margin-bottom: 10px;
}

#contactForm textarea {
    float: left;
    font-family: 'Arial',sans-serif;
    width: 97%;
    height: 120px;
    padding: 1.5%;
    margin-bottom: 10px;
}

.slider {
    float: left;
    margin-right: 40px;
}

.h1_div {
    float: left;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    background-color: #000;
}

.h1_div h1 {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    line-height: 43px;
    margin-bottom: 20px;
}

.h1_div h1 span {
    display: block;
}

span.scrollto,a.scrollto {
    display: inline-block;
    padding: 12px 16px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #cc1212;
    transition: background-color 0.7s ease;
}

span.scrollto:hover,a.scrollto {
    background-color: #870c09;
}

a.scrollto {
    text-decoration: none;
}

.main_container {
    padding: 35px 0;
    position: relative;
    z-index: 10;
    background: #fff;
}

.main_text {
    float: left;
    width: 700px;
}

#addthis {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.main_text h2 {
    font-size: 31px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 34px;
    text-transform: uppercase;
}

.main_text p {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
    color: #252525;
}

.main_text p:last-of-type {
    font-size: 24px;
    line-height: 30px;
}

.main_text p a {
    text-decoration: none;
    color: #252525;
}

.main_right {
    float: right;
    width: 380px;
}

#infos_client {
    float: left;
    width: 304px;
    border: solid 7px #000;
    padding: 30px;
    text-align: center;
    margin-bottom: 25px;
}

#infos_client p.name {
    font-size: 32px;
    color: #2c2c2c;
    font-weight: 400;
    margin-bottom: 4px;
}

#infos_client p.adr {
    font-family: 'Open Sans';
    font-size: 26px;
    color: #2c2c2c;
    margin-bottom: 35px;
}

#infos_client p.tel,a.tel-mobile {
    font-size: 42px;
    color: #2c2c2c;
    margin-bottom: 20px;
}

#infos_client p.tel a {
    color: #000;
    text-decoration: none;
}

#infos_client span.scrollto {
    margin-bottom: 13px;
}

#infos_client a.site {
    display: inline-block;
    padding: 12px 27px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #747474;
    transition: background-color 0.7s ease;
    text-decoration: none;
}

#infos_client a.site:hover {
    background-color: #5f5e5e;
}

.main_right img {
    text-align: center;
    margin: 0 15px;
}

.apropos_container {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: url(images/grey-bck.jpg) no-repeat top center;
    background-size: cover;
}

.apropos_container .question {
    float: left;
    width: 506px;
}

.apropos_container .question img {
    float: left;
    width: 506px;
    margin-bottom: 20px;
}

.apropos_container .question h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
}

.apropos_container .question p {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
}

.apropos_container .question ul {
    float: left;
    margin-left: 40px;
    width: 466px;
}

.apropos_container .question ul li {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #fff;
    margin-bottom: 15px;
    list-style-image: url(images/puce.png);
}

.apropos_container .question p span.scrollto {
    font-family: 'Open Sans';
    color: #dc7575;
    font-size: 13px;
    padding: 0;
    display: initial;
    text-decoration: underline;
    background-color: transparent;
    text-transform: none;
}

.main_text2 {
    float: right;
    width: 540px;
    padding-top: 40px;
}

.main_text2 span.name {
    display: block;
    font-size: 71px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.main_text2 h3 {
    font-size: 27px;
    color: #fff;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.main_text2 p {
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 30px;
    color: #fff;
}

.services_container {
    background: #fff;
    position: relative;
    z-index: 5;
    padding: 40px 0 30px;
}

.liste_services {
    float: left;
    width: 100%;
    border-bottom: solid 10px #a3a3a3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.liste_services h3 {
    font-size: 72px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: solid 10px #1a1a1a;
}

.liste_services ul {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
}

.liste_services ul li {
    float: left;
    margin-left: 7%;
    width: 26%;
    margin-bottom: 0;
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a1a;
    list-style: url(images/puce1.png);
}

.cles-conteneurs {
    float: left;
    width: 100%;
}

.paragraphe_keywords {
    float: left;
    width: 575px;
}

.paragraphe_keywords h3 {
    font-family: 'Open Sans';
    font-size: 23px;
    color: #1a1a1a;
    line-height: 28px;
    margin-bottom: 30px;
}

.paragraphe_keywords p {
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.conteneurs {
    float: right;
    width: 500px;
}

.conteneurs .box {
    float: left;
    width: 460px;
    padding: 20px;
    background-color: #a3a3a3;
    margin-bottom: 20px;
    transition: background-color 0.7s ease;
}

.conteneurs .box p {
    font-size: 32px;
    color: #2c2c2c;
    text-transform: uppercase;
    padding-top: 30px;
}

.conteneurs .box p span {
    float: left;
    margin: -30px 30px 0 0;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-shadow: 1px 1px #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.conteneurs .box:first-of-type p span {
    background-color: #ffdb12;
}

.conteneurs .box:nth-of-type(2) p span {
    background-color: #ffb412;
}

.conteneurs .box:last-of-type p span {
    background-color: #ff5512;
}

.conteneurs .box:first-of-type:hover {
    background-color: #ffdb12;
}

.conteneurs .box:nth-of-type(2):hover {
    background-color: #ffb412;
}

.conteneurs .box:last-of-type:hover {
    background-color: #ff5512;
}

.custom_container {
    padding: 30px 0;
}

.infos_container {
    background: #cacaca;
    padding: 30px 0px;
}

.nouvelles_container {
    background: #000;
}

.gallerie {
    float: left;
    width: 50%;
    padding-top: 40px;
}

.gallerie picture,.gallerie img {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    float: left;
}

.gallerie img {
    margin: 0
}

.gallerie img:nth-child(3n+0),.gallerie picture:nth-child(3n+0) {
    margin-right: 0;
}

.nouvelles_container .main_text2 span.name {
    font-size: 43px;
    margin-bottom: 15px;
}

.nouvelles_container .main_text2 p {
    font-size: 16px;
    line-height: 24px;
}

.nouvelles_container .main_text2 p.efforts_62k {
    font-weight: 700;
    font-size: 25px;
    line-height: 31px
}

#map {
    float: left;
    width: 100%;
    height: 400px;
    background: #cecece
}

.infoBox {
    padding: 23px 8px 37px 8px;
    text-align: center;
}

.infoBox p.map-name {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.infoBox p.adr {
    font-family: lato;
    font-size: 13px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 15px;
}

.infoBox p.tel {
    font-family: lato;
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 400;
    margin-bottom: 10px;
}

.infoBox a.scrollto {
    font-family: lato;
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 500;
    text-decoration: underline;
}

#infinite-adsense {
    width: 100%;
    float: left;
}

#adsense {
    width: 970px;
    margin: 15px auto;
}

#avis-legal {
    width: 1100px;
    padding: 20px;
    background: #fff;
    line-height: 18px;
    font-size: 12px;
}

#avis-header {
    width: 1100px;
    padding: 20px;
    background: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0;
}

.scrollto {
    cursor: pointer;
}

.errorHighlight {
    border: solid 1px #d82424!important;
    background: #f9c4c4;
}

#avis-legal h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

#avis-legal h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

#avis-legal p {
    margin-bottom: 15px;
    line-height: 20px;
}

#footer_box {
    width: 100%;
    background: #000;
}

footer {
    margin: auto;
    width: 1140px;
    text-align: center;
    padding: 10px 0;
    font-family: arial;
    color: #868686;
    font-size: 12px
}

#footer_text {
    text-align: left;
    width: 800px;
    line-height: 22px;
    margin: 0px 0 0 0;
    float: left;
    font-family: arial;
    color: #868686;
    font-size: 12px
}

#footer_text a {
    font-family: arial;
    color: #868686;
}

#footer_img {
    float: right;
    width: 170px;
}

#footer_img img {
    margin: 0;
}

#footer_slogan {
    width: 170px;
    text-align: left;
    margin: 6px 0 0 0;
    font-size: 11px
}

#footer_slogan a {
    color: #ddd;
    text-decoration: none;
    font-size: 10px;
}

.chocolat-zoomable.chocolat-zoomed {
    cursor: zoom-out;
}

.chocolat-open {
    overflow: hidden;
}

.chocolat-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    display: none;
    opacity: 0.8;
}

.chocolat-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 999;
    color: #fff;
}

.chocolat-zoomable .chocolat-img {
    cursor: zoom-in;
}

.chocolat-loader {
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 11;
    background: url(images/loader.gif);
    display: none;
}

.chocolat-content {
    position: fixed;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    z-index: 14;
    text-align: left;
}

.chocolat-content .chocolat-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.chocolat-wrapper .chocolat-left {
    position: absolute;
    left: 0;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(images/left.png) 50% 50% no-repeat;
    z-index: 17;
    display: none;
}

.chocolat-wrapper .chocolat-right {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(images/right.png) 50% 50% no-repeat;
    z-index: 17;
    display: none;
}

.chocolat-wrapper .chocolat-right.active {
    display: block;
}

.chocolat-wrapper .chocolat-left.active {
    display: block;
}

.chocolat-wrapper .chocolat-top {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 17;
    margin-bottom: 10px;
}

.chocolat-wrapper .chocolat-close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/close.png) 50% 50% no-repeat;
}

.chocolat-wrapper .chocolat-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    z-index: 17;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0,0,0,0.2);
    text-align: right;
    margin-top: 10px;
}

.chocolat-wrapper .chocolat-set-title {
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.chocolat-wrapper .chocolat-pagination {
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
}

.chocolat-wrapper .chocolat-fullscreen {
    width: 16px;
    height: 40px;
    background: url(images/fullscreen.png) 50% 50% no-repeat;
    display: block;
    margin: auto;
    cursor: pointer;
    float: right;
}

.chocolat-wrapper .chocolat-description {
    display: inline-block;
    float: left;
}

body.chocolat-open>.chocolat-overlay {
    z-index: 15;
}

body.chocolat-open>.chocolat-loader {
    z-index: 15;
}

body.chocolat-open>.chocolat-content {
    z-index: 17;
}

.chocolat-in-container .chocolat-wrapper,.chocolat-in-container .chocolat-content,.chocolat-in-container .chocolat-overlay {
    position: absolute;
}

.chocolat-in-container {
    position: relative;
}

@media screen and (max-width: 1230px) {
    .container,footer {
        width:1000px;
    }

    .body-container {
        min-width: auto;
    }

    .tel-nav {
        width: 530px;
    }

    .tel-nav span.top-tel {
        font-size: 26px;
    }

    .tel-nav span.top-tel:before {
        width: 26px;
        height: 26px;
        background-size: 27px;
    }

    .menu li {
        margin-left: 22px;
    }

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

    .main_right {
        width: 300px;
    }

    #infos_client {
        width: 256px;
        padding: 20px 15px;
    }

    #infos_client p.name {
        font-size: 28px;
    }

    #infos_client p.adr {
        font-size: 22px;
    }

    #infos_client p.tel {
        font-size: 34px;
    }

    .main_right img {
        margin: 0;
    }

    .main_text {
        width: 630px;
    }

    .apropos_container .question {
        width: 420px;
    }

    .apropos_container .question img {
        width: 100%;
    }

    .main_text2 {
        width: 500px;
    }

    .main_text2 span.name {
        font-size: 55px;
    }

    .main_text2 h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .liste_services h3 {
        font-size: 60px;
    }

    .liste_services ul li {
        font-size: 34px;
    }

    .paragraphe_keywords {
        width: 490px;
    }

    .conteneurs {
        width: 400px;
    }

    .conteneurs .box {
        width: 360px;
    }

    .conteneurs .box p {
        font-size: 24px;
    }

    .conteneurs .box p span {
        font-size: 50px;
        margin: -30px 17px 0 0;
    }

    .paragraphe_keywords {
        width: 420px;
    }

    .paragraphe_keywords h3 {
        font-size: 19px;
        line-height: 24px;
    }

    .conteneurs {
        width: 325px;
    }

    .conteneurs .box {
        width: 284px;
        padding: 10px 20px 17px 20px;
    }

    .conteneurs .box p {
        font-size: 19px;
    }

    .conteneurs .box p span {
        font-size: 30px;
        margin: -20px 10px 0 0;
        padding: 13px;
    }
}

@media screen and (max-width: 1050px) {
    .container,footer {
        width:800px;
    }

    .tel-nav {
        width: 173px;
        margin-top: 22px;
    }

    .header_container {
        text-align: center;
        padding: 20px 0 15px 0;
    }

    nav {
        display: none;
    }

    .menu-mobile {
        display: block;
        margin-top: 16px;
    }

    .logo {
        float: none;
        display: inline-block;
        width: 200px;
        margin-left: 0;
    }

    .main_text {
        width: 510px;
    }

    .main_text h2 {
        font-size: 26px;
        line-height: 31px;
    }

    .main_right {
        width: 250px;
    }

    #infos_client {
        width: 215px;
        padding: 20px 15px;
    }

    #infos_client p.adr {
        font-size: 19px;
    }

    #infos_client p.tel {
        font-size: 28px;
    }

    span.scrollto {
        font-size: 15px;
    }

    #infos_client a.site {
        font-size: 15px;
    }

    .main_right img {
        width: 120px;
    }

    .apropos_container .question {
        width: 345px;
    }

    .apropos_container .question h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .main_text2 {
        width: 385px;
    }
}

@media screen and (max-width: 850px) {
    .container,footer {
        width:600px;
    }

    .h1_div h1 {
        font-size: 25px;
        line-height: 31px;
    }

    .main_right {
        width: 600px;
    }

    #infos_client {
        width: 330px;
        margin-right: 30px;
    }

    .main_right img {
        float: left;
        width: auto;
        margin-bottom: 20px;
    }

    .main_text,.apropos_container .question,.main_text2,.paragraphe_keywords,.conteneurs,#footer_text,#footer_img {
        width: 100%;
    }

    .apropos_container .question ul {
        width: 560px;
    }

    .liste_services ul li {
        font-size: 21px;
        list-style: url(images/puce2.png);
    }

    .conteneurs {
        margin-top: 40px;
    }

    .conteneurs .box {
        width: 89%;
        padding: 3% 5% 3% 6%;
    }

    .conteneurs .box p {
        font-size: 29px;
    }

    .conteneurs .box p span {
        font-size: 50px;
        padding: 23px;
        margin: -33px 20px 0 0;
    }

    #footer_text {
        text-align: center;
        margin-bottom: 15px;
    }

    #footer_img {
        text-align: center;
    }

    #footer_img a {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .container,footer {
        width:540px;
    }

    .tel-nav {
        display: none;
    }

    .logo {
        height: 40px;
        margin-top: 16px;
        width: auto;
    }

    .h1_div {
        width: 100%;
    }

    header {
        margin-bottom: 30px;
    }

    #label_select,#contactForm select,#contactForm input[type='text'],#contactForm textarea,#contactForm a.pdc,#contact_submit {
        display: none;
    }

    #form_title {
        cursor: pointer;
    }

    #form_title:after {
        display: inline-block;
        margin-left: 15px;
        content: ' ';
        width: 35px;
        height: 35px;
        background: url(images/contact-btn.png) no-repeat;
    }

    .form_opened:after {
        background: url(images/contact-btn.png) no-repeat top right!important;
    }

    .main_right {
        float: left;
        width: 100%;
    }

    #infos_client {
        width: 465px;
        padding: 30px;
        margin-right: 0;
    }

    #infos_client p.name {
        font-size: 45px;
    }

    #infos_client p.adr {
        font-size: 25px;
    }

    #infos_client a.tel-mobile {
        display: block;
        text-decoration: none;
        font-size: 35px;
    }

    .main_text {
        margin-bottom: 30px;
    }

    .apropos_container {
        padding-bottom: 0!important;
        background: #fff;
    }

    .apropos_container .question h3,.apropos_container .question p,.apropos_container .question ul li,.main_text2 span.name,.main_text2 h3,.main_text2 p {
        color: #000;
    }

    .nouvelles_container .main_text2 span.name,.nouvelles_container .main_text2 p {
        color: #fff;
    }

    .gallerie {
        width: 100%;
    }

    .gallerie img,.gallerie picture {
        width: 100%;
        margin-right: 0
    }

    .main_text2 span.scrollto {
        margin-bottom: 30px;
    }

    .apropos_container .question ul {
        width: 518px;
    }

    #avis-header {
        width: 90%;
        padding: 0 5%;
    }

    #avis-legal {
        width: 90%;
        padding: 0 5%;
    }

    .coord .num_tel {
        display: none;
    }

    .coord .num_tel.mobile {
        display: block;
    }

    p.tel.mobile {
        display: block;
    }

    p.tel {
        display: none;
    }

    .infoBox p.tel {
        display: block;
    }

    #map {
        display: none;
    }

    footer {
        width: 100%;
        padding: 0;
    }

    #footer_box {
        min-width: 0;
    }

    .body-container {
        min-width: 0;
        padding: 0;
    }

    #adsense {
        width: 90%;
        margin: 15px 5%;
    }

    #contactForm {
        width: 90%;
        padding: 5%;
        margin: 0;
    }

    #footer_text {
        width: 80%;
        text-align: center;
        margin: 10px 10%;
    }

    #footer_img {
        margin: 0 auto;
        float: none;
    }

    .menu-mobile {
        display: block;
    }

    .mobile-tel {
        display: block;
    }

    span.more {
        display: block;
        padding: 20px 5%;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        background: url('images/plus.png') 95% 50% no-repeat #000;
    }

    span.more.moins {
        background-image: url('images/moins.png');
    }

    .services_container .container,.apropos_container .container,.infos_container .container,.nouvelles_container .container {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .container,footer {
        width:420px;
    }

    .h1_div h1 {
        font-size: 19px;
        line-height: 25px;
    }

    #infos_client {
        width: 346px;
    }

    .main_text p:last-of-type {
        font-size: 21px;
    }

    .liste_services ul {
        margin-left: 30px;
        width: 316px;
    }

    .liste_services ul li {
        float: none;
        font-size: 33px;
        margin-bottom: 32px;
    }

    .apropos_container .question ul {
        width: 380px;
    }

    .conteneurs .box p {
        font-size: 25px;
    }
}

@media screen and (max-width: 470px) {
    .container,footer {
        width:300px;
    }

    #form_title {
        font-size: 31px;
    }

    #form_title:after {
        margin-left: 10px;
        width: 24px;
        height: 24px;
        background-size: 50px;
    }

    .form_opened:after {
        background: url(images/contact-btn.png) no-repeat center right!important;
    }

    #label_select {
        font-size: 15px;
    }

    .h1_div h1 {
        font-size: 19px;
    }

    .h1_div h1 span {
        display: inline;
    }

    #infos_client {
        width: 100%;
        padding: 0;
        border: none;
    }

    .main_text h2 {
        font-size: 23px;
        line-height: 23px;
    }

    .apropos_container .question ul {
        margin-left: 15px;
        width: 285px;
    }

    .liste_services h3 {
        font-size: 45px;
        margin-top: 15px;
    }

    .conteneurs .box p {
        font-size: 18px;
    }

    .conteneurs .box p span {
        font-size: 26px;
        padding: 14px;
        margin: -21px 20px 0 0;
    }

    #contact_submit {
        width: 100%;
        margin-top: 15px;
    }
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/prev.png) no-repeat;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/next.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active {
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80,80,80,0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.pushy {
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #191918;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.pushy a {
    display: block;
    color: #b3b3b1;
    padding: 15px 30px;
    text-decoration: none;
}

.pushy a:hover {
    color: #FFF;
}

.pushy ul:first-child {
    margin-top: 10px;
}

.pushy.pushy-left {
    left: 0;
}

.pushy.pushy-right {
    right: 0;
}

.pushy-content {
    visibility: hidden;
}

.pushy-left {
    -webkit-transform: translate3d(-200px,0,0);
    -ms-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
}

.pushy-open-left #container,.pushy-open-left .push {
    -webkit-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

.pushy-right {
    -webkit-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

.pushy-open-right #container,.pushy-open-right .push {
    -webkit-transform: translate3d(-200px,0,0);
    -ms-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
}

.pushy-open-left .pushy,.pushy-open-right .pushy {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.pushy-open-left .pushy-content,.pushy-open-right .pushy-content {
    visibility: visible;
}

#container,.pushy,.push {
    transition: transform 0.2s cubic-bezier(0.16,0.68,0.43,0.99);
}

.pushy-content {
    transition: visibility 0.2s cubic-bezier(0.16,0.68,0.43,0.99);
}

.site-overlay {
    display: none;
}

.pushy-open-left .site-overlay,.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pushy-submenu {
}

.pushy-submenu ul {
    padding-left: 15px;
    transition: max-height 0.2s ease-in-out,visibility 0.2s ease-in-out;
}

.pushy-submenu ul .pushy-link {
    transition: opacity 0.2s ease-in-out;
}

.pushy-submenu button {
    width: 100%;
    color: #b3b3b1;
    padding: 15px 30px;
    text-align: left;
    background: transparent;
    border: 0;
}

.pushy-submenu button:hover {
    color: #FFF;
}

.pushy-submenu>a,.pushy-submenu>button {
    position: relative;
}

.pushy-submenu>a::after,.pushy-submenu>button::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../img/arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 0.2s;
}

.pushy-submenu-closed ul {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
    opacity: 0;
}

.pushy-submenu-open {
}

.pushy-submenu-open ul {
    max-height: 1000px;
    visibility: visible;
}

.pushy-submenu-open .pushy-link {
    opacity: 1;
}

.pushy-submenu-open a::after,.pushy-submenu-open button::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
