html, body {
    margin: 0;
    padding: 0;
    font-size: 1.04em;
    font-weight : 200;
    font-family: 'Raleway', sans-serif;
    color: #343434;
}

html {    
}


*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: none;
    max-width: 100%;
}

p.white {
    color: #FFFFFF;
}

p.center {
    text-align: center;
}

p.margin50 {
    margin : 50px 0;
}

p {
    line-height: 1.35em;
}

a {
    color : #ec6161;
    text-decoration: none;
}

a:hover {
    color : #ec6161;
    text-decoration: underline;
}

.container {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    /*padding-top: 70px;*/
}

.nopadding {
    padding: 0;
}

.container.full_width {
    max-width: 100%;
    overflow: hidden;
}

.bg_black {
    background: #212121;
}

.bg_red {
    background: #ec6161;
}

.bg_bk_white {
    background:#AAAAAA;
    background-size: cover;
    background-attachment: fixed;
}

.bg_white {
    background: #FFFFFF;
}

.bg_grey {
    background: #EEEEEE;
}

.bg_black p, .bg_black h3, .bg_black h4 {
    color : #FFFFFF;
}

span.date {
    display: block;
    margin: -18px 0 5px;
    color: #AAA;
}


.goToTop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 12%;
    right: 4%;
    background: rgba(52,52,52,0.2);
    border-radius: 5px;
    height: 47px;
    width: 47px;
    text-align: center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.goToTop.show {
    visibility: visible;
    opacity: 1;
}

