/* 
Wireframe: 20
Version: 1
Update: 2017.10.05
*/

body {
background: #fff;
    color: #4b4949;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 20px;
}
a {
    color: #9cc42d;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #4b4949;
    text-decoration: none;
}
 
.red {
    color: #ff6d6d;
}
.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
 
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.35em;
}
h1, h2, h3, h4, h5, h6 {
    color: #0000;
}
h1, .h1{
    font-size: 36px;
	line-height:48px;
	lettre-spacing:0.025em;
	font-family: 'Barlow Semi Condensed', sans-serif;
	 color: #000;
}
h2, .h2{
    font-size: 34px;
	line-height:44px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	    color: #000;
    font-weight: 400;
}
h3, .h3{
    font-size: 30px;
	line-height:40px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	    color: #000;
    font-weight: 400;
}
h4, .h4{
    font-size: 27px;
	line-height:38px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	    color: #000;
    font-weight: 400;
}
h5, .h5{
    font-size: 25px;
	line-height:36px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	 color: #000;
}
h6, .h6{
    font-size: 23px;
	line-height:33px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	    color: #000;
    font-weight: 400;
}

hr {
	border-color: #e5e5e5;
}

nav.main-nav {
    position: relative;
    z-index: 100;
    height: 116px;
    background: #f0efed;
    box-shadow: none;
    transition: background .4s, box-shadow .4s;
}
.is-sticky nav.main-nav {
    background: #f0efed;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    z-index: 100;
}
nav.main-nav .nav-wrapper {
    
}
nav.main-nav .sf-menu {
   text-align: right;
    align-self: center;
    width: auto;
    float: right;
}
nav.main-nav .mobile-nav {
    display: none;
    text-align: right;
    align-self: center;
}
nav.main-nav .mobile-nav a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    line-height: 40px;
    font-size: 24px;
}
nav.main-nav .mobile-nav i.fa {
    background: #9cc42d;
    text-align: center;
    color: #fff;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
}
nav.main-nav .logo {
    position: relative;
    height: 85px;
	float: left;
}
nav.main-nav .logo img.small {
    margin-top: 20px;
    transform: translateY(-200%);
    transition: transform .4s;
}
nav.main-nav .logo img.big {
    position: absolute;
    top: 9px;
    visibility: visible;
    opacity: 1;
    transition: opacity .4s, visibility 0s linear 0s, top .4s;
}
.is-sticky nav.main-nav .logo {
    position: relative;
}
.is-sticky nav.main-nav .logo img.small {
    visibility: visible;
    transform: translateY(0%);
}
.is-sticky nav.main-nav .logo img.big {
}

header.top {
    position: relative;
    height: 527px;
    background: #eee;
}
header.top.big {
    height: 727px;
}
header.top.small {
  height: 107px;
}
header.top .container {
    position: relative;
    height: 100%;
}
header.top .slogan {
    position: absolute;
    top: 25px;
    right: 15px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: right;
    text-shadow: 0 2px 8px rgba(0,0,0,.75);
    line-height: 1.35;
    z-index: 1;
}
header.top.big .slogan {
    font-size: 50px;
    right: auto;
    left: 50%;
    top: 394px;
    transform: translate(-50%, -50%);
    text-align: center;
}
header.top.small .slogan p {
	    margin: 11px;
    font-size: 37px;
}
header.top:not(.big) .slogan br {
    display: none;
}
header.top .slogan p {
	font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 25px;
}
header.top.big .slogan p {
   
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 45px;
}
header.top .slogan a {
   font-size: 30px;
    letter-spacing: 0.025em;
    line-height: 1;
    text-shadow: none;
    padding: 11px 51px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #9fc537;
    border-radius: 0;
    box-shadow: none;
    transition: box-shadow .4s;
    font-weight: 600;
	font-family: 'Barlow', sans-serif;
}
header.top:not(.big) .slogan a {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
header.top .slogan a:hover {
    box-shadow: 0 5px 30px rgba(0,0,0,.25);
}
header.top .banner,
header.top .banner #slideshow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0!important;
    width: auto;
    height: auto;
}
header.top .banner #slideshow .camera_target {
    
}
header.top .banner #slideshow .camera_overlayer {
     background: url(../images/bg-s.png) no-repeat top center;
}
header.top .banner .NewsItemBackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: cover;
    filter: contrast(70%);
}
header.top .banner .NewsItemBackground::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 0 200px rgba(0,0,0,1);
}

