/*
Wireframe: 26
Version: 1.0
Update: 2020.03.04
*/

/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigation
    ## Superfish
    ## Mobile navigation
--------------------------------------------------*/
@font-face {
    font-family: 'arima_maduraiblack';
    src: url('fonts/arimamadurai-black-webfont.woff2') format('woff2'),
         url('fonts/arimamadurai-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arima_maduraibold';
    src: url('fonts/arimamadurai-bold-webfont.woff2') format('woff2'),
         url('fonts/arimamadurai-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arima_maduraiextrabold';
    src: url('fonts/arimamadurai-extrabold-webfont.woff2') format('woff2'),
         url('fonts/arimamadurai-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arima_maduraimedium';
    src: url('fonts/arimamadurai-medium-webfont.woff2') format('woff2'),
         url('fonts/arimamadurai-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arima_madurairegular';
    src: url('fonts/arimamadurai-regular-webfont.woff2') format('woff2'),
         url('fonts/arimamadurai-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*--------------------------------------------------
# Fonts
--------------------------------------------------*/

/*--------------------------------------------------
# General
--------------------------------------------------*/
#Language {
    position: relative;
    margin: 0px auto;
}
#Language a {
    padding: 10px;
    background-color: aliceblue;
    text-decoration: none;
    text-transform: uppercase;
}
#Language a:hover,
#Language a.selected {
    background-color: #1a80b5;
    color: #ffffff;
}

.is-sticky header.top #Language {
    position: absolute;
    margin-top: -9px;
    z-index: 555;
}
.is-sticky header.top #Language a{
	float: left;
	clear:both;
	padding: 6px;
	margin-top: -3px;
}

body {
    background:#e1f3fa;
    color: #fff;
    font-family: 'arima_madurairegular';
    font-size: 15px;
    line-height: 1.5em;
}
a {
    color: #e95e0c;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}

.image-right {
    float: right;
    margin: 0 0 10px 20px;
}
.image-left {
    float: left;
    margin: 0 20px 10px 0;
}
 .container{
    max-width: 1202px!important;
    width: 100%;
    position: relative;
    }
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    text-transform:uppercase;
    font-family: 'arima_maduraiextrabold';
    letter-spacing: 2px;
    text-shadow: none;
	font-weight:normal;
}
h1 {
    font-size: 35px;
	color:#e95e0c;
}
h2 {
  font-size: 21px;
	color:#fff;
}
h3 {
 font-size: 20px;
	color:#fa9457;
}
h4 {
 font-size: 19px;
	color:#fff;
}
h5 {
    font-size: 18px;
	color:#fa9457;
}
h6 {
 font-size: 17px;
	color:#fa9457;
}
hr {
	border-color: #666;
}

header.top {
    top: 0;
    z-index: 3;
    padding: 9px 0 0px;
    height: 178px;
    width: 100%;
    position:relative;
}
div#sticky-wrapper {
    position: absolute!important;
    width: 100%;
	height: 178px;
}

.is-sticky header.top .header-grid {/* height: 95px; */}
header.top  .logo {
	float:left;
	position:relative;
    transform-origin: left top;
    transition: all .8s;
    transition-delay: .1s;
}
.is-sticky header.top{
    background: #e1f3faed;
    height: 95px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    }
.is-sticky header.top .logo{transform: scale(.5);}

.is-sticky .container {height: 95px;}

header.top .header-grid .logo a {
    text-decoration: none;
  
}
header.top .header-grid .don{position:absolute;top:58px;right: 0px;width: 250px;height:54px;line-height: 55px;padding-left: 50px;text-transform:uppercase;color: #FFE;font-size: 15.6px;font-family: 'arima_maduraibold';background: url(../images/don.png) top left no-repeat;}


@keyframes donSticky{
    0%{background: #e07f44 url(../images/don.png) top center no-repeat;}
    50%{background: #e07f44 }
    100%{background: #e07f44 url(../images/don.png) top center no-repeat;}
}
.is-sticky header.top .don{top:16px;animation: donSticky 1.5s infinite;}

header.top .header-grid .don:hover{ color:#000;}
.main-nav {
float: right;
    margin-top: 58px;
    height: 54px;
    background: #e1f3fa;
    width: 84%;
    position: relative;
    padding-right: 216px;
}
.is-sticky header.top .main-nav{margin-top: 16px;background: no-repeat;}
.main-nav:before{
    position: absolute;
    left: -34px;
    top: 0px;
    width: 50px;
    height: 100%;
    content: '';
    background: #e1f3fa;
    z-index: -1;
    }
.is-sticky .main-nav:before {
   
    background: #e1f3fa00;

}
header.top .header-grid .mobile-nav {
    display: none;
    font-size: 2em;
}

.banner {
    position: relative;
    height: 500px;
}


.banner.small-size {
    height: 400px;
}
.contactPage .banner.small-size {
    height: 450px;
}
.banner #slideshow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


@keyframes slide-in {
    100% {
        transform: translate(-50%, -50%);
    	opacity: 1;
    }
}
@-webkit-keyframes slide-in {
    100% {
        transform: translate(-50%, -50%);
    	opacity: 1;
    }
}
.banner .NewsItemBackground {
    height: 100%;
    background: center no-repeat;
    background-size: cover;
}
.banner.small-size .box_googlemapsv2 {
    height: 100%;
    /* filter: grayscale(100%); */
}
.banner #slideshow .prev,
.banner #slideshow .next {
    z-index: 1;
    opacity: 1;
    background: none;
    padding: 0px 0px;
    width: 13px;
	height:42px;
    font-size: 0px;
    transition: padding .4s;
	top: 67%;
}
.fa-chevron-left:before{  width: 13px;
	height:42px;}
.banner #slideshow .prev {
    text-align: right;
	background:url(../images/precedant.png) no-repeat;
	right: 22.5%;
	left: auto;
}
.banner #slideshow .next {
    text-align: left; background:url(../images/suivant.png) no-repeat;

		right: 19.5%;
}
.banner #slideshow .prev .fa-chevron-left:before{ content:''; }
.banner #slideshow .next .fa-chevron-left:before{ content:'';}
.banner #slideshow .prev:hover {
    padding-right: 10px;
}
.banner #slideshow .next:hover {
    padding-left: 10px;
}
.banner .container {
    position: relative;
	height:100%;
	pointer-events: none;
}
.table-page tr:nth-child(n) {
    background: none;
}
.table-page tr:nth-child(2n) {
    background: #95cade;
}
.table-page td {

    padding: 10px 10px;
}
.table-page tr {
    border-bottom: 1px dashed #231f20;
}
.banner .slogon{
    bottom: 28%;
    position: absolute;
    left: 15px;
    width: auto;
    z-index: 1;
    pointer-events: auto;
    text-align: left;
    font-family: 'arima_madurairegular';
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: none;
    padding: 15px;
    background: #0000005e;
    display: none;
}

