#img-logo {}


/* pour IE */

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


/**/


/*GENERIQUE*/

body {
    color: #000;
    font-family: 'Quicksand', sans-serif;
    margin: 0;
    font-size: 17px;
    text-align: justify;
}

a img {
    border: 0;
}

a {
    color: black;
}

a:hover {
    text-decoration: none;
    color: #cb4f02;
}

#beandeau {
    float: left;
    width: 100%;
    clear: both;
}

.noPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fancybox {}

.fancyboxAjax {}

#popup {
    padding: 0 10px;
}

.mce-content-body {
    background: #fff;
}

.hack {
    /height: 120px!important/*Hack IE7*/
}

.hidden {
    display: none!important;
}

.clear {
    clear: both
}

.error {
    border: 1px solid #DF7B7B;
    background-color: #FFE6E6;
}

.conf {
    border: 1px solid #72CB67;
    background-color: #DFFAD3;
}

.conf,
.error {
    color: #383838;
    font-weight: 700;
    margin: 0 0 2% 0;
    line-height: auto;
    padding: 2% 3%;
}

.headerTop {}

#cms2 #fond-h-2 {
    display: block;
}

#cms4 #fond-h-6 {
    display: block;
}

#cms8 #fond-h-4 {
    display: block;
}

#cms9 #fond-h-5 {
    display: block;
}

#cms10 #fond-h-7 {
    display: block;
}

#cms11 #fond-h-8 {
    display: block;
}

#cms12 #fond-h-9 {
    display: block;
}

#cms3 #fond-h-3,
#cms5 #fond-h-3,
#cms7 #fond-h-3 {
    display: block;
}

#fond-h-2 {
    display: none;
}

#fond-h-3 {
    display: none;
}

#fond-h-4 {
    display: none;
}

#fond-h-5 {
    display: none;
}

#fond-h-6 {
    display: none;
}

#fond-h-7 {
    display: none;
}

#fond-h-8 {
    display: none;
}

#fond-h-9 {
    display: none;
}

body {
    background: #eeeeee;
}

#page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background: white;
}

header {
    color: black;
}

header div {
    width: 100%;
}

header .headerTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    float: left;
    height: 140px;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
}

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

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer nav {
    height: auto;
}

footer #incomm {
    text-align: center;
    width: 100%;
}

#incomm {
    position: relative;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 6px;
}


/*# sourceMappingURL=styleFlex.css.map */

#home:hover {
    opacity: 0.6;
    transition: all .3s ease-in-out;
}

#cms1 #slide {
    display: block;
}

#slide {
    display: none;
}

.bg-footer {
    width: 100%;
    float: right;
    display: block;
    position: relative;
    background: url(../img/footer.jpg)100% 50% no-repeat;
    height: 700px;
}

#logo-footer {
    position: absolute;
    margin: 0 auto;
    float: none;
    display: block;
    text-align: center;
}

#map {
    position: relative;
    float: left;
    display: block;
}

#map:hover {
    opacity: 0.8;
    transition: all .3s ease-in-out;
}

#img-header-1 {
    position: absolute;
    float: left;
    z-index: 0;
    display: none;
}

#img-header-2 {
    position: absolute;
    float: right;
    right: 0;
    z-index: 0;
    display: none;
}

#fb-header {
    background: url(../img/fb-header.png) center no-repeat;
    width: 120px;
    height: 20px;
    background-size: contain;
    display: block;
    position: relative;
    float: none;
    margin: 0 auto;
    top: 70px;
}

#sep {}


/* SMARTPHONES */