section.home-content {
    position: relative;
}
section.home-content .photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
}
section.home-content .photo .img-box > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}
section.home-content .photo .corner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 100%;
}
section.home-content .photo .corner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
    background: rgba(255,109,109,.8);
    */
    background: url(../images/corner-right.svg) right bottom no-repeat;
    opacity: .8;
}
section.home-content .photo .corner .signature {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-35%);
    max-width: 80%;
}

section.page-content {
    position: relative;
}
section.page-content .corner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10vw;
    height: 10vw;
    /*
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
    clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
    background: rgba(255,109,109,.8);
    */
    background: url(../images/corner-left.svg) right bottom no-repeat;
    opacity: .8;
}

article.content {
    position: relative;
        padding: 59px 0;
}
section.home-content article.content {
    padding: 62px 0;
}
section.contact-content article.content {
    padding-bottom: 0;
    color: #888;
}
article.content header.page-title {
    padding-bottom: 10px;
}
article.content header.page-title h1 {
    text-transform: uppercase;
	color: #000000;
    margin: 0;
    text-transform: uppercase;
     font-size: 36px;
	line-height:48px;
	lettre-spacing:0.025em;
	font-weight: 400;
	position: relative;
	border-bottom: 1px solid #cfd0d7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
span.subtitle {
    color: #9fc537;
	 font-size: 48px;
	line-height:48px;
	lettre-spacing:0.025em;
}
article.content header.page-title h1::after {
	content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 37px;
    height: 3px;
    background: #9fc537;
}
article.content header.page-title h5 {
    margin: 0;
}
h1.title-box {
    font-size: 27px;
    line-height: 46px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    color: #010101;
    margin-bottom: -25px;
	text-transform:uppercase;
}
h1.title-box1 {
    font-size: 40px;
    line-height: 46px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    color: #ffffff;
	margin-bottom: 100px;
}
section.services .box a {
  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    font-size: 0;
    text-decoration: none;
}
section.services .box .icon1 {
   background-image:  url(../images/box-img1.png);
}
section.services .box .icon2 {
   background-image: url(../images/box-img2.png);
}
section.services .box .icon3 {
    background-image:  url(../images/box-img3.png);
}
section.services .box .icon4 {
    background-image:  url(../images/box-img4-h.png);
}
section.services .box .icon5 {
    background-image:  url(../images/box-img5-h.png);
}
section.services .box:hover .icon1 {
    background-image:  url(../images/box-img1-h.png)!important;
}
section.services .box:hover .icon2{
    background-image: url(../images/box-img2-h.png)!important;
}
section.services .box:hover .icon3 {
    background-image:  url(../images/box-img3-h.png)!important;
}
section.services .box:hover .icon4 {
    background-image:  url(../images/box-img4.png)!important;
}
section.services .box:hover .icon5 {
    background-image:  url(../images/box-img5.png)!important;
}
section.services .box h2{
	font-size:23px;
}
section.services .box:hover h2{
	color:#fff;
}
section.services .box p{
	color:#000000;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	font-family: 'Barlow', sans-serif;
	
}
section.services .icon {
    border-radius: 50%;
    background: #111;
    width: 65px;
    height: 65px;
    display: table;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-position: center;
}
section.services .box:hover .icon{
    background: #ffffff;
	background-repeat: no-repeat;
    background-position: center;
}
h2.tit2 {
    color: #9cc42d;
    font-size: 24px;
    line-height: 50px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	margin-bottom: 29px;
}
h2.tit1 {
    color: #000000;
    font-size: 40px;
    line-height: 32px;
    letter-spacing: 0.040em;
	margin-bottom: 47px;
	text-transform: uppercase;
}
section.satisfaction p {
    color: #656464;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 22px;
}
section.home-content article.content header.page-title {
   
}
article.content header.page-title + h2 {
    margin-top: 0;
    margin-bottom: 30px;
}
article.content p {
    margin: 0 0 20px;
}
article.content ul {
    list-style: outside disc;
    margin-left: 0;
    padding: 0;
}
article.content ul li {
    position: relative;
    left: 1em;
    margin-left: 1em;
    padding-right: 1em;
}
article.content ul ul {
    list-style-type: circle;
}
article.content .table-style {
    position: relative;
}
article.content .table-style th {
       background: #9fc537;
}
article.content .table-style th,
article.content .table-style td {
        border: 1px solid #728639;
    padding: 2px 5px;
}
article.content #AllNews {
    position: relative;
    padding-top: 30px;
}
article.content #AllNews .row {
    display: flex;
}
article.content #AllNews .row > [class*='col-'] {
    flex-direction: column;
}
article.content #AllNews .Item {
    position: relative;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 250px;
    background: rgba(255,255,255,0);
    transition: background .4s;
}
article.content #AllNews .Item:hover {
    background: #f6f6f6;
}
article.content #AllNews .Item .photo {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
article.content #AllNews .Item .photo img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .4s;
}
article.content #AllNews .Item:hover .photo img {
    filter: brightness(70%) contrast(70%);
}
article.content #AllNews .Item .photo.nophoto {
    position: relative;
    height: 100%;
    background: #eee url(../images/logo-rooy-ex.png) center no-repeat;
    background-size: 50%;
    filter: grayscale(100%);
    transition: background-color .4s;
}
article.content #AllNews .Item:hover .photo.nophoto {
    background-color: #ccc;
}
article.content #AllNews .Item .photo::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 40px;
    background: #fff;
    z-index: 10;
    transition: top .4s;
}
article.content #AllNews .Item .photo::after {
    content: '';
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 1px;
    background: #fff;
    z-index: 10;
    transition: left .4s;
}
article.content #AllNews .Item:hover .photo::before {
    top: 50%;
}
article.content #AllNews .Item:hover .photo::after {
    left: 50%;
}
article.content #AllNews .Item figcaption {
    position: relative;
}
article.content #AllNews .Item figcaption h3 {
    margin: 0 0 15px;
    transition: color .4s;
}
article.content #AllNews .Item:hover figcaption h3 {
    color: #ff6d6d;
}
article.content #AllNews .Item figcaption .button {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1;
    text-shadow: none;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #ff6d6d;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
    transition: box-shadow .4s;
}
article.content #AllNews .Item:hover figcaption .button {
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
article.content #AllNews .Item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