.diy-slideshow figure figcaption{
    bottom: 6% !important;
    left: 15px;
    max-width: 100% !important;
    z-index: 1;
    pointer-events: auto;
    text-align: center;
    font-family: 'arima_madurairegular';
    font-size: 18px !important;
    line-height: 1.5em !important;
    color: #fff;
    letter-spacing: 2px;
    text-transform: none;
    padding: 15px !important;
}
.banner.small-size .slogon {
    bottom: 20%;
}
.banner .slogon h2{
    font-family: 'arima_maduraiblack';
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 13px;
    letter-spacing: 0px;
}

section.boxes {
    position: relative;
    z-index: 1;
    margin-top: 0px;
    display: grid;
    display: flex;
    justify-content: space-around;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    text-align: left;
}
section.boxes.payements{
	/* margin-left: -45px; */
}
section.boxes.payements div[class*="box"] .info {
    position: relative;
    background: #e07f44;
}
section.boxes a{ color:#fff; text-decoration:none;}
section.boxes div[class*="box"] {position: relative;height: 248px;display: grid;grid-template-rows: 1fr auto auto 1fr;letter-spacing: 0px;font-size: 12px;transform: translate3d(0,0px,0);color: #fff;letter-spacing:2.3px;line-height: 24px;text-align: center;width: 364px;}
section.boxes.payements div[class*="box"]{max-height: 290px;height: 100%;}
section.boxes div[class*="box"]:hover {}

section.boxes .box01 {

}
section.boxes .box02 {
	margin-left:4px;
}
section.boxes .box03 {
	float:right;
}
section.boxes div[class*="box"]  .img{ position:relative; width:100%; height:100%;}
section.boxes div[class*="box"]  .img img{position:relative;width: 100%;height: 100%;z-index:3;}
section.boxes.payements div[class*="box"] .img img{
    width: 50%;
    margin-top: 10%;
    height: auto;
}
section.boxes.payements div[class*="box"] .img:before{opacity: .2;}
section.boxes div[class*="box"]  .img:before{position:absolute;z-index:4;left:0px;width:100%;top:0px;height:100%;min-height: 255px;background:url(../images/before-img.png) no-repeat;content:'';background-size: cover !important;}
section.boxes div[class*="box"]:hover  .img:before{background:url(../images/before-img-h.png) no-repeat;opacity: .2;}
section.boxes div[class*="box"]  .info{position:absolute;z-index:5;left:0px;right:0px;width:100%;margin:0 auto;top: 55%;}
section.boxes div[class*="box"] h2{
  font-family: 'arima_maduraibold';
    margin: 0 0 0px;
    font-size:22px;
    text-transform:uppercase;
    color: #fff;
	letter-spacing:0px;

	
}
section.boxes div[class*="box"] p {
    margin: 0;
	margin-top: 0px;
}
section.boxes div[class*="box"] a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .6s;
}
section.boxes div[class*="box"] a:hover {
    opacity: 1;
}
.bg{ background:#e1f3fa;}
main.content-wrapper {
position: relative;
padding: 55px 0px 120px;

}

main.content-wrapper header.page-title {
    text-align: center;
    margin-bottom: 55px;
}
main.content-wrapper header.page-title h1 {
	width:auto;
	display:inline-block;
    margin: 0;
}
main.content-wrapper header.page-title h1 span:first-child {
	position:relative;
 	width:auto;
	display:inline-block;
	padding:0px 25px;
	background:url(../images/bg-h-c.png) left center no-repeat, url(../images/bg-h-c.png) right center no-repeat;

	
}

.sub-title {
position: relative;
display: block;
color:#484f84;
letter-spacing:3px;
text-shadow: none;
margin-top: 0px;
font-family: 'arima_madurairegular';
font-size:24px;
text-transform:none;

}
main.content-wrapper .home-grid {
display: grid;
    grid-template-rows: 40px 1fr 50px;
    grid-template-columns: 1fr 30px 1fr;
    overflow-x: hidden;
}
main.content-wrapper .home-grid article.content {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    position: relative;
    z-index: 1;
    letter-spacing:1.5px;
    padding: 65px 35px 0px;
    background: #484f84;
    line-height: 1.8em;
    /*width: 60%;*/
}
.lire-plus {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    color: #484f84;
    display: block;
}
.lire-plus:hover{ background:#e95e0c; color:#fff;}
main.content-wrapper .home-grid figure.home-photo {
    grid-row: 1 / 4;
    grid-column: 2 / 4;
    background: url(../images/home-photo.jpg) center no-repeat;
    background-size: cover;
    min-height: 698px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    margin-left: 3px;
    z-index: 0;
    position: relative;
}
main.content-wrapper .contact-grid {
    display: grid;
    grid-template-columns: 4fr 3fr;
    grid-gap: 50px;
	background:#484f84;
	padding:50px;
}
main.content-wrapper .contact-grid .sub-title{ color:#fff;}
main.content-wrapper .contact-grid header.page-title {
    text-align: center;
    margin-bottom: 42px;
}
main.content-wrapper .contact-grid header.page-title::after {
    margin-left: 0;
}
article.content::after {
    content: '';
    display: block;
    clear: both;
}
article.content h1, article.content h2, article.content h3, article.content h4, article.content h5, article.content h6 {

}
.content-wrapper.content-wrapper2 article.content{padding:50px;background:#484f84;letter-spacing:1.5px;height: fit-content;}
.page-25 .content-wrapper.content-wrapper2 article.content{background: #484f8400;padding: 50px 0;}

article.content .don {
    width: 201px;
    height: 47px;
    line-height: 54px;
    padding-left: 60px;
    text-transform: uppercase;
    color: #FFE;
    font-size: 19px;
    font-family: 'arima_maduraibold';
    background: url(../images/don.png) left center no-repeat;
    margin: 15px 0;text-decoration:none;
}

article.content p {
    margin: 0 0 20px;
}
/*.pageTemplate.page-257 p,*/ .pageTemplate.page-258 p, .pageTemplate.page-259 p,.pageTemplate.page-257 h2, .pageTemplate.page-258 h2, .pageTemplate.page-259 h2, .pageTemplate.page-257 h3, .pageTemplate.page-258 h3, .pageTemplate.page-259 h3,
.pageTemplate.page-257 center, .pageTemplate.page-258 center, .pageTemplate.page-259 center{
    width: 48%;
}
article.content ul {
    list-style: outside disc;
    margin-left: 0;
    padding: 0;
}
.content-video {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.video {
    display: table;
    margin: 5px;
    padding: 5px;
}
article.content ul li {
list-style: none;
    background: url(../images/list-icon02.png) no-repeat 0 2px;
    padding-left: 20px;
}
article.content ul ul {
    list-style-type: circle;
}
article.content img.image-right,
article.content img.image-left {
    box-shadow: 10px -10px 0 #fff;
}
article.content .table-style {
    position: relative;
}
article.content .table-style th {
    background: #1c1c1c;
}
article.content .table-style th,
article.content .table-style td {
    border: 1px solid #666;
    padding: 2px 5px;
}
article.content .containerOpening .openingDay {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 150px;
}
article.content .containerOpening .openingDay::after {
    content: ': ';
}
article.content #AllNews {
}
article.content #AllNews figure.Item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 30px 1fr;
    grid-template-rows: 50px 1fr 50px;
    margin-bottom: 50px;
}
article.content #AllNews figure.Item .photo {
    grid-column: 1 / 3;
    grid-row: 1 / 4;
    position: relative;
    box-shadow: 0px 0px 0px rgba(255,255,255,.05);
    transition: box-shadow .4s;
}
article.content #AllNews figure.Item:hover .photo {
    box-shadow: 20px -20px 0px rgba(255,255,255,.05);
}
article.content #AllNews figure.Item .photo.nophoto {
    background: url(../images/news-nophoto.jpg) center no-repeat;
    background-size: cover;
    opacity: .5;
    box-shadow: 0px 0px 0px rgba(255,255,255,.1);
}
article.content #AllNews figure.Item:hover .photo.nophoto {
    box-shadow: 20px -20px 0px rgba(255,255,255,.1);
}
article.content #AllNews figure.Item .photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}
article.content #AllNews figure.Item figcaption {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    z-index: 5;
    background: #1c1c1c;
    padding: 30px;
    color: #fff;
}
article.content #AllNews figure.Item figcaption h3 {
    margin: 0 0 15px;
}
article.content #AllNews figure.Item figcaption h3 span {
     font-family: 'arima_madurairegular';
    font-size: .6em;
    line-height: 1em;
}
article.content #AllNews figure.Item figcaption h3 span:last-child {
   font-family: 'arima_madurairegular';
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 300;
}
article.content #AllNews figure.Item figcaption a.button {
    display: inline-block;
    font-family: 'Lato', sans-serif;
	font-size: 1em;
    font-weight: normal;
	background: #ffe877;
	line-height: 1em;
	text-transform: uppercase;
    color: #000;
    padding: 10px 30px;
    text-decoration: none;
    transition: background .4s;
}
article.content #AllNews figure.Item figcaption a.button::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
}
article.content #AllNews figure.Item:hover figcaption a.button {
	background: #e95e0c;
	 color: #fff;
}
main.content-wrapper .contact-grid article.content .phone-responsive {
    display: none;
}