@media only screen and (min-width: 320px) {
    .adresse-header-2 {
        display: block;
        float: none;
        text-align: center;
        font-size: 16px;
        width: 200px;
        margin: 0 auto;
        height: 30px;
        color: #fff;
        line-height: initial;
        margin-top: 10px;
    }
    #tel-header-2 {
        text-decoration: none;
        display: block;
        font-size: 16px;
        width: 100%;
        height: 23px;
        text-align: center;
        color: #fff;
        margin-right: 0;
        margin-top: 10px;
        line-height: initial;
        background-size: 20px;
        float: none;
    }
    #mail-header-2 {
        text-align: center;
        text-decoration: none;
        display: block;
        font-size: 16px;
        width: 100%;
        color: #fff;
        margin-right: 0;
        margin-top: 0;
        line-height: initial;
        float: right;
    }
    .headerTop {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        display: block;
        background: #ffffff url(../img/fond-head.jpg)left top -40px no-repeat;
        z-index: 999999999999999;
        margin-top: 0;
    }
    #page {
        margin: auto;
        width: 100%;
    }
    #header {
        position: relative;
    }
    #header a#home {
        display: block;
        width: 240px;
        height: 60px;
        margin-top: 0;
        float: none;
        position: relative;
        text-align: center;
        top: 30px;
        margin: 0 auto;
    }
    #beandeau {
        float: left;
        width: 100%;
        clear: both;
        position: relative;
    }
    #header {
        position: relative;
        height: auto;
    }
    .contact-header {
        display: block;
        position: relative;
        z-index: 1;
        width: 230px;
        float: none;
        margin-top: 0;
        margin-left: 0;
        height: auto;
        margin-top: 0;
        margin: 0 auto;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }
    #adresse-header {
        background: url(../img/adresse-header.png)top center no-repeat;
        color: #fff;
        text-align: center;
        padding-top: 50px;
        margin-top: 30px;
        font-size: 20px;
        font-weight: 700;
    }
    #tel-header {
        background: url(../img/tel-header.png)top center no-repeat;
        color: #fff;
        text-align: center;
        padding-top: 60px;
        margin-top: 40px;
        font-size: 20px;
        text-decoration: none;
        width: 100%;
        display: block;
        position: relative;
        font-weight: 700;
    }
    #sep {}
    .bg-header {
        width: 100%;
        float: left;
        display: block;
        position: relative;
        background-color: rgba(181, 116, 1, .78);
        height: auto;
        padding: 10px 0;
    }
    #mob-header {
        width: auto;
        height: 20px;
        float: left;
        color: #000;
        text-decoration: none;
        font-weight: 700;
        font-family: 'Roboto Slab', serif;
    }
    #header p#slogan {
        display: none;
    }
    #columns {
        clear: both;
        background: transparent;
        padding: 0 15px;
    }
    #cms1 #columns {
        clear: both;
        background: transparent;
        padding: 0;
    }
    #center_column {
        width: 100%;
        padding: 0;
    }
    #breadcrumb {
        margin: 5px 0;
        color: #666666;
        font-size: 0.8em;
        position: relative;
        display: block;
        z-index: 9999999999999;
    }
    #breadcrumb a {
        color: #666666;
    }
    #center_column,
    #left_column,
    #right_column {
        float: none
    }
    #left_column {
        width: 90%;
        padding: 5%;
    }
    #right_column {
        width: 200px;
        padding-right: 40px;
    }
    #footer {
        width: 100%;
    }
    #footer p.address {
        margin: 5px 0;
    }
    #footer p.address a {
        color: #333333;
    }
    #footer #incomm,
    #footer #seone {
        width: 100%;
        text-align: center;
        margin: 10px 0 5px 0;
        float: left;
        font-size: 0.7em;
    }
    #footer #incomm a,
    #footer #seone a {
        color: #333333;
        text-decoration: none;
    }
    .column .block {
        margin-bottom: 1em;
        border: 1px solid #cccccc;
    }
    .column .block p {
        margin: 0 0 1% 0;
    }
    .column .block header,
    article header,
    aside header {
        text-align: center;
        border-bottom: 0;
        padding: 3px 0;
    }
    .column .block .block_content {
        padding: 2%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    iframe {
        max-width: 100%;
    }
    .no_image {
        display: none;
    }
    #home {
        position: relative;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 270px;
        margin-top: 30px;
        margin-bottom: 20px;
        top: 0;
    }
    .bordure-contact {
        border-left: #f7b717 solid 1px;
        display: block;
        position: absolute;
        height: 60px;
        margin-left: 23px;
    }
    .bordure-logo {
        float: none;
        margin: 0 auto;
        display: block;
        position: relative;
        background: url(../img/bordure-logo.png)bottom center no-repeat;
        height: 170px;
        background-size: contain;
        width: 280px;
    }
    .bg-footer {
        height: 360px;
    }
    #logo-footer {
        width: 270px;
        margin-top: 30px;
        position: relative;
    }
    .slogan-header {
        background: url(../img/bg-slogan-header.jpg)right 15% center no-repeat;
        width: 100%;
        float: left;
        display: block;
        position: relative;
        z-index: 99999999999999;
        height: 280px;
        margin-top: 0;
        background-size: cover;
    }
    #slogan1 {
        background: url(../img/slogan-header.png)top center no-repeat;
        color: #fff;
        text-align: center;
        padding-top: 60px;
        margin-top: 10px;
        font-size: 20px;
        text-decoration: none;
        width: 100%;
        display: block;
        position: relative;
        text-transform: uppercase;
    }
    #slogan2 {
        text-align: left;
        color: #fff;
        display: block;
        position: relative;
        float: left;
        font-size: 19px;
    }
    .cont-slogan {
        display: block;
        float: right;
        position: relative;
        background: url(../img/img-slogan.png)top center no-repeat;
        width: 90%;
        height: 40px;
        padding-top: 150px;
        padding-left: 0;
        margin-right: 0;
        margin-top: 25px;
        background-size: 140px;
        margin-right: 5%;
    }
    #img-logo {
        display: none;
    }
    #nom {
        display: block;
        position: relative;
        float: left;
        margin-right: 20px;
        background-color: #7d807e;
        padding: 14px 47px;
        border-radius: 10px;
        color: #fff;
        margin-bottom: 10px;
        width: 225px;
        text-align: center;
    }
    .cont-cord-header {
        margin: 0 auto;
        display: block;
        position: relative;
        width: 100%;
        float: none;
        z-index: 999999;
    }
    .header-bg1 {
        background: #f57423;
        width: 100%;
        display: block;
        position: relative;
        float: left;
        height: 150px;
    }
    .header-bg2 {
        background: #c43700;
        width: 100%;
        display: block;
        position: relative;
        float: left;
        height: 150px;
    }
    .header-bg3 {
        background: #6c6f6e;
        width: 100%;
        display: block;
        position: relative;
        float: left;
        height: 150px;
    }
    .footer-container #footer {
        background: #fff url('../img/bg-coord-footer.jpg') no-repeat scroll center top/cover;
        width: 100%;
        position: relative;
        padding-bottom: 20px;
    }
    #footer_logo {
        position: relative;
        right: 0;
        text-align: center;
        top: 35px;
        width: 100%;
    }
}