section.newsletter {
    position: relative;
    padding: 50px 0;
    background: #f6f5f3;
}
section.newsletter h4 {
    margin: 0 0 25px;
    text-transform: uppercase;
}

section.contactform {
    position: relative;
    padding-top: 65px;
}

section.services {
    position: relative;
    background: #9cc42d ;
    text-align: center;
    padding: 86px 0 77px;
}
section.services h5 {
    margin: 0 0 10px;
    text-transform: uppercase;
}
section.services h3 {
    margin: 0 0 75px;
    text-transform: uppercase;
}
section.services h4 {
    margin: 25px 0;
}
section.services .slick-slide > div {
	padding:0 20px;
}
section.services .slick-slide{
	position:relative;
	transition: all .4s;
}
section.services .slick-slide:hover .icon01,
section.services .slick-slide:hover .icon02,
section.services .slick-slide:hover .icon03,
section.services .slick-slide:hover .icon04,
section.services .slick-slide:hover .icon05,
section.services .slick-slide:hover .icon06{
	background-position: top center;
}
section.services .slick-slider {
    margin-bottom: 0;
	    padding: 0 25px;
}
section.services .slick-slider .slick-prev, 
section.services .slick-slider .slick-next{
    width: 21px;
    height: 58px;
    margin-top: 4px;
}
section.services .slick-slider .slick-prev{
	background:url(../images/next.png) center no-repeat;
}
section.services .slick-slider .slick-next{
	background:url(../images/pred.png) center no-repeat;
}
section.services .slick-slider .slick-prev:before, 
section.services .slick-slider .slick-next:before{
	font-size:0;
}
section.satisfaction {
    position: relative;
    padding: 73px 0;
}
section.satisfaction h5 {
    margin: 0 0 10px;
    text-transform: uppercase;
}
section.satisfaction h3 {
    margin: 0 0 35px;
    text-transform: uppercase;
}
section.satisfaction .photo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}
section.satisfaction .photo .img-box > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}
section.satisfaction .photo .corner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    padding-bottom: 70%;
}
section.satisfaction .photo .corner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
    clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
    background: rgba(255,109,109,.8);
    */
    background: url(../images/corner-left.svg) right bottom no-repeat;
    opacity: .8;
}