.homeTemplate section.newsletter {
    padding: 100px 0;
    text-align: center;
    background: url(../images/bg-spacer.jpg) fixed no-repeat center;
    background-size: cover;
}
.homeTemplate section.newsletter .container {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.homeTemplate section.newsletter .container h3 {
    margin-top: 0;
}
.homeTemplate section.newsletter .container h3 ~ div {
    padding-left: 30px;
    padding-right: 30px;
}

section.actu {position: relative;padding: 89px 0 20px;margin-top: 40px;text-align: center;font-size: 15px;letter-spacing: 2px;color: #fff;background:url(../images/bg-box.jpg)top center no-repeat;background-size: cover;background-size: cover;min-height: 386px;text-align: center;}
.box-actu{ position:relative; width:100%;     padding: 38px 20px 20px 20px; text-align:center; background:url(../images/bg-content-box.png) top center no-repeat #1b2a4a;  min-height:205px;}

section.actu h2{ font-size: 25px;
text-transform: uppercase;
color: #e95e0c;
text-align:center;
letter-spacing: 0.5px;
display: inline-block;
margin-top:0px;
width:auto;
padding:0px 25px;
background:url(../images/bg-h-c.png) left center no-repeat, url(../images/bg-h-c.png) right center no-repeat;
margin-bottom:10px;
}

section.actu a{ text-decoration:none; color:#fff;}
section.actu a:hover{ text-decoration:none; color:#fff;}
section.actu .box-actu:hover h2{ color:#fff; }
   section.actu .social p{ float: left;
    margin-bottom: 0px;
    width: auto;
    display: inline-block;}
section.actu .social{
    width: 262px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 35px;
    margin-top: 15px;
    display: table;
    }
section.actu .social .fb{
    position: relative;
    width: 35px;
    height: 35px;
    margin-left: 12px;
    background: url(../images/fb.png) top center no-repeat;
    float: left;
    }
section.actu .social .instagram,
section.actu .social .youtube{ position:relative; width:35px; height:35px; margin-left:0px; background:url(../images/instagram.png) top center no-repeat; margin-left:10px; float:left;}
section.actu .social .youtube{background:url(../images/yt.png) top center no-repeat;}
section.actu .social .fb:hover,
section.actu .social .instagram:hover,
section.actu .social .youtube:hover{background-position: bottom center; transition: all .4s;}
section.realisations {
    position: relative;
   padding:75px 20px 25px;
   background:#e95e0c;
   background-size:cover;
   color:#fff;
   text-align: center;
   min-height:673px;
}


section.realisations h2{font-size:30px;
text-transform:uppercase;
color:#fff;       font-family: 'arima_maduraiblack'; text-align:center; position:relative; margin-top:0px; margin-bottom:50px;  margin-top:0px; position:relative; }
section.realisations h2:before{     position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 65px;
    height: 127px;
    content: '';
    background: url(../images/bg-h-gall.png) no-repeat;
    top: -42px;}
section.realisations #Gallery {
    position: relative;
    min-height: 0 !important;
    /*
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    */
}

.highslide-caption strong{font-size:25px;color: #e07f44;padding-top: 20px;display: block;}
section.realisations #Gallery .highslideContainer {
    position: relative;
    float: none;
    padding: 0 12px;
    opacity: 1 !important;
}
section.realisations #Gallery .highslideContainer .highslide {
   display: block;
position: relative;
border:3px solid #fff;
}
section.realisations #Gallery .highslideContainer .highslide::after {content: 'Voir plus';position: absolute;left: 0;right: 0;top: 52%;bottom: 0;font-size: 14px;font-weight: 700;color: #fff;text-transform: uppercase;text-decoration: underline;letter-spacing: 2px;opacity: 0;margin: 0 auto;width: 84px;}
section.realisations #Gallery .highslideContainer .highslide:hover::after { opacity:1;}
section.realisations #Gallery .highslideContainer .highslide::before {
    content: '';
    position: absolute;
    left: 6px;
    right: 6px;
    top: 8px;
    bottom: 8px;
    background: url(../images/hover.png) center 45% no-repeat rgba(255,255,255,0.69);
    opacity: 0;
}
section.realisations #Gallery .highslideContainer .highslide:hover::before { opacity:1;}
section.realisations #Gallery .highslideContainer .highslide img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center left;
    transition: object-position .6s;
}
section.realisations #Gallery .highslideContainer .highslide:hover img {
    object-position: center right;
}

section.realisations #Gallery .slick-track {
    padding-top: 30px;
}
section.realisations #Gallery .slick-slide:nth-child(odd) {
    margin-top: -30px;
}
section.realisations2 #Gallery .highslideContainer .highslide img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center left;
    transition: object-position .6s;
}
section.realisations2 #Gallery {
    position: relative;
    min-height: 0 !important;

}
section.realisations2 #Gallery .highslideContainer .highslide-caption{ display:block;}