/* TABLETTES */

@media only screen and (min-width: 768px) {
    #img-logo {
        display: block;
        float: right;
        position: absolute;
        right: 0;
        margin-top: 510px;
        margin-right: 30px;
        width: 310px;
    }
    .adresse-header-2 {
        text-align: left;
        display: block;
        float: left;
        font-size: 16px;
        margin-top: 0;
        width: auto;
        height: 30px;
        color: #fff;
        padding-left: 30px;
        background: url(../img/adresse-header.png) top left no-repeat;
        line-height: initial;
        margin-top: 10px;
        margin-left: 13%;
    }
    #tel-header-2 {
        text-align: right;
        text-decoration: none;
        display: block;
        font-size: 16px;
        width: auto;
        height: 23px;
        color: #fff;
        margin-right: 0;
        padding-left: 30px;
        background: url(../img/tel-header.png) left center no-repeat;
        line-height: initial;
        background-size: 20px;
        float: right;
        margin-top: 25px;
    }
    #mail-header-2 {
        text-align: right;
        text-decoration: none;
        display: block;
        font-size: 16px;
        width: auto;
        color: #fff;
        margin-right: 0;
        padding-left: 30px;
        margin-top: 0;
        background: url(../img/mail-header.png) left center no-repeat;
        line-height: initial;
        float: right;
        margin-top: 25px;
    }
    .contact-header {
        position: relative;
        z-index: 1;
        width: 230px;
        float: none;
        height: auto;
        padding: 10px 0;
        margin: 0 auto;
        margin-top: 0;
        margin-bottom: 0;
        background: transparent;
    }
    #adresse-header {
        padding-top: 50px;
        margin-top: 60px;
        font-size: 17px;
    }
    #tel-header {
        padding-top: 60px;
        margin-top: 60px;
        font-size: 17px;
    }
    #mob-header {
        width: auto;
        height: 20px;
        float: left;
        text-decoration: none;
        font-size: 15px;
        margin-right: 10px;
    }
    #sep {}
    .bg-header {}
    .headerTop {
        height: 65px;
        width: 100%;
        position: relative;
        margin-top: 0px;
        background: url(../img/fond-head.jpg)center no-repeat;
    }
    .column .block {
        float: left;
        width: 47%;
        margin: 1%;
    }
    .column .block p {
        margin: 0 0 2% 0;
    }
    #center_column,
    #left_column,
    #right_column {
        float: left;
    }
    .no_image {
        display: block;
    }
    #liensfooter_map {
        position: relative;
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
        margin-top: 30px;
    }
    .logo_footer {
        position: relative;
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
        margin-top: 30px;
    }
    #footer {}
    #home {
        position: absolute;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 210px;
        margin-top: 15%;
        top: 0;
        right: 0;
        left: 0;
    }
    .bordure-contact {
        border-left: #f7b717 solid 1px;
        display: block;
        position: absolute;
        height: 70px;
        margin-left: 23px;
    }
    .bordure-logo {
        width: 600px;
        float: none;
        margin: 0 auto;
        display: block;
        position: relative;
        background: url(../img/bordure-logo.png)bottom center no-repeat;
        height: 250px;
        background-size: contain;
    }
    .bg-footer {
        height: 723px;
        background: url(../img/footer.jpg)right 28% center no-repeat;
        right: 0;
        float: left;
        width: 100%;
        margin-top: 0;
        position: relative;
    }
    #logo-footer {
        margin-top: 180px;
        width: 190px;
        margin-bottom: 0px;
        float: right;
        margin-right: 3%;
        right: 0;
        position: absolute;
    }
    #map {
        top: 0;
        display: block;
        width: 47%;
        height: 297px;
        left: 0;
        float: left;
        margin-top: 77px;
    }
    #img-header-1 {}
    #img-header-2 {}
    #fb-header {
        width: 120px;
        height: 20px;
        float: left;
        top: 0;
    }
    .cont-footer {
        float: left;
        display: block;
        position: relative;
        width: 580px;
        margin-left: 10px;
        margin-top: 90px;
    }
    #img-footer {
        margin-top: 90px;
    }
    .slogan-header {
        height: 240px;
        margin-top: 0;
    }
    #slogan1 {
        padding-top: 80px;
        margin-top: 10px;
        font-size: 17px;
    }
    #slogan2 {
        font-size: 25px;
    }
    .cont-slogan {
        display: block;
        float: right;
        position: relative;
        background: url(../img/img-slogan.png)left center no-repeat;
        width: 85%;
        height: 190px;
        padding-top: 40px;
        padding-left: 210px;
        margin-right: 15%;
        margin-top: 25px;
        background-size: contain;
    }
    #nom {
        display: block;
        position: relative;
        float: left;
        margin-right: 20px;
        background-color: #7d807e;
        padding: 14px 47px;
        border-radius: 10px;
        color: #fff;
        margin-bottom: 10px;
        width: 225px;
        text-align: center;
    }
    .cont-cord-header {}
    .header-bg1 {
        height: 200px;
    }
    .header-bg2 {
        height: 200px;
    }
    .header-bg3 {
        height: 200px;
    }
    #footer_logo {
        position: absolute;
        right: 0;
        text-align: center;
        top: 100px;
        width: 27%;
        z-index: 100;
    }
}