.goToTop:hover {
    text-decoration: none;
    background: rgba(52,52,52,0.3);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.goToTop i {
    line-height: 47px;
    display: block;
    font-size: 23px;
    color: #FFF;
    font-weight: bold;
}

h1, h2 {
    text-align: center;
    display: block;
    margin: 50px 0 60px;
    position: relative;
    color: #343434;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
}

.bg_black h1, .bg_black  h2 {
    color: #FFFFFF;
}

h1::after, h2::after {
    content : '';
    position: absolute;
    display: block;
    width: 135px;
    background: #ec6161;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0.45em;
    height: 3px;
}

.logoMobile {
    display: none;
}
.menu {
    background: #ec6161;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 70px;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    font-family: 'Lato', sans-serif;
}

.menu-principal {
    height: 70px;
    overflow: hidden;
}

.menu .content-menu {
    max-width: 1000px;
    margin: auto;
    position: relative;
    height: 100%;
}

.menu .content-menu::after{
    content : "";
    clear: both;
}
.menu ul {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    left: 0;
    right: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu ul li {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
    height: 100%;
    display: block;
    line-height: 70px;
    float: left;
    position: relative;
}

.menu ul li + li {
    padding: 0 0 0 25px;
}

.menu ul li + li + li {
    margin-left: 36%;
}
.menu ul li + li + li + li {
    margin-left: auto;
}

.menu ul li a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

.menu ul li a::before {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top : 0;
    left: 0;
    right: 0;
    height: 8px;
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu ul li + li a::before {
    left: 25px;
}

.menu ul li.active a::before, .menu ul li:hover a::before {
    opacity: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu .logo {
    left: calc(50% - 135px);
    top: 15px;
    margin: auto;
    text-decoration: none;
    display: block;
    position: absolute;
    width: 270px;
    text-align: center;
    padding-bottom : 8px;
    z-index: 1;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menu .logo::after {
    /*content : "";*/
    position: absolute;
    display : block;
    left: 0;
    right: 0;
    top: 55px;
    height: 115px;
    background : rgba(255,255,255,0.2);
    z-index: -1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    
}

.menu.scroll, .menu.wp {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*background: rgba(236,97,97,0.8);*/
}

.menu.scroll ul, .menu.wp ul {
    left: 35%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu.scroll ul li, .menu.wp ul li {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu.scroll ul li + li + li, .menu.wp ul li + li + li {
    margin-left: auto;
}

.menu.scroll .logo, .menu.wp .logo {
    width : 96px;
    top: 6px;
    left: 0;
    overflow: hidden;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menu.scroll .logo::after, .menu.wp .logo::after {
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.link-menu {
    display : none;
}

.rs {
    position: fixed;
    top: 130px;
    right : 8%;
}

.rs ul li {
    list-style: none;
    display: block;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
}

.rs ul li a::before {
    display: none;
}

.rs ul li a {
    border-radius: 100%;
    height : 45px;
    width: 45px;
    text-align: center;
    background: #ec6161;
    color: #FFFFFF;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.rs ul li a i {
    display: block;
    height: 100%;
    line-height: 45px;
    font-size: 26px;
}

.rs ul li a:hover {
    background: #ec6161;
    color: #FFFFFF;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
}

.blocContent {
    overflow: auto;
    padding: 0 0 25px;
    min-height: 100vh;
}

.blocContent.nopadding {
    padding: 0;
}

.blocContent:first-of-type {
    /*min-height: calc(100vh - 70px);*/
}

.blocContent.nominheight {
    min-height: 0;
}

.imgHome {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bandeauTop.jpg') no-repeat center;
    background-size: cover;
}

.imgHome .logoMobile {
    display: none;
}

.imgHome.video {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    overflow: hidden;
    max-height: calc(100vh - 70px);
}

.maskVideo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.imgHome .baseline {
    position: fixed;
    top: 61%;
    width: 505px;
    left: 49%;
    text-align: right;
    z-index: 9;
}

.imgHome .baseline .fa-quote-left {
    position: absolute;
    left: 13px;
    top: -5px;
    color: #FFFFFF;
    font-size: 32px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.imgHome .baseline .fa-quote-right {
    position: absolute;
    font-size: 32px;
    right: -40px;
    top: 61px;
    color: #FFFFFF;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.imgHome .baseline span {
    display: block;
    font-size: 48px;
    color: #FFFFFF;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    margin: 0;
    font-weight: 300;
    line-height: 1.1;
}
.imgHome .baseline span span {
    font-weight: 600;
    display: block;
    font-size: 56px;
    text-transform: uppercase;
}

.imgHome .baseline a {
    display: inline-block;
    margin: 12px 0;
    background: #ec6161;
    color: #FFFFFF;
    padding: 10px 56px 10px 16px;
    font-size: 29px;
    position: relative;
    border-radius: 4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.imgHome .baseline a i {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 29px;
}

.imgHome .baseline a:hover {
    background: #dd5e5e;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.imgHome iframe {
    width: 100vw; 
    /*max-width: @video-width;*/
    height: 56.25vw; 
}

.clearfloat::after {
    content : '';
    clear: both;
}

.paragraphe {
    padding: 10px 0;
}

.paragraphe::after {
    content : '';
    clear: both;
}

.paragraphe h3:first-of-type {
    margin-top : 0;
}

.color {
    color: #ffa32c;
}

.content_row {
    overflow: hidden;
}
.row {
    margin: 0 -20px;
    overflow: auto;
}

.row::after {
    clear: both;
}

.row .col {
    float: left;
    padding: 0 20px;
    position: relative;
}

.col.col4 {
    width : 33.33%;
}

.col.col6 {
    width: 50%;
}

.col.col9 {
    width: 75%;
}
.col.col10 {
    width: 80%;
}
.col.col2 {
    width: 20%;
}
.col.col3 {
    width: 25%;
}

.row .col img {
    width: 100%;
}

.videobg {
    position: absolute;
    padding-bottom: 56.25%; /* 16/9 */
    min-width: 100%;
    height: 100vh;
    background: #000;
}

.videobg iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border-width : 0px;
}

form label {
    display : block;
    line-height: 1.6;
}

p.align-right {
    text-align: right;
}

form label input, form label textarea {
    display: block;
    background: #F6F6F6;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    min-height: 35px;
    padding: 5px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}

form label textarea {
    height: 230px;
}

form input[type=submit] {
    border: none;
    padding : 10px 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: #FFFFFF;
    background: #ec6161;
    border-radius: 2px;
    text-transform: none;
    box-shadow: none;
    font-size: 20px;
    margin: 10px 0 0;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
form input[type=submit]:hover {
    background : #de5555;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.message_form {
    display: block;
    padding: 8px;
    margin: 15px 0;
    border-radius: 3px;
    background: #545454;
}

.message_form.green {
    color: #2d8d2d;
}

.message_form.red {
    color: #b41515;
}


.imgForm {
    margin : 27px 0 25px;
    display: block;
}

.padding {
    padding : 20px 30px;
}

.container-fb {
    position: relative;
    width: 100%;
}

.clearfix::after {
    content : "";
    clear: both;
}

.footer {
    background: #ec6161;
    padding: 26px 0 9px;
    color: #FFFFFF;
}

.footer .container {
    padding-top: 7px;
}

.footer p {
    text-align: center;
    font-size: 13px;
}

.footer a {
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.zone_confiance {
    background-image:linear-gradient(#DDD, #A5A5A5);
    overflow: auto;
    padding: 0 0 30px;
}

.zone_confiance h2 {
    color: #343434;
}

ul.clients {
    padding: 0;
    margin: 0;
}
.clients li {
    display: inline-block;
    height: 120px;
    margin: 5px 22px;
    position: relative;
    width: 20%;
    opacity: 0.7;
    filter: grayscale(100%);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.clients li:hover {
    opacity: 1;
    filter: grayscale(0%);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.clients li a {
    display: block;
}

.clients li img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

/* image wall */
.img_wall {
    position: relative;
    overflow: hidden;
}

.img_wall .bloc_img_wall {
    width: 19.97%;
    height: 200px;
    display: block;
    float: left;
    overflow: hidden; 
    background: #FFF;
    position: relative;
}

.img_wall .bloc_img_wall.white {
    background: #FFFFFF;
}

.img_wall .bloc_img_wall .background {
    position: absolute;
    top: 0;
    left : 0;
    right: 0;
    bottom : 0;
    background-size: cover;
    background-position: center center;
    opacity: 0.8;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.img_wall .bloc_img_wall:hover .background {
    opacity: 1;
}

.img_wall .bloc_img_wall .zone_big {
    display: none;    
}

.close {
    cursor : pointer;
    position: absolute;
    right: 8%;
    top : 2%;
    width: 45px;
    height : 45px;
    background: rgba(255,255,255,0.6);
    text-align: center;
    display: block;
    border-radius: 100%;
    font-size: 35px;
}

.close i {
    display: block;
    text-align: center;
    color: transparent;
    height: 100%;
    position: relative;
    width: 100%;
}
.close i::before, 
.close i::after {
    content: '';
    width: 5px;
    height : 24px;
    background: #000000;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close i::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.img_wall .bloc_img_wall .zone_small {
    display: block;
    text-decoration: none;
}

.list_img .bloc {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
}

.img_wall .bloc_img_wall .zone_small .title {
    position: absolute;
    display: block;
    background: rgba(0,0,0,0.4);
    bottom: 0;
    width: 100%;
    color : #FFFFFF;
    padding : 10px;
    left: -100%;
    text-decoration: none;
    font-size: 20px;
    opacity: 0.3;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.img_wall .bloc_img_wall .zone_small .title::first-line {
    text-transform: uppercase;
    font-size: 22px;
}

.img_wall .bloc_img_wall:hover .background {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;

    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    
}
.img_wall .bloc_img_wall.openning, .img_wall .bloc_img_wall.active {
    background: #000;
}
.img_wall .bloc_img_wall.white.openning, .img_wall .bloc_img_wall.white.active {
    background: #FFF;
}
.img_wall .bloc_img_wall.active .background {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.img_wall .bloc_img_wall .zone_small:hover .title {
    left: 0;
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.img_wall .bloc_img_wall.active {
    height: 800px;
    width: 993px;
}

.img_wall .bloc_img_wall .zone_big .youtube {
    width: 100%;
    height: 446px;
    margin: 0 0 10px 0;
    background: rgba(0,0,0,0.4);
}

.img_wall .bloc_img_wall .zone_big .container {
    padding-top: 45px;
}

.img_wall .bloc_img_wall .zone_big .youtube iframe {
    width: 100%;
    height: 100%;
}

.img_wall .bloc_img_wall .zone_big .contentlightbox {
    margin: 0;
}

.img_wall .bloc_img_wall .zone_big .contentlightbox::after {
    clear: both;
    content: '';
}

.img_wall .bloc_img_wall .zone_big .contentlightbox a {
    display: block;
    width: 150px;
    margin: 0 0 15px 0;
}



.img_wall .bloc_img_wall .zone_big .contentlightbox img {
    display: block;
}

.img_wall .bloc_img_wall .zone_big h3 {
    color: #FFFFFF;
    font-size: 22px;
    margin: 5px 0;
}

.img_wall .bloc_img_wall.white .zone_big h3, .img_wall .bloc_img_wall.white .zone_big p {
    color: #000000;
}

.img_wall .bloc_img_wall .zone_big .description {
    padding : 5px 10px;
    color: #FFFFFF;
    background: rgba(0,0,0,0.3);
    position: relative;
    font-size: 15px;
}

.img_wall .bloc_img_wall.white .zone_big .description {
    color: #000000;
    background: rgba(255,255,255,0.6);
}

.img_wall .bloc_img_wall .background.blur {
    opacity: 0.4;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    background-attachment: fixed;
}

.img_wall .bloc_img_wall.white .background.blur {
    opacity: 0.5;
}

.img_wall .bloc_img_wall.active .zone_big {
    display: block;
    width: inherit;
    margin: 0;
}

.img_wall .bloc_img_wall.active .zone_small {
    display: none;
}

.bandeau {
    display: block;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.bandeau.b0 {
    background-image: url('../images/bandeau/fondJCn&b.png');
    height : auto;
    padding: 0 0 90px 0;
    overflow: auto;
    position: relative;
}

.bandeau.b0 h1 {
    text-shadow: 0px 0px 7px rgba(0,0,0,1);
}

.paraIntro {
    width: 84%;
    margin: auto;
    font-size: 19px;
    padding: 15px 30px;
    color: #ec6161;
    background: rgba(0,0,0,0.2);
    text-shadow: 0px 0px 7px rgba(0,0,0,1):
}

h1 span {
    font-size: 0.8em;
    font-weight: 300;
}

.bandeau.b1 {
    background-image: url('../images/bandeau/b1.jpg');
}

.bandeau.b2 {
    background-image: url('../images/bandeau/RME.jpg');
}

.bandeau.b3 {
    background-image: url('../images/bandeau/b3.jpg');
}

.lazy {
    display: none;
}

.blocCol {
    padding: 10px 20px;
    margin: 20px 0 50px;
}

.blocCol i {
    text-align: center;
    color: #ec6161;
    margin: 10px auto;
    font-size: 70px;
    display: block;
}

.blocCol p {
    text-align: justify;
}

.blocCol h3 {
    text-align: center;
    margin: 0;
    padding: 15px 0px;
    font-size: 17px;
    min-height: 71px;
    text-transform: uppercase;
    position: relative;
}

.blocCol h3::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 70%;
    background: #CCCCCC;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.blocCol p {
    line-height: 1.6;
}

p.link_prestations {
    text-align: center;
}
p.link_prestations a{
    display: inline-block;
    margin: 12px auto;
    background: #ec6161;
    color: #FFFFFF;
    padding: 10px 16px;
    font-size: 24px;
    position: relative;
    border-radius: 4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p.link_prestations a:hover {
    background: #dd5e5e;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p.link_prestations.small a {
    font-size: 16px;
    padding: 5px 8px;
}

.zone_prestations {
    display: none;
    position: relative;
}
.zone_prestations.open {
    display: block;
}

p.colBlack {
    color: #000;
}


.contentImg {
    margin: 0 20px 10px 0;
    float: left;
}

.imgauto img {
    height : auto;
}

.button {
    background: #ec6161;
    color: #FFF;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 18px;
    margin: 25px 0 10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.button:hover {
    color: #FFFFFF;
    background: #dd5e5e;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bloc_actu {
    background: rgba(255,255,255,0.06);
    padding: 15px;
    margin: 10px 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bloc_actu:hover {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(255,255,255,0.12);
}

.col4 .bloc_actu {
    min-height : 352px;
}

/* MOBILE */

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

@media screen and (max-width: 1000px) {
    
    html, body {
        font-size: 1em;
    }
    
    .container {
        max-width: 780px;
    }
    
    .container.full_width {
        max-width: 100%;   
    }
    
    .content_row {
        max-width: 98%;
        margin: auto;
    }
    
    .paragraphe {
        padding: 10px 15px;
    }
    
    .marge_small {
        margin: 0 10px;
    }
    
    .clients li {
        width: 24%;
    }
}


@media screen and (max-width: 640px) {
    
    html {
        background: none;
    }
    
    
    .bg_bk_white {
        background-size: auto;
        background-attachment: scroll;
    }

    .row .col {
        float: none;
    }

    .col.col4, .col.col6, .col.col9, .col.col3, .col.col10, .col.col2 {
        width: auto;
    }
    
    .content_row {
        max-width: 95%;
        margin: auto;
    }
    .marge_small {
        margin: 0 15px;
    }
    
    .menu {
        height: auto;
        left : 100%;
        right : auto;
        width: 100%;
    }
    
    .menu.open {
        left: 0;
    }
    
    .menu.scroll {
        height: auto;
        background: rgba(255,255,255,0.9);
    }
    
    .menu .content-menu {
        height: auto;
    }
    .menu img {
        position: relative;
        height: 35px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    
    .menu ul {
        position: relative;
        overflow: auto;
    }
    .menu ul li {
        float: none;
        border-top : 1px solid #BBB;
        border-bottom: 1px solid #BBB;
    }
    
    .menu ul li + li {
        border-top:none;
    }
    
    .rs {
        position: relative;
        top: auto;
        right: auto;
        padding: 5px 10px 2px;
    }
    
    .rs ul {
        position: relative;
    }
    
    .menu .rs ul li {
        display: inline-block;
        border: none;
        margin  : 10px 0;
        padding: 0;
    }
    
    .menu ul li.active a::before, .menu ul li:hover a::before {
        display: none;
    }
    
    .container {
        padding-top: 0;
    }
    
    .zone_big .container {
        padding-top: 78px;
    }
    
    .blocContent:first-of-type {
        min-height: 100vh;
    }
    
    .link-menu {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
        width: 48px;
        height: 48px;
        border-radius: 4px;
        background: rgba(255,255,255,0.6);
        z-index: 100000;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    }
    
    .imgHome .baseline {
        left: 20px;
        right: 20px;
        top: 50%;
        width: auto;
        position: absolute;
    }
    
    .imgHome .baseline .fa-quote-right {
        right: 0;
        top: 35px;
    }
    
    .imgHome .baseline span {
        font-size: 32px;
        text-align: center;
    }
    .imgHome .baseline span span {
        font-size: 35px;
    }
    
    .imgHome .baseline a {
        font-size: 20px;
        padding-right: 42px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 298px;
        top: 90px;
    }
    .imgHome .baseline a i {
        height: 20px;
    }
    
    .bandeau {
        height: 200px;
    }
    
    .menu ul.menu-principal {
        height: auto;
        margin-top : 70px;
    }
    
    .imgHome {
        top : 0;
    }
    .menu .logo {
        margin: 0 auto;
        height: 68px;
        top: -68px;
        left: 0;
        padding: 0;
        right: 0;
    }
    .logo img {
        height: 100%;
    }
    
    .menu ul li {
        padding: 0 0 0 25px;
    }
    
    .menu .logo::after {
        display : none;
    }
    
    .menu ul li, .menu ul li + li + li {
        margin: 0;
    }
    
    .link-menu span {
       position: absolute;
        width: 68%;
        height: 5px;
        left: 0;
        top: 12px;
        right: 0;
        margin: auto;
        background: #000000;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .link-menu span::before, .link-menu span::after {
        content : "";
        display: block;
        position: absolute;
        background: #000000;
        height: 100%;
        width: 100%;
        left: 0;
        top : 10px;
        opacity: 1;
            -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .link-menu span::after {
        top: 20px;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .link-menu.toClose span {
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
        top: 20px;
            -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .link-menu.toClose span::before {
        opacity: 0;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
    }
    
    .link-menu.toClose span::after {
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        transform: rotate(-90deg);
        top: -1px;
        
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .list-date ul li {
        width: auto;
        display: block;
    }
    
    .img_wall .bloc_img_wall {
        width: 49.97%;
    }
    
    .img_wall .bloc_img_wall .zone_big .contentlightbox {
        height: 75px;
        margin: 10px 20px;
        overflow: hidden;
    }
    
    .img_wall .bloc_img_wall .zone_big .contentlightbox a {
        height: 100%;
        width: 28%;
    }
    .img_wall .bloc_img_wall .zone_big .contentlightbox a + a {
        margin: 0 0 10px 11px;
    }
    .img_wall .bloc_img_wall .zone_big .contentlightbox a img {
        display: block;
        width: 100%;
    }
    
    .img_wall .bloc_img_wall .zone_big h3 {
        margin-top: 85px;
    }
    
    .img_wall .bloc_img_wall.active {
        height: 940px;
    }
    
    .imgHome .logoMobile {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 95%;
        top: 13%;
    }
    
    .img_wall .bloc_img_wall .background.blur {
        background-attachment: scroll;   
    }
    
    .img_wall .bloc_img_wall .zone_small .title {
        left: 0;
        opacity: 1;
        font-size: 13px;
    }
    .clients li {
        width: 43%;
        margin: 5px 10px;
        height: 90px;
    }
    
    .videobg {
        display: none;
    }
    
    .bg_photo_mobile {
        background: #ec6161;
    }
    .logoMobile {
        display: block;
        position: relative;
        width: 100%;
        height: 100vh;
    }
    .logoMobile img {
        position: absolute;
        max-width: 95%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}