section.realisations3 #Gallery .highslideContainer .highslide img {
height: 380px;
    object-fit: cover;
    object-position: center left;
    transition: object-position .6s;
    float: left;
}
section.realisations3 #Gallery {
    position: relative;
    min-height: 0 !important;

}
section.realisations3 #Gallery .highslideContainer .highslide-caption{
    display: inline-block;
    position: relative;
    width: 67%;
    line-height: 2em;
    float: right;
    text-align: justify;
    padding-right: 30px;
    }

section.brands {
	position: relative;

	padding: 50px 0;
	text-align: center;
	padding: 0px 0 50px;
}
section.brands > div > img {
	display: none;
}
section.brands .slick-slide img {
	display: inline-block;
	width: auto;
	height: 98px;
}
footer.bottom {/* z-index: 12; */position: relative;background:url(../images/bg-footer.jpg)center center no-repeat;background-size: cover;padding: 87px 0px 30px;text-align: left;min-height: 465px;margin-top: 0px;}
footer.bottom .contact {
    position: relative;
    display: table;
    margin: 0 auto;background:url(../images/sep-contact.png) top center no-repeat #a5bed0;
	width: 382px;
}
footer.bottom .contact::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    z-index: -1;
    transition: transform .8s;
}
footer.bottom .contact:hover::after {
    transform: translate(30px, -30px);
	    background: rgba(165,190,208,0.4);
}
footer.bottom .contact .wrapper {position: relative;padding: 28px 25px 15px 25px;font-weight: normal;text-align: center;/*z-index: 2*/;font-size: 15px;letter-spacing: 0px;color: #000;line-height: 20px;text-shadow: 0px 0px 0px #000;}
footer.bottom .contact h2 {
font-size: 24px;
    text-transform: none;
    color: #484f84;
    font-family: 'arima_madurairegular';
    letter-spacing: 5px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 30px;


}
footer.bottom .titrh2{ text-transform:uppercase; color:#e95e0c; font-size:30px;font-family: 'arima_maduraiextrabold'; letter-spacing:0px;}
footer.bottom .contact .bloc1 {

}
footer.bottom .contact .bloc2 {

margin-top: 10px;

}
footer.bottom .contact .bloc3{
		margin-top:10px;
}
footer.bottom .contact .phone-responsive {
    display: none;
}
footer.bottom .social{
    width: 216px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    color: #000;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 27px;
    margin-top: 15px;
    display: table;
    }
	footer.bottom .social p{ float: left;
    margin-bottom: 0px;
    width: auto;
    display: inline-block;}
footer.bottom .social .fb, .fb{
    position: relative;
    width: 27px;
    height: 27px;
    margin-left: 7px;
    background: url(../images/fb-footer.png) top center no-repeat;
    float: left;
    transition: all .4s;
    }
footer.bottom .social .instagram, .instagram,
footer.bottom .social .youtube{position:relative;width:27px;height:27px;margin-left:0px;background:url(../images/instagram-footer.png) no-repeat;margin-left:10px;float: left;transition: all .4s;}
footer.bottom .social .youtube{background:url(../images/yt-footer.png) no-repeat;}
footer.bottom .social .fb:hover,
footer.bottom .social .instagram:hover,
footer.bottom .social .youtube:hover{/* opacity:0.75; */background-position: bottom center;}
footer.bottom .contact .googlemaps_v2 label.modal-label{ text-decoration:none;color:#e95e0c;text-shadow: 0px 0px 0px #e95e0c;}
footer.bottom .contact .googlemaps_v2 label.modal-label:hover{ text-decoration:none; color:#000;text-shadow: 0px 0px 0px #000}
footer.bottom .contact a{ text-decoration:none; color:#e95e0c;text-shadow: 0px 0px 0px #e95e0c;}
footer.bottom .contact a:hover{ text-decoration:none; color:#000;text-shadow: 0px 0px 0px #000;}



a#scrollTopBtn {
bottom: 35px;
left: auto;
right: 0;
transform: translateX(-50%);
border-radius: 0;
font-size: 1.5em;
}
#footerSlideButton {
    right: 10px!important; color:#000!important}

.map-projet{
    max-width: 300px;
    width:100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: 20px !important;
    float: right;
    clear: both;
}


/*NEWS*/
/*SEARCHBAR*/
.ui-menu.ui-autocomplete {
    list-style: none;
    margin: 0;
    padding: 5px;
    z-index: 100;
    background: rgba(255,255,255,.9);
}
.ui-menu.ui-autocomplete .ui-menu-item {
    width: auto;
    color: #000;
    border: none;
    cursor: pointer;
    line-height: 2em;
    font-size: .9em;
    transition: background .4s, color .4s;
}
.ui-menu.ui-autocomplete .ui-menu-item + .ui-menu-item {
    border-top: 1px solid #484f84;
}
.ui-menu.ui-autocomplete .ui-menu-item:hover {
    background: var(--gold-color);
    color: #e07f44;
}
.ui-menu.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    padding: 0px 10px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*NEWS Items*/
#news-items > .news-item .news-item-wrapper h3.news-item-title .news-item-sub-title {
    font-size: .7em;
}
#news-categories .news-category-list.active {
    text-decoration: none ;
    background-color: #e07f44 !important;
    color: #fff !important;
}
#news-categories .news-category-list {
    border-radius: 0px !important;
    transition: background-color .4s;
    text-decoration: none;
    font-weight: 600 !important;
}
#news-items > .news-item {
    padding: 15px 15px 0;
    background: #5c639e;
    margin: 0 0 10px;
    transition:.5s;
}
#news-items > .news-item:hover {
    background: #6d72a2;
     transition:.5s;
}
article.content .searchForm {
    margin-bottom: 20px;
    width: auto;
}
article.content .searchForm .container-Search {
    background: url(../images/search-dots.png) repeat;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
}
article.content .searchForm input#tags {
    border: 1px solid #e07f44;
    padding: 8px 10px;
    min-width: 55%;
    color: #000;
    outline: none;
}
article.content .searchForm input#BtnSearch {
    background: url(../images/search-blog.jpg) no-repeat center center;
    width: 41px;
    height: 40px;
    float: none;
    right: 0;
    margin-left: 0;
    transition: all .6s;
    outline: none;
    border: 1px solid #e07f44;
}
article.content .searchForm {
    margin-bottom: 20px;
    width: auto;
}
main.content-wrapper .content-blog a.print {
    display: inline-block;
    margin: 30px 0;
    background: #e95e0c;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    box-shadow: 0 5px 30px rgba(0,0,0,.25);
    transition: all .6s;
    z-index: 100;
    text-decoration: none;
}
a.print.print2 {
    right: 0;
    position: absolute;
    top: -42px;
    margin: 0 !important;
}
main.content-wrapper .content-blog a.print:hover {
    background: #1a80b5;
}
main.content-wrapper .backNews {
    text-align: right;
    margin-top: 4px;
}
main.content-wrapper a.back {
    background: #e95e0c;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    transition: background .6s;
}
main.content-wrapper a.back:before {
    opacity: 0;
}
main.content-wrapper a.back:hover {
    background:  #1a80b5;
    color: #fff;
    text-decoration: none;
}
main.content-wrapper a.back i {
    margin-right: 10px;
}
main.content-wrapper #ContainerBlockSocial a.at300b:before {
    opacity: 0;
}
main.content-wrapper #ContainerBlockSocial a.at300b span {
    background: none;
    background: #e95e0c;
    color: #fff;
    text-align: center;
    transition: all .6s;
}
main.content-wrapper #ContainerBlockSocial a.at300b span:hover {
    background: #1a80b5;
}
main.content-wrapper #ContainerBlockSocial a.at300b span.at15t_email:before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
	content: '\f0e0';
}
main.content-wrapper #ContainerBlockSocial a.at300b span.at15t_facebook:before {
    font-family: "Font Awesome 5 Brands"; 
    font-weight: 400;
	content: '\f39e';
}
main.content-wrapper #ContainerBlockSocial a.at300b span.at15t_twitter:before {
    font-family: "Font Awesome 5 Brands"; 
    font-weight: 400;
	content: '\f099';
}
main.content-wrapper #ContainerBlockSocial a.at300b span.at15t_linkedin:before {
    font-family: "Font Awesome 5 Brands"; 
    font-weight: 400;
	content: '\f0e1';
}
main.content-wrapper #ContainerBlockSocial a.at300b span.at15t_pinterest_share:before {
    font-family: "Font Awesome 5 Brands"; 
    font-weight: 400;
	content: '\f231';
}
header > div.date {
    color: #484f84;
}