/* ORDINATEURS */

@media only screen and (min-width: 992px) {
    #page {
        margin: auto;
        width: 100%;
        max-width: 100%;
    }
    #header {
        position: relative;
        height: auto;
        display: block;
        width: 100%;
        float: left;
        margin-top: 0;
    }
    #beandeau {
        float: left;
        width: 100%;
        clear: both;
    }
    #header a#home {
        display: block;
        float: none;
        width: 340px;
        height: 80px;
        margin: 0 auto;
        position: relative;
        margin-top: 30px;
    }
    #adresse-header-2 {
        font-size: 18px;
        margin-top: 20px;
        float: left;
    }
    #tel-header-2 {
        padding-top: 0;
        margin-top: 10px;
        font-size: 18px;
        margin-right: 0;
    }
    #mail-header-2 {
        padding-top: 0;
        margin-top: 10px;
        font-size: 16px;
        margin-right: 0;
    }
    .headerBottom {
        position: absolute;
        z-index: 100000000000000000000;
        height: auto;
        float: left;
        width: 100%;
        background: #ffffffab;
        background-size: cover;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 65px;
    }
    .contact-header {
        float: right;
        height: auto;
        padding: 5px 0px;
        margin: 0 auto;
        width: 670px;
        margin-right: 2%;
        margin-top: 20px;
    }
    #adresse-header {
        padding-top: 50px;
        margin-top: 60px;
        font-size: 20px;
    }
    #tel-header {
        padding-top: 60px;
        margin-top: 60px;
        font-size: 20px;
    }
    #mob-header {
        width: auto;
        height: 20px;
        float: left;
        text-decoration: none;
        font-size: 17px;
        margin-right: 50px;
    }
    .adresse-header-2 {
        margin-left: 8%;
    }
    .headerTop {
        height: 65px;
        width: 100%;
    }
    #header p#slogan {
        margin: 10px 0 0 10px;
        float: left;
        display: block;
    }
    #columns {
        clear: both;
        background: transparent;
        padding: 0;
    }
    #cms1 #columns {
        clear: both;
        background: transparent;
        padding: 0;
    }
    #cms1 #center_column {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    #center_column {
        width: 100%;
        padding: 0;
        max-width: 1170px;
        float: none;
        margin: 0 auto;
        position: relative;
        display: block;
        float: none;
    }
    #breadcrumb {
        margin: 5px 0;
        color: #666666;
        font-size: 0.8em;
        z-index: 9999999999999999999999999999999999999999;
    }
    #breadcrumb a {
        color: #666666;
    }
    #center_column,
    #left_column,
    #right_column {
        float: none;
    }
    #left_column {
        width: 200px;
        padding-left: 40px;
    }
    #right_column {
        width: 200px;
        padding-right: 40px;
    }
    #footer {}
    #footer p.address {
        float: left;
        margin: 5px 0;
    }
    #footer p.address a {
        color: #333333;
    }
    #footer #incomm,
    #footer #seone {
        float: left;
        width: 980px;
        text-align: center;
        margin: 10px 0 0 0;
        font-size: 0.8em;
    }
    #footer #incomm a,
    #footer #seone a {
        color: #333333;
        text-decoration: none;
    }
    .column .block {
        width: 198px;
        margin-bottom: 1em;
        border: 1px solid #cccccc;
    }
    .column .block p {
        margin: 0 0 10px 0;
    }
    .column .block header,
    article header,
    aside header {
        text-align: center;
        border-bottom: 0;
        padding: 3px 0;
    }
    .column .block .block_content {
        padding: 5px;
    }
    #liensfooter_map {
        position: relative;
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
        margin-top: 80px;
    }
    .logo_footer {
        position: relative;
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
        margin-top: 90px;
        width: 290px;
    }
    #home {
        position: absolute;
        float: none;
        display: block;
        width: auto;
        top: 0;
        margin: 0px auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        left: 0;
        right: 0;
        margin-top: 15%;
    }
    .bordure-contact {
        border-left: #f7b717 solid 1px;
        display: block;
        position: absolute;
        height: 70px;
        margin-left: 23px;
    }
    .bordure-logo {
        width: 800px;
        float: none;
        margin: 0 auto;
        display: block;
        position: relative;
        background: url(../img/bordure-logo.png)bottom center no-repeat;
        height: 220px;
        background-size: contain;
    }
    .bg-footer {
        background: url(../img/footer.jpg)right 20% center no-repeat;
        margin-top: 0;
        height: 723px;
        width: 100%;
    }
    #logo-footer {
        float: right;
        margin-right: 3%;
        right: 0;
        width: auto;
        margin-top: 90px;
    }
    #map {
        margin-top: 0;
        max-width: 100%;
        height: 296px;
        width: 60%;
        margin-top: 50px;
    }
    #img-header-1 {}
    #img-header-2 {}
    #fb-header {
        width: 120px;
        height: 20px;
        float: left;
    }
    #sep {
        display: block;
        position: relative;
        border-bottom: 1px solid #cb4f02;
        width: 240px;
        float: none;
        margin: 0 auto;
    }
    .bg-header {}
    .cont-footer {
        width: 580px;
        margin-left: 30px;
        margin-top: 0px;
    }
    #img-footer {
        margin-top: 20%;
    }
    .footer_coord .link_coord {
        top: 253px;
    }
    .slogan-header {
        height: 280px;
        margin-top: 0;
        background: url(../img/bg-slogan-header.jpg)right 15% center no-repeat;
    }
    #slogan1 {
        padding-top: 80px;
        margin-top: 40px;
        font-size: 20px;
    }
    #slogan2 {
        font-size: 32px;
    }
    .cont-slogan {
        background: url(../img/img-slogan.png)left center no-repeat;
        width: 80%;
        height: 250px;
        padding-top: 90px;
        padding-left: 270px;
        margin-right: 18%;
        margin-top: 15px;
    }
    #img-logo {
        float: right;
        position: absolute;
        right: 0;
        margin-top: 460px;
        margin-right: 30px;
        width: auto;
    }
    #nom {
        display: block;
        position: relative;
        float: left;
        margin-right: 20px;
        background-color: #7d807e;
        padding: 14px 40px;
        border-radius: 10px;
        color: #fff;
        width: auto;
    }
    .cont-cord-header {}
    .header-bg1 {
        height: 200px;
    }
    .header-bg2 {}
    .header-bg3 {}
    .cont-menu {}
    #footer_logo {
        position: absolute;
        right: 0;
        text-align: center;
        top: 75px;
        width: 24%;
        z-index: 100;
    }
}