section.cta {
    position: relative;
    background: #383966;
    padding: 90px 0 60px;
    color: #fff;
    text-align: center;
}
section.cta h5 {
    margin: 0 0 10px;
    text-transform: uppercase;
}
section.cta h3 {
    margin: 0 0 60px;
    text-transform: uppercase;
    color: #fff;
}
section.cta a.button {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 1;
    text-shadow: none;
    padding: 15px 50px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #ff6d6d;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgba(0,0,0,.25);
    transition: box-shadow .4s;
}
section.cta a.button:hover {
    box-shadow: 0 5px 30px rgba(0,0,0,.5);
}

footer.bottom {
    position: relative;
    padding: 35px 0;
    color: #181818;
	background: #f0efed;
}

.footer-title1 h2 {
    font-size: 28px !important;
    line-height: 51px;
    border-bottom: 1px solid #b9b4b4;
    margin-bottom: 31px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}
.footer-title2 h2 {
    font-size: 28px;
    line-height: 51px;
    border-bottom: 1px solid #b9b4b4;
    margin-bottom: 31px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
	 text-align: right;
}
.open {
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #000;
	text-align: right;
}

.address a {
    color: #000;
    text-decoration: underline;
    transition: all .4s;
}
.address .bloc1{ float: left;}
.address .bloc2{ float: right;}
.address a:hover {
    color: #9cc42d;
    text-decoration: underline;
    transition: all .4s;
}
.address .bloc-adres {
    width: 105%;
}
footer.bottom .social {
    text-align: center;
    align-self: end;
	margin-top: 75px;
}
footer.bottom .social nav.language {
    position: relative;
    padding-bottom: 10px;
}
footer.bottom .social nav.language a.selected {
    color: #888;
    text-decoration: none;
}
footer.bottom .social nav.language a span {
    font-size: 0;
    line-height: 0;
}
footer.bottom .social nav.language a span::before {
    font-size: 16px;
    line-height: 1;
}
footer.bottom .social nav.language a span#lang-nl::before {
    content: 'Nederlands';
}
footer.bottom .social nav.language a span#lang-fr::before {
    content: 'Français';
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b > span{
    display: none;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_email::before {
    content: "\f003";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_facebook::before {
    content: "\f09a";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_twitter::before {
    content: "\f099";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_linkedin::before {
    content: "\f0e1";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share::before {
    content: "\f0d5";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share {
    position: relative;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share #___plusone_0,
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share iframe {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    top: 3px!important;
    opacity: 0;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_pinterest_share::before {
    content: "\f231";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
   margin: 0px 0px 0px 8px;
    position: relative;
    z-index: 1;
    color: #f0efed;
    text-decoration: none;
    background: #000;
    transition: color .4s;
    float: none;
    width: 36px;
    border-radius: 50%;
    height: 36px;
    text-align: center;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b::before {
    font-family: 'FontAwesome';
    speak: none;
    font-size: 21px;
    line-height: 36px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b:hover {
        background: #9fc537;
    border-radius: 50%;
    color: #ffff;
    text-align: center;
    width: 36px;
    height: 36px;
    float: none;
}
footer.maps {
    position: relative;
    height: 350px;
    overflow: hidden;
    background: #eee;
}
footer.maps a:first-of-type {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    font-size: 0;
}
.googlemaps_v2 label.modal-label {
    cursor: pointer;
    font-weight: 400;
    text-decoration: underline;
    margin: 0;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
footer.maps .googlemaps_v2 label.modal-label {
    cursor: pointer;
    font-weight: 400;
    text-decoration: underline;
    margin: 0;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    font-size: 0;
}
.googlemaps_v2 .modal__inner iframe {
position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: grayscale(100%);
    transition: filter .4s;
}
footer.maps iframe {
    position: absolute;
    width: calc(100vw + 200px);
    height: 550px;
    left: -100px;
    right: -100px;
    top: -100px;
    bottom: -100px;
    filter: grayscale(100%);
    transition: filter .4s;
}
footer.maps:hover iframe {
    filter: grayscale(35%);
}
footer.maps .corner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 330px;
    height: 330px;
    background: url(../images/corner-left.svg) right bottom no-repeat;
    opacity: .8;
    pointer-events: none;
    z-index: 20;
    transition: background .4s, width .4s, height .4s, clip-path .4s;
}
footer.maps:hover .corner {
    width: 80vw;
    height: 80vw;
}
#scrollUp {
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 15px 10px;
    background: #9cc42d;
    border-radius: 3px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: background .4s, box-shadow .4s;
}
#scrollUp:hover {
    background:#d7deb2;;
    box-shadow: 0 5px 30px rgba(0,0,0,.5);
}
 
div.cc-cookies {
    width: 100%;
}
.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}
div#_atssh {
    bottom: 0;
}

.img-box {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width : 1799px) {
	section.satisfaction .photo .img-box > img {
    position: absolute;
    width: auto;
    height: 100%;
    object-fit: cover;
    right: 0;
}
}
@media only screen and (max-width : 1199px) {
    .homepageTemplate nav.main-nav .sf-menu {
        text-align: right;
    }
	.sf-menu a {
    padding: 45px 7px !important;
	}
header.top.big .slogan p{
	font-size:41px;
	}
	.address .bloc1 {
    width: 100%;
}
	.address .bloc2 {
    width: 100%;
}
}
@media only screen and (max-width : 991px) {
    nav.main-nav,
    nav.main-nav .nav-wrapper,
    nav.main-nav .logo {
        height: 135px;
    }
    nav.main-nav .logo img.small {
        margin-top: 10px;
    }
    nav.main-nav .logo img.big {
        top: 30px;
    }
    nav.main-nav ul.sf-menu {
        display: none;
    }
    nav.main-nav .mobile-nav {
        display: inline-block;
		float: right;
        margin-top: 45px;
    }
		section.satisfaction .photo .img-box > img {
    width: 100%;
		}
    header.top {
        height: 200px;
    }
    header.top.small {
        height: 150px;
    }
    header.top.big {
        height: 300px;
    }
    header.top .container {
        position: static;
        height: auto;
    }
    header.top .slogan,
    header.top.big .slogan {
        position: absolute;
        top: 25px;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 24px;
        transform: none;
        text-shadow: none;
        transition: background .4s;
    }
	header.top .slogan p {
    font-size: 25px;
}
    
    header.top .slogan br {
        display: none;
    }
    section.home-content article.content,
    article.content {
        padding: 50px 0;
    }
    section.home-content article.content header.page-title {
        padding-top: 0;
    }
    section.home-content .photo .corner .signature {
        left: auto;
        right: 5%;
        bottom: 5%;
        transform: none;
        max-width: 70%;
    }
    section.contactform {
        padding: 50px 0;
    }
    section.services {
        padding: 50px 0;
        background-size: 150%;
    }
    section.satisfaction {
        padding: 50px 0 0;
    }
    section.satisfaction .photo {
        position: relative;
        width: auto;
        height: 350px;
        overflow: hidden;
        margin-top: 50px;
    }
    section.satisfaction .photo .corner {
        bottom: auto;
        width: 350px;
        padding-bottom: 350px;
    }
    section.cta {
        padding: 50px 0;
    }
    section.cta h3 {
        margin-bottom: 30px;
    }
	header.top.small .slogan p {
    font-size: 27px;
}
}
@media only screen and (max-width : 767px) {
		header.top .slogan p {
    font-size: 18px;
	  margin: 43px;
}
header.top .slogan a {

    font-size: 26px;
}
header.top.big .slogan p {
    font-size: 37px;
}

span.subtitle {
    font-size: 41px;
}
h1.title-box1 {

    font-size: 38px;
    line-height: 37px;
}
    .image-right,
    .image-left {
        float: none;
        margin: 10px auto;
        max-width: 100%;
        height: auto;
        display: block;
    }
    h1, .h1 {
        font-size: 36px;
    }
    header.top .logo {
        top: -15px;
    }
    header.top .logo img {
        max-width: 50vw;
    }
    header.top .slogan,header.top.big .slogan {
        font-size: 20px;
    }
	
    section.home-content .photo {
        position: relative;
        height: 80vh;
        width: auto;
    }
    article.content img {
        max-width: 100%;
        height: auto;
    }
    section.home-content .photo .corner {
        width: 80vh;
        padding-bottom: 80vh;
    }
    section.services {
        background-image: none;
    }
    section.services h3 {
        margin-bottom: 25px;
    }
    footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b {
        margin: 0 10px 0 0;
    }
	footer.bottom {
    text-align: center;
}
.footer-title1 {
    text-align: center;
    display: table;
    margin: 0 auto 10px;
}
footer.bottom .social {
    margin-top: 6px;
}
.footer-title2 {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.open {
    float: none;
    margin-top: 12px;
	text-align: center;
	padding-bottom: 23px;
}
header.top.small .slogan p {
   
}
.address .bloc-adres {
    width: 100%;
}
@media only screen and (max-width : 480px) {


	header.top .slogan p {
    margin: 43px;
    font-size: 19px;
   
}
 header.top.big .slogan p {
    font-size: 22px;
    margin-bottom: 10px;
}
header.top.small .slogan p {
    margin: 11px;
    font-size: 21px;
}
article.content header.page-title h1 {
    font-size: 23px;
}
header.top .slogan a{
	padding: 13px 23px;
	font-size: 20px;
}
span.subtitle {

    font-size: 21px;
}

h2.tit1 {
    font-size: 24px;
}
section.services .slick-slider {
    padding: 0px 50px;

}
h1.title-box1 {
    font-size: 23px;
    line-height: 36px;

}
    section.home-content .photo .corner {
        width: 90%;
        padding-bottom: 90%;
    }
    article.content #AllNews {
        padding-top: 10px;
    }
    article.content #AllNews .Item {
        display: grid;
        grid-template-columns: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    article.content #AllNews .Item .photo,
    article.content #AllNews .Item .photo.nophoto {
        height: 150px;
    }
    article.content #AllNews .Item figcaption h3 {
        margin-top: 10px;
    }
	section.services .box h2{
	font-size:20px;
}
    footer.bottom .footer-wrapper {
        grid-template-columns: 100%;
    }
    footer.bottom .social {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 0;
		margin-top: -23px;
    }
	.footer-title1 h2 {
    margin-top: -25px;

}
.open {
    margin-top: -16px;
	padding-bottom: 23px;
}
	h2, .h2 {
    font-size: 30px;
    line-height: 34px;
}
}