/*NEWSINFO / Extra articles*/
section.modules article .NewsMasonry .NewsItem .newsInfo {
    padding: 15px;
    margin: 0 0 20px;
    background: #ffffff1a;
    transition:.5s;
}
#linked-articles div.NewsItem:hover .newsInfo{
    background: #ffffff2e;
}
section.modules article .NewsMasonry .NewsItem .newsInfo .date {
    color: #fff;
    position: relative;
    padding-bottom: 5px;
    opacity: .6;
}
section.modules article .NewsMasonry .NewsItem .newsInfo .date::after {
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f68824;
}
section.modules article .NewsMasonry .NewsItem .newsInfo .date i {
    margin-right: 5px;
}
section.modules article .NewsMasonry .NewsItem .newsInfo h5.news-title {
    margin: 15px 0;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
}
section.modules.modules-intern article .NewsMasonry .NewsItem .newsInfo h5.news-title {
    min-height: 70px;
}
section.modules article .NewsMasonry .NewsItem .newsInfo h5.news-title span.subtitle {
    font-weight: normal;
    font-size: 16px;
}
section.modules article .NewsMasonry .NewsItem .newsInfo p {
    color: #333;
}
section.modules article .NewsMasonry .NewsItem .newsInfo span.readmore {
    background: #e07f44;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    transition: all .6s;
}
section.modules article .NewsMasonry .NewsItem:hover .newsInfo span.readmore {
    background: #f68824;
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
section.modules article .NewsMasonry .NewsItem a.linkNews {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}



/*RESPONSIVE*/    
@media only screen and (max-width : 1202px) {.container{ width:100%!important; }
section.boxes div[class*="box"] {
    margin: 0 auto;
    float: none;

}


    .fullsite {
        overflow-x: hidden;
    }
	section.boxes div[class*="box"] {


    font-size: 14px;
	letter-spacing: 0.5px;
}
section.boxes {
    grid-gap: 3px;}

	.sf-menu a {
  padding: 0px 0px 0px !important;
font-size: 14px !important;}

header.top .header-grid .logo {

    left: 15px;
	max-width:237px;
}
header.top .header-grid .logo img{ width:100%;}
footer.bottom {

background-size: cover;}
section.boxes div[class*="box"] .img:before {
    background-size: contain;
}
section.boxes div[class*="box"]:hover .img:before {
    background-size: contain;
}

}
@media only screen and (max-width : 1199px) {
	.main-nav {
    width: 82%;}	
    .sf-menu a {
  padding: 0px 0px 0px !important;
font-size: 11px !important;}

    section.boxes {
		/* display: grid; */
		/* grid-template-columns: repeat(2, 1fr); */
		/* grid-gap: 32px; */
		display: flex;
	}
	section.boxes.payements div[class*="box"]{
		margin: 0 auto;
	}
}

@media only screen and (max-width : 1111px) {
	header.top .header-grid nav.main-nav {
        display: none;
    }
    header.top .header-grid .mobile-nav {
        display: block;
        text-align: center;
        float: right;
        margin-top: 55px;
    }
header.top {
    background: #e1f3fa;
	padding-bottom: 10px;
}
header.top .header-grid .logo {
    left: 15px;
	max-width:130px;
}
header.top .header-grid .don {
    top: 30px;
    left: 45px;
    margin: 0 auto;
    font-size: 0;
    width: fit-content;
    background-position: left;
    top: 40px;
    animation: none;
    background: #e07f44 url(../images/don.png) top left no-repeat;
}
.is-sticky header.top .header-grid .don{
    top: 12px;
}
}
@media only screen and (max-width : 1023px) {
.slick-next {
    right: 5%!important;
}

}
@media only screen and (max-width : 991.98px) {


    section.boxes {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

.social {
    float: none;

    margin: 0 auto;
        margin-top: 0px;
    margin-top: 40px;
}
	section.boxes {
    grid-gap: 65px;
}
		section.boxes div[class*="box"] h2 {
    margin: 0 0 10px;
    font-size: 18px;}


    main.content-wrapper .home-grid {
        grid-template-columns: 4fr 30px 3fr;
    }
    main.content-wrapper .contact-grid {
        grid-template-columns: 1fr;
        padding: 20px;
    }
		header.top .header-grid .logo {display: block;left: 15px;top: 5px;/* max-width: 200px; */}
		.is-sticky header.top .header-grid .logo {top: 10px;}
		.is-sticky header.top .header-grid .mobile-nav {
			margin-top: 25px;
		}

	header.top .header-grid .mobile-nav {
 
    text-align: center;
}
section.boxes {
    grid-template-columns: repeat(1, 1fr);}
		section.boxes div[class*="box"] {
float: none !important;
    max-width: 364px;
    margin: 0 auto;
    height: 248px;
}
section.news #AllNews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);}
header.top {
    top: 0;
    z-index: 2;
    padding: 9px 0 0px;
    height: 154px;
    }
    .banner.small-size .box_googlemapsv2 {
   margin-top: 152px;
}
}
@media only screen and (max-width : 767.98px) {
    iframe {
        width: 100%;
    }
    .diy-slideshow figure figcaption{
        line-height:1.2em !important;
    }
	header.top .header-grid .mobile-nav {
		margin-top: 30px;
    }
	.banner .cta .number-responsive {
    display: block;
}
.titrr {
    display: none;
}.banner .cta .number {
    display: none;}
	.tel-r{}
    .image-left, .image-right {
        float: none;
        margin: 20px auto;
        display: block;
        max-width: 100%;
    }
    main.content-wrapper .contact-grid article.content .phone {
        display: none;
    }
    main.content-wrapper .contact-grid article.content .phone-responsive {
        display: inline-block;
    }
    footer.bottom .contact .phone {
        display: none;
    }
    footer.bottom .contact .phone-responsive {
        display: inline-block;
    }

	section.news #AllNews {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px 80px;}
main.content-wrapper {
    padding: 50px 0px 57px;
}
.content-wrapper.content-wrapper2 article.content{
	padding: 50px 20px;
}
.box-actu {
padding: 59px 10px 20px 10px;
text-align: center;
    min-height: auto;
}


.sub-title {
    font-size: 32.62px;}
	.banner .cta {
    bottom: 30%;

width: 95%;    font-size: 22px;

    letter-spacing: 3.5px;

}header.top .header-grid .logo {
    left: 0px;
    max-width: 100px;
}
header.top .header-grid .don {
    left: 15px;
    margin: 0 auto;
}
	header.top .header-grid .don{
    left: 15px;
    margin: 0 auto;
    top: 10px;
    padding: 0;
    width: 61px;
    }
	.banner #slideshow .prev, .banner #slideshow .next{ display:none;}
	header.top {
    height: 95px;
    }
.is-sticky header.top .logo {
      transform:none;
      top: 5px !important;
}
}
@media only screen and (max-width : 480px) {	header.top {
    height: 100px;}
	header.top .header-grid .don {
    /* width: 137px; */
    /* padding-left: 50px; */
    /* font-size: 12px; */
    /* background: url(../images/don.png) left center no-repeat; */
}
	header.top .header-grid .logo {
    left: 0px;
    max-width: 75px;
}
.is-sticky header.top .header-grid .logo{
    left: 20px;
}
    .banner #slideshow figure figcaption {
        font-size: 2.15em !important;
    }
    .banner #slideshow .prev, .banner #slideshow .next {
        width: 50px;
    }
    section.boxes {
        grid-template-columns: 1fr;
    }
    section.boxes div[class*="box"] .img:before{
    	min-height: 195px;
    }
    main.content-wrapper .home-grid {
        grid-template-columns: 3fr 3fr 1fr;
    }
    main.content-wrapper .home-grid article.content {
        padding: 20px;
        /*width: 100%;*/

    }
    main.content-wrapper .home-grid figure.home-photo {
        grid-column: 1 / 4;
        margin-left: 20px;
		min-height:auto;
    }

	header.top .header-grid .mobile-nav {text-align: center;float: right;margin-top: 22px;}
footer.bottom .contact {
  width: 289px;
}
footer.bottom .contact .wrapper {
    font-size: 13px;padding: 45px 15px 40px 15px;}
	section.boxes div[class*="box"] .plus {
    width: 119px;}

section.realisations h2 {
    font-size: 18px;}
	.banner .slogon {
    width: 90%;}
	section.actu h2 {
    font-size: 27px;}

}
@media only screen and (max-width : 400px) {	
section.boxes div[class*="box"] h3 {
   margin-bottom:5px;}
section.boxes div[class*="box"] h2 {
    font-size: 23px;}
	h1 {
    font-size: 17px;}
	.sub-title {
    font-size: 17px;}
	h2 {
    font-size: 17px;}
	section.boxes div[class*="box"] {
width: 285px;
    height: 185px;}
	.box-actu::before { display:none;}
	.box-actu::after { display:none;}
}