@media only screen and (min-width: 1200px) {
    #adresse-header,
    #tel-header,
    #mob-header {}
    #home {}
    .contact-header {}
    .cont-footer {
        width: 890px;
        margin-left: 50px;
    }
    .bg-header {}
    #img-footer {
        margin-top: 15%;
    }
    #map {}
    .bg-footer {}
    #logo-footer {
        margin-right: 60px;
    }
    .headerTop {
        padding: 0 170px;
    }
    #sep {}
    .slogan-header {
        height: 280px;
        margin-top: 0;
    }
    #slogan1 {}
    #slogan2 {
        font-size: 38px;
    }
    .cont-slogan {
        width: 70%;
        height: 250px;
        padding-top: 90px;
        padding-left: 270px;
        margin-right: 24%;
        margin-top: 15px;
    }
    #img-logo {}
    #nom {
        display: block;
        position: relative;
        float: left;
        margin-right: 20px;
        background-color: #7d807e;
        padding: 14px 40px;
        border-radius: 10px;
        color: #fff;
    }
    .cont-cord-header {}
    .header-bg1 {}
    .header-bg2 {}
    .header-bg3 {}
    .cont-menu {}
    .headerBottom {}
    #link_footer {
        margin-left: 60px;
    }
    #footer_logo {
        position: absolute;
        right: 0;
        text-align: center;
        top: 100px;
        width: 19%;
    }
}