/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
    margin-top: 0px;
    transition: margin-top .6s;
	margin: 0 auto;
display: table;
}
.small .sf-menu {
	margin-top: 0;
}
.sf-menu ul {


}
.sf-menu a {
    position: relative;
    padding: 0px 0px 0px;
    text-decoration: none;
    color: #515659;
    font-size: 12.0px;
    line-height: 51px;
    height: 54px;
    font-family: 'arima_maduraimedium';
    text-transform: uppercase;
    margin-top: 0px;
    text-align: center;
    letter-spacing: 0px;
    border-top: 4px solid rgba(233,94,12,0);
    border-bottom: 1px solid rgba(233,94,12,0);
}

.sf-menu li:first-child { padding-left:0px; background:none;}

.sf-menu > li{padding: 0px 3px 0px 7px;background: url(../images/sep-menu.png) left center no-repeat;}
	   

	   
.sf-menu > li:last-child {

 padding-right: 0;
}
.sf-menu > li:first-child {
	border-left:none;
	background:none;
 padding-left: 0;
}
 .sf-menu > li a:hover:before,  .sf-menu > li.sfHover > a:before,
 .sf-menu > li.active > a:before, .sf-menu > li.selected > a:before {opacity:1;}

 .sf-menu > li a:hover,  .sf-menu > li.sfHover > a,
 .sf-menu > li.active > a, .sf-menu > li.selected > a {

position:relative;

color:#eb5801;
border-top:4px solid rgba(233,94,12,1);
border-bottom:1px solid rgba(233,94,12,1);


}





.sf-menu ul{    width: 100%;
    background: #e1f3fa;
    margin-top: 2px;
    margin-left: 0px;
}
.sf-menu li ul  {
    width: 120%;
    left: -8%;
}

.sf-menu ul li {
	border-bottom:1px solid rgba(0,0,0,0.3);

	background:none;
	border-left:none;
}
.sf-menu ul li:last-child { border-bottom:none;}

.sf-menu ul li a {
	padding: 10px 5px;
	text-transform:none;
	border-bottom:none;
	font-size: 15px;
	text-align:center;
	height:auto;
	line-height:1em;
	margin-top:0px;
	color:#515659!important;
	border-bottom:none!important;
	border-top:none;
	border-bottom:none;
}
.sf-menu ul li a:before {display:none;}
.sf-menu ul li a:hover, .sf-menu ul li.sfHover > a,
.sf-menu ul li.active > a, .sf-menu ul li.selected > a {
	color: #eb5801!important;
		border-bottom:none!important;
		background:none!important;
			border-top:none;
	border-bottom:none;
}


.sf-arrows .sf-with-ul {
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    /* margin-left: 10px; */
    position: absolute;
    left: 45%;
    bottom: -15px;
}

.sf-arrows ul ul {
  left: 100%;
}


.sf-arrows ul .sf-with-ul::after{
    left: 90%;
    bottom: 20%;
    transform: rotate(270deg);
}



/*--------------------------------------------------
## Mobile navigation
--------------------------------------------------*/
.site-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transform: translate3d(100%,0,0);
	transition: opacity 0.4s, transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Close Button */
.close-button {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #ccc;
	transition: background .4s;
}
.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-button:hover::before,
.close-button:hover::after {
	background: #d6791e;
}
/* Menu */
.menu-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background:#2d3953;
	box-shadow: 0 0 20px rgba(0,0,0,.8);
	padding: 40px 20px 20px;
	transform: translateX(-100vw);
	transition: transform 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu {
	transform: translateX(500px);
}
.mobile-menu > ul {
	display: block;
	transform: translateX(-1000px);
}
.mobile-menu,
.mobile-menu > ul {
	transition: transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
    font-size: .75em;
    letter-spacing: 0.2em;
}
.mobile-menu ul ul {
    font-size: 1em;
	background: rgba(0,0,0,.15);
	margin-top: 5px;
	margin-bottom: -5px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li:first-child {
	border-top: none;
}
.mobile-menu li {
	padding: 5px 0;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li {
	position: relative;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li::before {
	content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
	position: absolute;
	color: #fff;
	z-index: 5;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-menu a {
    text-transform: uppercase;
	padding: 5px 10px;
	display: block;
    color: #fff;
	text-decoration: none;
	transition: background .4s;
	font-size: 14px;
}
.mobile-menu a:hover, .mobile-menu .selected > a, .mobile-menu .active > a {
	background: #e95e0c;
	color:#fff;
}
.mobile-menu li li a {
	padding-left: 25px;
}
/* Shown menu */
.show-menu .menu-wrap {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu,
.show-menu .mobile-menu ul {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu ul {
	transition-duration: 0.9s;
}
.show-menu .site-overlay {
	opacity: 1;
	transition: opacity 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transform: translate3d(0,0,0);
}

fieldset.inlineLabels button.primaryAction {
    background: #e07f44 !important;
    border: none !important;
}
fieldset.inlineLabels button.primaryAction:hover{
    background: #fff !important;
    color: #202020 !important;
}


.gdpr_policy {line-height: 20px;margin: 10px 0;}
.contactForm .gdpr_policy label {
    width: 90%;
    margin: -5px 0 0 20px;
}
.contactForm .gdpr_policy input[type=checkbox] {
    position: absolute;
    margin-top: 5px;
}
form.contactForm .g-recaptcha{
    float: none;
}
@media only screen and (max-width : 480px) {
    .contactForm .gdpr_policy input[type=checkbox] {
        margin-top: 0px;
    }
/*submit btn*/
    .contact-submit,
    .contactForm .form-submit-button{
        width:100%;
    }
}
/*recaptcha*/
.contactForm .g-recaptcha {
    margin-bottom: 20px;
}
@media only screen and (max-width: 420px){
	.contactForm .g-recaptcha {
	    float: none;
	    margin-left: 0px;
	}
	.g-recaptcha * {
	    width: 100% !important;
	}
}



/*****Slider partenaires****/
.slide-partners{
  /* To avoid the whitespace   */
  font-size:0;
}
.slide-partners ul li{
  display: inline-block;
  list-style-type:none;
  width: 250px;
  height: 105px;
  line-height: 100px;
  color: rgba(255,255,255,0.3);
  font-size: 40px;
  font-weight: 600;
  border-radius: 10px;
  margin: 0 16px;
  text-align:center;
  transition: 1s;
  background: #e95e0b75;
}

.slide-partners ul li img{
	width: auto;
	height: 100%;
    max-width: 180px;
    max-height: 100px;
    height: auto;
}
.slide-partners{
  margin: 20px auto 0;
  width: 80%;
}
.slide-partners .wrapper{
  overflow: hidden;
  width: 100%;
  height: 104px;
  margin: 0 auto;
  text-align: center;
}
.slide-partners ul{
  width: 100%;
  position:relative;
  /* left: -282px; */
  padding-left: 0;
}

@media only screen and (max-width : 480px) {
    .slide-partners ul li{
        margin: 0 auto;
    }
}


/** pages DONs **/

.pageTemplate.page-259 img.qrcode{
    width:100px;
    height: auto;
    margin-left:1%;
}
.pageTemplate.page-259 img.qrcode:first-child{
    margin-left: 0;
}

.pageTemplate.page-257 .right-side,
.pageTemplate.page-258 .right-side,
.pageTemplate.page-259 .right-side{
    float: right;
    margin-bottom: 40px;
    width: 48%;
    margin-left: 3%;
}
.pageTemplate.page-257 .right-side div#NewsletterForm,
.pageTemplate.page-258 .right-side div#NewsletterForm,
.pageTemplate.page-259 .right-side div#NewsletterForm{
    background: #e07f448c;
    padding: 5px;
}
.pageTemplate.page-257 .right-side div#NewsletterForm h2,
.pageTemplate.page-258 .right-side div#NewsletterForm h2,
.pageTemplate.page-259 .right-side div#NewsletterForm h2{
    text-align: center;
}
.pageTemplate.page-257 .right-side div#NewsletterForm ol,
.pageTemplate.page-258 .right-side div#NewsletterForm ol,
.pageTemplate.page-259 .right-side div#NewsletterForm ol{
    list-style: none;
    padding-left: 9%;
}
.pageTemplate.page-257 .right-side div#NewsletterForm label.field-title ,
.pageTemplate.page-258 .right-side div#NewsletterForm label.field-title,
.pageTemplate.page-259 .right-side div#NewsletterForm label.field-title{
    width: 80px;
}

.pageTemplate.page-257 .right-side div#NewsletterForm label.field-title {width: 92px;}

.pageTemplate.page-257 .right-side div#NewsletterForm input ,
.pageTemplate.page-258 .right-side div#NewsletterForm input,
.pageTemplate.page-259 .right-side div#NewsletterForm input{
    width: 91%;
    font-family: 'arima_madurairegular';
    color: #fff;
    background: #e07f44;
    border: 0;
    padding: 8px;
    margin: 0 auto 8px;
}
.pageTemplate.page-257 .right-side div#NewsletterForm li.submit input ,
.pageTemplate.page-258 .right-side div#NewsletterForm li.submit input,
.pageTemplate.page-259 .right-side div#NewsletterForm li.submit input{
	width:124px;
	float:right;
	margin-right: 9%;
	background: #fff;
	color: #e95e0c;
}.pageTemplate.page-257 .right-side div#NewsletterForm li.submit input:hover ,
.pageTemplate.page-258 .right-side div#NewsletterForm li.submit input:hover,
.pageTemplate.page-259 .right-side div#NewsletterForm li.submit input:hover{
    background: #e95e0c;
    color: #fff;
}
.pageTemplate.page-257 .right-side div#NewsletterForm li.gdpr_policy input ,
.pageTemplate.page-258 .right-side div#NewsletterForm li.gdpr_policy input,
.pageTemplate.page-259 .right-side div#NewsletterForm li.gdpr_policy input{
    width: 20px;
}
.pageTemplate.page-257 .right-side div#NewsletterForm li.gdpr_policy ,
.pageTemplate.page-258 .right-side div#NewsletterForm li.gdpr_policy,
.pageTemplate.page-259 .right-side div#NewsletterForm li.gdpr_policy{
    width: 91%;
}
.pageTemplate.page-257 .right-side div#NewsletterForm li.gdpr_policy a ,
.pageTemplate.page-258 .right-side div#NewsletterForm li.gdpr_policy a,
.pageTemplate.page-259 .right-side div#NewsletterForm li.gdpr_policy a{
    color: #fff;
}