@media only screen and (min-width: 1366px) {
    #footer_logo {
        top: 23px;
        width: 24%;
    }
}

@media only screen and (min-width: 1400px) {
    .footer_coord .link_coord {
        top: 251px;
    }
    #adresse-header-2 {
        font-size: 18px;
        margin-top: 20px;
        float: left;
    }
    #tel-header-2 {
        padding-top: 0;
        margin-top: 10px;
        font-size: 18px;
        margin-right: 50px;
    }
    #mail-header-2 {
        padding-top: 0;
        margin-top: 10px;
        font-size: 18px;
        margin-right: 50px;
    }
    #home {}
    .contact-header {
        margin-right: 11%;
    }
    #fb-header {}
    .cont-footer {
        width: 1070px;
        margin-left: 240px;
    }
    .bg-header {}
    #img-footer {
        margin-top: 11%;
    }
    #logo-footer {
        margin-right: 110px;
    }
    #nom {
        display: block;
        position: relative;
        float: left;
        margin-right: 20px;
        background-color: #7d807e;
        padding: 14px 40px;
        border-radius: 10px;
        color: #fff;
    }
    .headerTop {}
    .slogan-header {}
    .cont-cord-header {
        width: 1290px;
    }
    .header-bg1 {}
    .header-bg2 {}
    .header-bg3 {}
    #slogan1 {}
    #slogan2 {
        font-size: 45px;
    }
    .cont-slogan {
        width: 60%;
        height: 250px;
        padding-top: 90px;
    }
    #footer_logo {
        top: 23px;
        width: 22%;
    }
}

@media only screen and (min-width: 1600px) {
    #footer_logo {
        width: 30%;
        top: 20px;
    }
    #link_footer {
        margin-left: 185px;
    }
}

.coach {
    padding-top: 15px;
}