.pageTemplate.page-257 .contactForm,
.pageTemplate.page-258 .contactForm,
.pageTemplate.page-259 .contactForm{
    width: 48%;
    margin-left: 2%;
    margin-bottom: 4%;
    float: right;
    clear: both;
    position: absolute;
    right: 2%;
}

.pageTemplate.page-258 .contactForm,
.pageTemplate.page-259 .contactForm{
	position: relative;
	right:0;
}

input.btn-paypal-donate {
    background: url(../images/upload/logos-payements/donate-100-nothover.png) center center no-repeat;
    transform: scale(1.2);
}input.btn-paypal-donate:hover {
    background: url(../images/upload/logos-payements/donate-100-hover.png) center center no-repeat;
}

@media only screen and (max-width : 798px) {
    .pageTemplate.page-259 img.qrcode{
        width: 80px;
    }
}

@media only screen and (max-width : 640px) {
    .pageTemplate.page-259 img.qrcode{
        width: 32%;
    }
    
	.pageTemplate.page-257 .content-wrapper.content-wrapper2 article.content,
	.pageTemplate.page-258 .content-wrapper.content-wrapper2 article.content,
	.pageTemplate.page-259 .content-wrapper.content-wrapper2 article.content{
		display: flex;
		flex-direction: column;
	}
	.pageTemplate.page-257 .contactForm,
	.pageTemplate.page-257 .right-side,
	.pageTemplate.page-258 .contactForm,
	.pageTemplate.page-258 .right-side,
	.pageTemplate.page-259 .contactForm,
	.pageTemplate.page-259 .right-side{
		float:none;
		width:100%;
		margin-left: 0;
		position: relative;
		right: 0;
	}
	.pageTemplate.page-257 p, .pageTemplate.page-258 p, .pageTemplate.page-259 p, .pageTemplate.page-257 h2, .pageTemplate.page-258 h2, .pageTemplate.page-259 h2, .pageTemplate.page-257 h3, .pageTemplate.page-258 h3, .pageTemplate.page-259 h3{
		width: 100%;
	}
	.pageTemplate.page-257 .right-side,
	.pageTemplate.page-258 .right-side,
	.pageTemplate.page-259 .right-side{
		margin-top:10%;
	}

	/*.pageTemplate.page-257 .content-wrapper.content-wrapper2 article.content h3,
	.pageTemplate.page-258 .content-wrapper.content-wrapper2 article.content h3,
	.pageTemplate.page-259 .content-wrapper.content-wrapper2 article.content h3{
		order:5;
	}
	
	.pageTemplate.page-257 .content-wrapper.content-wrapper2 article.content h2,
	.pageTemplate.page-258 .content-wrapper.content-wrapper2 article.content h2,
	.pageTemplate.page-259 .content-wrapper.content-wrapper2 article.content h2,
	.pageTemplate.page-257 .content-wrapper.content-wrapper2 article.content p,
	.pageTemplate.page-258 .content-wrapper.content-wrapper2 article.content p,
	.pageTemplate.page-259 .content-wrapper.content-wrapper2 article.content p{
		order:4;
	}*/

}

@media only screen and (max-width : 480px) {
    .pageTemplate.page-259 img.qrcode{
        width: 70%;
        margin-left: 0;
    }
	.pageTemplate.page-257 .content-wrapper.content-wrapper2 article.content,
	.pageTemplate.page-258 .content-wrapper.content-wrapper2 article.content,
	.pageTemplate.page-259 .content-wrapper.content-wrapper2 article.content{
		padding: 50px 20px;
	}
	.banner {
		height: 500px;
	}
}

#news-popup {
    color: #000;
}
#news-popup a:hover{
    color:#586b73;
}


.video, video {
	/* float: right; */
	margin: 0 auto 20px;
	max-width: 480px;
	width: 100%;
	height: 270px;
}
/*Responsive*/
@media only screen and (max-width : 320px) {
	.video {
		height:164px;
	}
}

/*popup*/

@media only screen and (max-height : 680px) {
 .news-item-text video {
      width: auto;
      height: 100%;
    margin: 0 auto;
  }
}
.news-item-text video {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width : 580px) {
    #news-popup .popup-wrapper .popup-photo{min-height:150px !important;}
	#news-popup .popup-wrapper .popup-content {
	    /*overflow-y: scroll !important;*/
	    height: 60vh;
	}
}