/*
 Theme Name:   TEMPLATE CPL 2020
 Theme URI:    https://www.commparlimage.ca/
 Description:  Thème en développement
 Author:       Charles Bergeron
 Author URI:   https://www.commparlimage.ca
 Template:     blankslate
 Version:      1.0.0
 Text Domain:  templatecpl
*/

/********************************************************************************************************************/
/********************************************************************************************************************/

html{
	font-size: 12pt;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	text-decoration: none; 
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

ul li {
	list-style-type: none;
}


#human{display:none !important;}


html, body {
	width: 100%;
	height: 100%;
}

iframe {
	max-width: 100%;
}

/* INITIALISATION ***************************************************************************************************/

.table{display:table;}
.flex{display:flex;}

/********************************************************************************************************************/
/* Default WordPress image alignment classes */

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
    width: auto;
}

.aligncenter {
    float: none;
    margin: .5em auto .5em;
}

.alignright {
    float: right;
    max-width: 50%;
    margin: .5em 0 .5em 1em;
}

.alignleft {
    float: left;
    max-width: 50%;
    margin: .5em 1em .5em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

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

/********************************************************************************************************************/

.wrap{position:relative; margin:0 auto; width:1400px;}
.specialheight{min-height:760px;}
.color-text{color:var(--secondary-color);}
.bold{font-weight:700;}
.light{font-weight:300;}
.color-line{width:140px; height:10px; background-color:var(--my-color);}
.half{width:50%;}
.third{width:33%;}
.flex{display:flex;}

.dark-img-overlay{position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;}
.undershadow{
	position:absolute; width:100%; padding-bottom:7%; z-index:-1; bottom:auto;
	background:url(img/shadow-bg.png) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.anchor{position:relative; visibility:hidden; top:-150px; display:block;}

/********************************************************************************************************************/

.sous-titre{text-align:center; padding-bottom:100px;}
.sous-titre h2{font-size:48px; text-transform:uppercase;}
.sous-titre .color-line{margin:30px auto;}
.sous-titre p{font-size:24px; line-height:1.5; padding:0 40px;}
.sous-titre p:not(:last-child),
.sous-titre ul li{
	margin-bottom: 1rem;
}

.sous-titre ul {
	padding-left: 7.5rem;
}

.sous-titre ul li{
	list-style-type: disc;
	font-size: 24px;
	line-height: 1.5;
}

.sous-titre > p > a,
.text > p > a {
	color: var(--my-color);
}

.sous-titre > p > a:hover,
.text > p > a:hover {
	color: var(--secondary-color);
	text-decoration: underline;
}

/********************************************************************************************************************/

#nav{position:fixed; top:0; left:0; width:100%; z-index:1000; color:#fff;
	transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;}
	
#nav .menuicon{
	display:none; width:40px; height:40px; background:url(img/menuicon-w.png) no-repeat; background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#nav .top{position:relative; height:50px; padding-top:20px;}
#nav .top .table{position:relative; height:100%;}
#nav .top .table .left{display:table-cell; vertical-align:middle;}
#nav .top .table .left a{ vertical-align:middle; color:#fff; font-weight:400;-ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;}
#nav .top .table .left a:hover{color:var(--my-color);transition: all 0.4s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;}
#nav .top .table .left svg{display:inline-block; vertical-align:middle;}
#nav .top .table .left svg .phone-color{fill:var(--secondary-color);}
#nav .top .table .left .courriel img{padding:0 10px;}
#nav .top .table .right{display:table-cell; text-align:right; vertical-align:middle;}
#nav .top .table .right img{padding:0 5px; vertical-align:middle;}
/*#nav .top .table .right a{color:#fff;}*/
#nav .top .table .right a:hover{ opacity:0.7;}

.smicon{display:inline-block; background-repeat:no-repeat; min-height:17px; min-width:17px; margin:0 5px;}
.icon-facebook{background:url(img/icones/icone-facebook.png);}
.icon-twitter{background:url(img/icones/icone-twitter.png);}
.icon-youtube{width:24px; background:url(img/icones/icone-youtube.png);}
.icon-instagram{background:url(img/icones/icone-instagram.png);}
.icon-linkedin{background:url(img/icones/icone-linkedin.png);}

.icon-facebook-s{background:url(img/icones/icone-facebook-s.png);}
.icon-twitter-s{background:url(img/icones/icone-twitter-s.png);}
.icon-youtube-s{width:24px; background:url(img/icones/icone-youtube-s.png);}
.icon-instagram-s{background:url(img/icones/icone-instagram-s.png);}
.icon-linkedin-s{background:url(img/icones/icone-linkedin-s.png);}

.icon-pinterest{background:url(img/icones/icone-pinterest.png);}
.icon-skype{background:url(img/icones/icone-skype.png);}
.icon-twitch{background:url(img/icones/icone-twitch.png);}
.icon-vimeo{background:url(img/icones/icone-vimeo.png);}
.icon-whatsapp{background:url(img/icones/icone-whatsapp.png);}

.icon-email{width:21px; height:12px; background:url(img/icones/icone-email.png) no-repeat; display:inline-block; margin:0 5px;}

#nav .top .table .right a.profil{position:relative; width:17px; height:17px; display:inline-block; background:url(img/icones/icone-user.png) no-repeat; margin:0 5px 0 10px;}
#nav.scrolled .top .table .right a.profil{background:url(img/icones/icone-user-s.png) no-repeat;}

#nav .top .table .right a.shopping{position:relative; top:-5px; width:30px; height:30px; display:inline-block; vertical-align:middle; background:url(img/icones/cart.png) no-repeat; margin:0 5px;}
#nav.scrolled .top .table .right a.shopping{background:url(img/icones/cart-black.png) no-repeat;}

.cart-count{display:inline-block; position:absolute; top:-5px; right:-15px; width:20px; height:20px; background:#333; color:#fff; -webkit-border-radius: 50%; border-radius: 50%; text-align:center; line-height:22px; font-size:0.8em; font-weight:300;}

#nav.scrolled .cart-count{top:5px; right:-10px;}

#nav .bottom{position:relative; margin-bottom:45px; margin-top:40px;
	-ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;}
#nav .bottom .table{position:relative;}
#nav .bottom .table .left{display:table-cell;}
#nav .bottom .table .left:hover{opacity:0.7;}
#nav .bottom .table .left a.normal{display:inline-block;}
#nav .bottom .table .left a.scrolled{display:none;}
#nav .bottom .table .left span{height:55px; line-height:55px; color:#333; font-size:1.4em; font-weight:500; text-transform:uppercase; letter-spacing:0.04em;}
#nav .bottom .table .right{display:table-cell; text-align:right; vertical-align:middle;}

/* MENU */
#nav .bottom .table .right ul{display:inline-block; list-style:none;}
#nav .bottom .table .right ul > li{position:relative; display:inline;}
#nav .bottom .table .right ul > li.soumission > a{ padding:0 30px; background-color:var(--my-color); font-weight:400;}
#nav .bottom .table .right ul > li > a{
	position:relative; display:inline-block; height:55px; line-height:55px; color:#fff; text-transform:uppercase; font-size:1em; padding:0 15px;
	transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}
#nav .bottom .table .right ul > li:hover > a{
	background:#fff; color:#000;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
#nav .bottom .table .right ul > li > ul{
	display:none; position:absolute; top:38px; left:0; width:auto; background:var(--my-color); padding:10px 0; height:0; text-align:left;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.5); box-shadow: 0 3px 8px 0 rgba(0,0,0,0.5);
	transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}
#nav .bottom .table .right ul > li:hover > ul{
	display:block; height:auto;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
#nav .bottom .table .right ul > li > ul > li{position:relative; display:block;}
#nav .bottom .table .right ul > li > ul > li > a{
	white-space:nowrap; display:block; height:45px; line-height:45px; color:#fff; font-size:1em; padding:0 15px; border-bottom:2px solid var(--my-color);
	transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}
#nav .bottom .table .right ul > li > ul > li:hover > a{
	border-bottom:2px solid #fff;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
#nav .bottom .table .right ul > li > ul > li > ul.sub-menu{
	top: 0;
	left: 100%;
	background: var(--secondary-color);
	padding: 0;
	z-index: -1;
}
#nav .bottom .table .right ul > li > ul > li.menu-item-has-children > a{
	display: flex;
	align-items: center;
}
#nav .bottom .table .right ul > li > ul > li.menu-item-has-children > a::after{
	content: '';
	width: 12px;
	height: 12px;
	background: #fff;
	-webkit-mask: url(img/icones/menu-arrow.svg) no-repeat center center/contain;
	mask: url(img/icones/menu-arrow.svg) no-repeat center center/contain;
	margin-left: 10px;
	transform: rotate(-90deg);
}
#nav .bottom .table .right ul > li > ul > li.menu-item-has-children:hover > a::after{
	transform: rotate(90deg);
}
#nav .bottom .table .right ul > li:hover > a::after {
	background: #000 !important;
}

#nav .bottom .table .right .menuicon:hover{cursor:pointer;}

#nav .langue{display:inline-flex; align-items: center; justify-content: center; padding:8px; color: #000; background-color:#fff; vertical-align:middle; text-align:center; margin-left:20px;
	transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;}
#nav .langue:hover/*, .mobilemenu .langue:hover*/{background-color:var(--my-color); color:#fff;transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;}

#nav .langue::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 3px;
}

#nav .langue.lang-mobile-btn {
	display: none;
	vertical-align: middle;
	margin-right: 1rem;
}

/********************************************************************************************************************/
/* MENU SCROLLED */

#nav.scrolled{
	position:fixed; top:0; left:0; width:100%; z-index:1000; -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3); box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3); background-color:var(--scrollednav-color);
	transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in; color:#000;}
	
#nav.scrolled .menuicon{background:url(img/menuicon.png) no-repeat; background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
#nav.scrolled .top{padding-top:0; border-bottom:1px solid #ddd; height:39px;}
#nav.scrolled .top .table .left{display:table-cell; vertical-align:middle;}
#nav.scrolled .top .table .left a{ color:#000;
	transition: all 0.4s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;}
#nav.scrolled .top .table .left a:hover{color:var(--my-color);
	transition: all 0.4s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;}
#nav.scrolled .bottom{position:relative; margin-bottom:15px; margin-top:15px; -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;}

#nav.scrolled .bottom .table .left a.normal{display:none;}
#nav.scrolled .bottom .table .left a.scrolled{display:inline-block;}
#nav.scrolled .bottom .table .right > ul > li > a{
	color:#000;
	transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}
#nav.scrolled .bottom .table .right ul > li.soumission > a{color:#fff;}
#nav.scrolled .bottom .table .right ul > li:hover > a{
	background:#000; color:#fff;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
#nav.scrolled .bottom .table .right ul > li:hover > a::after{
	background: #fff !important;
}

#nav.scrolled .icon-facebook{background:url(img/icones/icone-facebook-s.png);}
#nav.scrolled .icon-twitter{background:url(img/icones/icone-twitter-s.png);}
#nav.scrolled .icon-youtube{background:url(img/icones/icone-youtube-s.png);}
#nav.scrolled .icon-instagram{background:url(img/icones/icone-instagram-s.png);}
#nav.scrolled .icon-linkedin{background:url(img/icones/icone-linkedin-s.png);}
#nav.scrolled .icon-email{background:url(img/icones/icone-email-s.png) no-repeat;}

#nav.scrolled .icon-pinterest{background:url(img/icones/icone-pinterest-s.png);}
#nav.scrolled .icon-skype{background:url(img/icones/icone-skype-s.png);}
#nav.scrolled .icon-twitch{background:url(img/icones/icone-twitch-s.png);}
#nav.scrolled .icon-vimeo{background:url(img/icones/icone-vimeo-s.png);}
#nav.scrolled .icon-whatsapp{background:url(img/icones/icone-whatsapp-s.png);}

#nav.scrolled .langue{background-color:#000; color:#fff;
	transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;}
#nav.scrolled .langue:hover{background-color:var(--my-color); color:#fff;transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;}

/********************************************************************************************************************/

.mobilemenu{
	position:fixed; left:0; width:100%; background-color:rgba(0,0,0,0.7); z-index:1100; display:none;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.5); box-shadow: 0 5px 15px 0 rgba(0,0,0,0.5); height:100%;
}
.mobilemenu .langue{position:absolute; top:30px; left:30px; display:inline-block; padding:10px; background-color:#fff; vertical-align:middle; text-align:center; margin-left:20px; color:#000;
	transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;}
.mobilemenu .menuicon{text-align:right; position:absolute; top:30px; right:30px; display:inline-block;}
.mobilemenu .menuicon img{width:40px;}
.mobilemenu .menuicon img:hover{opacity:0.7; cursor:pointer;}
.mobilemenu > ul{display:block; list-style:none; text-align:center; padding-top:90px;}
.mobilemenu > ul > li > a{display:inline-block; height:80px; line-height:80px; padding:0 15px; color:#fff; font-weight:700; font-size:2em;}
.mobilemenu > ul > li > a:hover{color:var(--my-color);}
.mobilemenu > ul > li ul.sub-menu{display:none; list-style:none; text-align:center; margin-bottom: 20px;}
.mobilemenu > ul > li ul.sub-menu > li{position:relative;}
.mobilemenu > ul > li ul.sub-menu > li > a{display: block; font-size: 1.25rem; font-weight: 400; color: #fff; margin-bottom: 10px;}
.mobilemenu > ul li.menu-item-has-children > a{display: flex !important; align-items: center; justify-content: center; gap: 8px;}
.mobilemenu > ul li.menu-item-has-children > a .submenu-arrow{
	content: '';
	width: .6em;
	height: .6em;
	background: #fff;
	-webkit-mask: url(img/icones/menu-arrow.svg) no-repeat center center/contain;
	mask: url(img/icones/menu-arrow.svg) no-repeat center center/contain;
}
.mobilemenu > ul li.menu-item-has-children.submenu-open > a{color: var(--my-color);}
.mobilemenu > ul li.menu-item-has-children.submenu-open > a .submenu-arrow{background: var(--my-color); transform: scale(-1);}
.mobilemenu > ul li.menu-item-has-children.submenu-open > ul.sub-menu{display: block;}

/********************************************************************************************************************/
/* ACCUEIL */

#accueil-top{color:#fff; position:relative; background:#000;}
#accueil-top .wrap{z-index:5;}
#accueil-top .slogan{position:absolute; bottom:75px; font-size:60px; width:45%; text-transform:uppercase;}
#accueil-top .slogan a{color:inherit;}
#accueil-top .slogan .lien{font-size:29px; font-weight:400; margin-top:25px; padding:20px;border: 5px solid #fff; width:max-content;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;}
#accueil-top .slogan .lien:hover{background-color:#fff; color:var(--my-color);
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;}
	
	#accueil-top .slogan strong, #accueil-top .slogan b{color:var(--my-color);}
	
#slider-left-arrow{left:0; background-image:url(img/arrow-left.png);}
#slider-right-arrow{right:0; background-image:url(img/arrow-right.png);}
.slider-arrow{position:absolute; bottom:10px; z-index:10; width:50px; height:50px; display:inline-block; opacity:0.2;
	transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;}
.slider-arrow:hover{opacity:1; cursor:pointer;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;}

/********************************************************************************************************************/

#accueil-content .a-propos{text-align:center; padding:120px 0;}
#accueil-content .a-propos img{width:90%; padding-bottom:10px;}
#accueil-content .a-propos p img{width: auto;/*margin: .5rem;*/}
#accueil-content .a-propos h2{margin-bottom: 1.25rem;}
#accueil-content .a-propos h3{color:#000; text-transform:uppercase;}
#accueil-content .a-propos .galerie{justify-content:space-evenly;}
#accueil-content .a-propos .galerie a{flex-grow:1; flex-basis:0;}
#accueil-content .a-propos .galerie a:hover{opacity:0.7;}

#accueil-content .a-propos iframe {
	margin: 2rem 0;
}

/*.page-template-accueil .fancybox-content {
	width: auto;
	max-width: 80%;
	height: auto;
}*/

/********************************************************************************************************************/

#accueil-content .photo1{position:relative;}
#accueil-content .photo1 .wrap{z-index:5;}
#accueil-content img[alt="shadow"]{position:absolute;}
#accueil-content .photo1 .slogan{position:absolute; bottom:150px; font-size:60px; width:45%; color:#fff; text-transform:uppercase;}
#accueil-content .photo1 .slogan a{color:inherit;}
#accueil-content .photo1 .slogan .lien{font-size:29px; font-weight:400; margin-top:25px; padding:20px;border: 5px solid #fff; width:max-content; 
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;}
#accueil-content .photo1 .slogan .lien:hover{background-color:#fff; color:var(--my-color);}

#accueil-content .photo1 .slogan strong, #accueil-content .photo1 .slogan b{color:var(--my-color);}

/********************************************************************************************************************/

.section-bottom{align-items:center; padding:150px 0;;}
.section-bottom img{max-width: 875px;}
.section-bottom .text{width:30%; padding:0 70px; font-weight:400; flex-grow: 1;}
.section-bottom .text h3{font-size:34px; padding-bottom:30px; text-transform:uppercase;}
.section-bottom .text p{line-height:30px; font-size:20px; font-weight: 300;}
.section-bottom .text p:not(:last-child){margin-bottom: 1rem;}
.section-bottom .text a{color:inherit; text-transform:uppercase;}
.section-bottom .text .lien{font-size:20px; margin-top:25px; padding:20px;border: 5px solid var(--my-color); width:max-content;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;}
.section-bottom .text .lien:hover{background-color:var(--my-color); color:#fff;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;}

.page-template-apropos .section-bottom .text a:not(.subscribe-button){display: block; width: max-content; margin: 2rem auto 0;}

/********************************************************************************************************************/

#accueil-content .realisations{padding-top:100px;}
.vignettes-realisations{flex-wrap:wrap;}
.vignettes-realisations .overlay{background-color:var(--my-color); opacity:0.7; position:absolute; width:100%; height:100%; overflow:hidden; display:none;}
.vignettes-realisations .overlay img{position:relative; top:40%;}
.vignettes-realisations a{width:25%; text-align:center; display:block; height:315px; overflow:hidden; position:relative; margin:0 0 -5px;}
.vignettes-realisations a > img{width:100%;}

/********************************************************************************************************************/

#accueil-content .blogue{margin-top:100px;}
#accueil-content .blogue .vignettes-blogue{justify-content:space-between; margin-bottom:115px;}
#accueil-content .blogue .vignettes-blogue .vignette{width:30%; flex-basis:0; flex-grow:1; margin:0 1%;}
#accueil-content .blogue .vignettes-blogue .vignette .vignette-content{padding: 20px 10px 0;}
#accueil-content .blogue .vignettes-blogue .vignette .vignette-content h3{font-size:24px; padding-bottom:10px; text-transform:uppercase;}
#accueil-content .blogue .vignettes-blogue .vignette .vignette-content p{font-size:18px; margin-bottom:30px;}
#accueil-content .blogue .vignettes-blogue .vignette .vignette-content a{color:inherit; text-transform:uppercase;}
#accueil-content .blogue .vignettes-blogue .vignette .vignette-content .lien{border: 3px solid var(--my-color); width:max-content; padding:10px 20px; font-size:24px; font-weight:bold;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;}
#accueil-content .blogue .vignettes-blogue .vignette .vignette-content .lien:hover{background-color:var(--my-color); color:#fff;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;}

/********************************************************************************************************************/

#accueil-content .temoignages{position:relative; color:#fff;}
#accueil-content .temoignages .wrap{z-index:5;}
#accueil-content .temoignages .temoignages-inside{position:relative;}
#accueil-content .temoignages .temoignages-inside .sous-titre{padding-bottom:40px;}
#accueil-content .temoignages .temoignages-inside .slider{width:725px; margin:0 auto; background-color:rgba(51,51,51,0.7); font-size:18px; line-height:30px;}
#accueil-content .temoignages .temoignages-inside .slider .bold{padding-top:25px;}
#accueil-content .temoignages .temoignages-inside .slider .slide{padding:40px 25px; box-sizing: border-box;}
#accueil-content .temoignages .temoignages-inside .slider-arrows{padding-top:40px; text-align:center;}
#accueil-content .temoignages .temoignages-inside .slider-arrows img:hover{opacity:0.7; cursor:pointer;}
#accueil-content .temoignages .temoignages-inside .slider-arrows #previous{margin-right:50px;}
#accueil-content .temoignages .lien {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 1.25rem;
	border: 3px solid #fff;
	margin-top: 2rem;
	transition: background .4s, color .4s;
}
#accueil-content .temoignages .lien:hover {
	color: var(--my-color);
	background: #fff;
}

.shadow-temoignages{position:absolute; bottom:-108px;}
#accueil-content .temoignages .temoignages-inside{position:relative; padding:50px 0;}

/********************************************************************************************************************/

#accueil-content .partenaires{padding:90px 0;}
#accueil-content .partenaires .logos{flex-wrap:wrap; justify-content:space-around; width:80%; margin:0 auto;}
#accueil-content .partenaires .logos li{width:25%; margin:auto; text-align:center; padding-bottom:40px;}

/********************************************************************************************************************/

#accueil-content .map{position:relative; overflow:hidden; padding-bottom:800px; height:0;}
#accueil-content .map iframe{position:absolute; top:0; left:0; width:100% !important; height:100% !important;}
#accueil-content .contact{padding:80px 50px; position:absolute; width: 100%; background-color:#fff; bottom:-450px; box-sizing: border-box;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}

#accueil-content .contact .sous-titre{padding-bottom:40px;}
#accueil-content .contact .sous-titre p{padding:0px;}
#accueil-content .contact .form .right{text-align:right;}
#accueil-content .contact .form input[type="text"]{font-family: 'Roboto Condensed';font-weight:normal; font-size:1.6em; color:#000; background-color:#FFF; height:65px; width:96%; line-height:75px; margin-bottom:20px; padding: 0 25px; display:block; border:2px solid #d0d0d0; box-sizing: border-box;
}
#accueil-content .contact .form textarea{font-family: 'Roboto Condensed'; font-weight:normal; border:2px solid #d0d0d0; width:100%; line-height:70px; margin-bottom:20px; padding: 0 25px; display:block; font-size:1.6em; color:#000; background-color:#FFF; float:right; box-sizing: border-box;
}
#accueil-content .contact .form input[type="submit"]{font-family: 'Roboto Condensed'; font-weight:normal; font-size:1.6em; color:#fff; background-color:#d0d0d0; height:70px; width:100%; margin-bottom:49px; padding: 0 25px; display:block; border:2px solid #d0d0d0; text-align:left; font-weight:bold; float:right; border:0; box-sizing: border-box;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
#accueil-content .contact .form input[type="submit"]:hover{cursor:pointer; background-color:var(--my-color);
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
#accueil-content .contact .form #ishuman{display:none;}
#accueil-content .spacer550{height:550px;}

input[type="text"], input[type="submit"], textarea{text-transform:uppercase;}

#accueil-content .featured-products{position:relative; padding:100px 0;}
#accueil-content .featured-products .wrap > h2{margin-bottom:30px; font-size:35px; color:#333; text-transform:uppercase;}

.woocommerce-loop-product__title{color:#333; font-size:20px;}
.woocommerce ul.products li.product .price{color:var(--my-color); font-weight:700; font-size:18px;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color:var(--my-color); color:#fff;}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{cursor:pointer; border-left:10px solid #ccc; background:#aaa;}

.woocommerce a.added_to_cart{color:#333; font-weight:700; border:1px solid #ccc; padding:8px 10px;}
.woocommerce a.added_to_cart:hover{background-color:var(--secondary-color);}

/********************************************************************************************************************/
/********************************************************************************************************************/
/* General Page Style */


#page-top{text-align:center; position:relative; height:650px; margin-bottom:120px;}
#page-top .titre-page{position:absolute; top:325px; width:100%; color:#fff; font-size:30px; z-index:5;}
#page-top .titre-page h1{text-transform:uppercase; margin:0 1rem;}

#page-content {
	margin-bottom: 3rem;
}

#page-content .shadow-wrap h2{margin:0 auto; width:max-content; font-size:48px; margin-bottom:90px; text-transform:uppercase;}
#page-content .shadow-wrap strong, #page-content .shadow-wrap b{color:var(--my-color);}

#page-content .main-text{width:80%; margin:0 auto; font-size:20px;}
#page-content .main-text .titre{font-size:36px; text-align:center; line-height:50px; margin-bottom:70px; text-transform:uppercase;}
#page-content .main-text .titre strong, #page-content .main-text .titre b{color:var(--my-color);}
#page-content .main-text > img{width:100%;}
#page-content .main-text .text{margin-bottom:80px;}
#page-content .main-text .text h2{margin-bottom:30px;}
#page-content .main-text .text h3{font-size:1.5rem; color: var(--my-color); margin-bottom: 1rem;}
#page-content .main-text .text p{line-height:1.5; margin-bottom:30px;}
#page-content .main-text .text ul, #page-content .main-text .text ol{position:relative; margin:0 0 30px 21px;}
#page-content .main-text .text ul li{list-style:disc;}
#page-content .main-text .text ol li{list-style:decimal;}
#page-content .main-text .text iframe{width: 85%; aspect-ratio: 16/9; height: auto;}
#page-content .main-text .shadow{position:relative; bottom:7px;}
#page-content .main-text .boxes{flex-wrap:wrap; margin-bottom:210px;}
#page-content .main-text .box{width:40%; font-size:20px; padding:0px 5%; margin-top:80px; line-height:1.4em;}
#page-content .main-text .box .green-circle{display:inline-block; background-color:var(--my-color); border-radius:100%; width:max-content; height:max-content; padding:18px 20px;}
#page-content .main-text .box p{width:70%; margin-left:40px;}

#page-content .big-image-1 .overlay{background-color:var(--my-color); opacity:0.7; position:absolute; width:100%; height:404px;}
#page-content .big-image-1 .statistiques{ position:absolute; width:80%; padding:0 10%; height:404px; justify-content:space-evenly;}
#page-content .big-image-1 .statistiques .statistique{text-align:center; color:#fff; height:max-content; position:relative; align-self:center; text-transform:uppercase;}
#page-content .big-image-1 .statistiques .statistique h3{font-size:60px;}
#page-content .big-image-1 .statistiques .statistique p{font-size:36px;}

#page-content .sous-titre{text-align: left;}
#page-content .sous-titre h2{padding: 0 40px; margin-bottom: 1rem;}

/*#page-content .mejs-video {
	position: relative;
	--video-width: attr(width);
	--video-height: attr(height);
	max-width: 430px;
}

#page-content .mejs-video video {
	position: absolute;
	top: 0;
	left: 0;
	aspect-ratio: var(--video-width) / var(--video-height);
	height: 100%;
}*/

#page-content .video-responsive {
	position: relative;
	padding-top: 56.25%; /* 16:9 ratio */
	height: 0;
	overflow: hidden;
	max-width: 430px;
	float: left;
	margin: 0 1.5em 1.5em 0;
}

#page-content .video-responsive .mejs-video,
#page-content .video-responsive video {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.galerie-photos-container {
	padding: 80px 0;
}

#galerie-photos {
	position: relative;
	text-align: center;
}

#galerie-photos .swiper-slide {
	position: relative;
	height: 0;
	padding: .25rem;
	padding-bottom: 33%;
	box-sizing: border-box;
}

#galerie-photos .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .2s;
}

#galerie-photos img:hover {
	opacity: .75;
}

#galerie-photos .galerie-arrow {
	all: unset;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: var(--my-color);
	-webkit-mask: url(img/arrow-right.png) no-repeat center center/contain;
	mask: url(img/arrow-right.png) no-repeat center center/contain;
	margin-top: 35px;
	cursor: pointer;
	transition: background .3s;
}

#galerie-photos .galerie-arrow:hover {
	background: #000;
}

#galerie-photos .galerie-arrow.galerie-prev {
	margin-right: 25px;
	transform: scaleX(-1);
}

#galerie-photos-text {
	margin-bottom: 2rem;
}

#galerie-photos-text h2 {
	font-size: 25px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 15px;
}

#galerie-photos-text p {
	font-size: 20px;
}

/***************************************************/

#page-content .shadow-wrap{-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1); padding-top:90px; padding-bottom:80px; margin-bottom:150px; margin-top:60px;}
#page-content .form-soumission{width:50%; margin:0 auto;}
#page-content .form-soumission .flex{flex-direction:column;}
#page-content .formstyle1 input[type="text"]{font-family: 'Roboto Condensed';font-weight:normal; font-size:1.6em; color:#000; background-color:#FFF; height:65px; width:90%; line-height:75px; margin-bottom:20px; padding: 0 25px; display:block; border:2px solid #d0d0d0;
}
#page-content .formstyle1 textarea{font-family: 'Roboto Condensed'; font-weight:normal; border:2px solid #d0d0d0; width:90%; line-height:70px; margin-bottom:20px; padding: 0 25px; display:block; font-size:1.6em; color:#000; background-color:#FFF; float:right;
}
#page-content .formstyle1 input[type="submit"]{font-family: 'Roboto Condensed'; font-weight:normal; font-size:1.6em; color:#fff; background-color:#d0d0d0; height:70px; width:98%; margin-bottom:49px; padding: 0 25px; display:block; border:2px solid #d0d0d0; text-align:left; font-weight:bold; float:right; border:0;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
#page-content .formstyle1 input[type="submit"]:hover{cursor:pointer; background-color:var(--my-color);
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
#page-content #ishuman{display:none;}

/********************************************************************************************************************/
/********************************************************************************************************************/
/* CONTACT */

#page-content .contactzone{margin-bottom:100px;}
#page-content .contactzone .left{-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1); padding-top:90px;}
#page-content .contactzone .left .title{width:80%; margin:0 auto;}
#page-content .contactzone .left .title h2{width:100%; text-transform:uppercase;}
#page-content .contactzone .left .title strong, #page-content .contactzone .left .title b{color:var(--my-color);}
#page-content .contactzone .left h2{margin:0 auto; width:max-content; font-size:48px; margin-bottom:90px;}
#page-content .contactzone .left .form{width:80%; margin:0 auto;}
#page-content .contactzone .left .form .flex{flex-direction:column;}
/*#page-content .contactzone .left .form input[type="text"]{font-family: 'Roboto Condensed';font-weight:normal; font-size:1.6em; color:#000; background-color:#FFF; height:65px; width:90%; line-height:75px; margin-bottom:20px; padding: 0 25px; display:block; border:2px solid #d0d0d0;
}
#page-content .contactzone .left .form textarea{font-family: 'Roboto Condensed'; font-weight:normal; border:2px solid #d0d0d0; width:90%; line-height:70px; margin-bottom:20px; padding: 0 25px; display:block; font-size:1.6em; color:#000; background-color:#FFF; float:right;
}
#page-content .contactzone .left .form input[type="submit"]{font-family: 'Roboto Condensed'; font-weight:normal; font-size:1.6em; color:#fff; background-color:#d0d0d0; height:70px; width:100%; margin-bottom:49px; padding: 0 25px; display:block; border:2px solid #d0d0d0; text-align:left; font-weight:bold; float:right; border:0;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
#page-content .contactzone .left .form input[type="submit"]:hover{cursor:pointer; background-color:var(--my-color);
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
#page-content .contactzone .left .form #ishuman{display:none;}*/

#page-content .contactzone .right .boxes{flex-wrap:wrap; flex-direction:column; height:100%; width:80%; margin:0 auto; justify-content:space-evenly;}
#page-content .contactzone .right .boxes a{color:#000;}
#page-content .contactzone .right .boxes a:hover{color:var(--my-color);}
#page-content .contactzone .right .box{width:100%; font-size:24px; padding:0px 5%; align-items:center;}
#page-content .contactzone .right .box .green-circle{display:inline-block; background-color:var(--my-color); border-radius:50%; width:max-content; height:max-content; padding:20px; text-align:center;}
#page-content .contactzone .right .box .green-circle img{display:inline-block; vertical-align:middle;}
#page-content .contactzone .right .box p{margin-left:40px;}

/********************************************************************************************************************/

.pageblogue{display:flex; justify-content:space-between;}

.pageblogue .main{width:70%; align-self:flex-start; margin-right:3%;}
.pageblogue .main article{position:relative; margin-bottom:55px;}
.pageblogue .main article .img{position:relative; width:100%;}
.pageblogue .main article .img img{width:100%; height:auto;}
.pageblogue .main article .contenu-article{position:relative; padding:40px; background:#f6f6f6; top:-5px;}
.pageblogue .main article .contenu-article h2{text-transform:uppercase; color:#333; font-size:30px; margin-bottom:10px;}
.pageblogue .main article .contenu-article .details{font-size:12px; text-transform:uppercase; color:#333; margin-bottom:30px;}
.pageblogue .main article .contenu-article p{line-height:1.4em; font-size:20px; margin-bottom:30px;}
.pageblogue .main article .contenu-article .link{
	border:2px solid #333; color:#333; display:inline-block; height:45px; line-height:45px; padding:0 30px; text-transform:uppercase; font-size:20px;
transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-webkit-transition: all 0.4s ease-in;
}
.pageblogue .main article .contenu-article .link:hover{
	background:#333; color:#fff;
transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
}

.pageblogue .main article .contenu-article img{margin-bottom:30px;}
.pageblogue .main article .tags{display:inline-block; font-weight:400; color:#333; margin:10px;}
.pageblogue .main article .tags a{color:#000;}
.pageblogue .main article .tags a:hover{text-decoration:underline;}

.pageblogue .main .nextprev{position:relative; margin:40px 0;}
.pageblogue .main .nextprev a{border:2px solid #333; color:#333; display:inline-block; height:45px; line-height:45px; padding:0 30px; text-transform:uppercase; font-size:20px; margin:0 10px 0 0;}
.pageblogue .main .nextprev a:hover{background:#333; color:#fff;}

.pageblogue .main .author{position:relative; background:#a0a0a0; padding:30px; display:flex; justify-content:space-between; margin-bottom:30px;}
.pageblogue .main .author .left{width:190px; margin-right:30px;}
.pageblogue .main .author .left img{position:relative;}
.pageblogue .main .author .right{align-self:center;}
.pageblogue .main .author .right span{font-size:15px; color:#fff; margin-bottom:20px; display:block;}
.pageblogue .main .author .right h4{font-weight:400; color:#fff; text-transform:uppercase; margin-bottom:5px; font-size:20px;}
.pageblogue .main .author .right p{color:#fff; font-size:15px; line-height:1.2em;}

.pageblogue .main .comment-form{position:relative; margin-bottom:100px;}
.pageblogue .main .comment-form h2{text-transform:uppercase; color:#333; font-size:25px; margin-bottom:20px;}
.pageblogue .main .comment-form p{font-size:15px; line-height:1.2em; color:#333;}

.pageblogue .main .comment-form form{margin-top:30px; display:flex; justify-content:space-between; flex-wrap:wrap;}
.pageblogue .main .comment-form textarea{border:1px solid #333; padding:20px 2%; font-size:15px; color:#333; margin-bottom:30px; display:block; height:150px; width:96%;}
.pageblogue .main .comment-form .half{width:44% !important; display:inline-block !important;}
.pageblogue .main .comment-form input[type="text"]{display:block; padding:0 2%; margin-bottom:30px; height:65px; line-height:65px; border:1px solid #333; width:96%; font-size:15px;}
.pageblogue .main .comment-form input[type="submit"]{
	background:#333; color:#fff; display:block; height:65px; line-height:65px; width:100%; border:0; font-size:15px;
transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-webkit-transition: all 0.4s ease-in;
}
.pageblogue .main .comment-form input[type="submit"]:hover{
	background:var(--my-color); cursor:pointer;
transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
}

/* =-=-=-=-=-=-=-=-=-=-= */

.pageblogue .side{width:27%; align-self:flex-start;}
.pageblogue .side .widget-container{position:relative; margin-bottom:30px; background:#f6f6f6; padding:20px;}
.pageblogue .side .widget-container .screen-reader-text{display:none;}
.pageblogue .side .widget-container .widget-title{text-transform:uppercase; color:#333; font-size:24px; margin-bottom:30px; padding:10px; border-bottom:2px solid var(--my-color);}
.pageblogue .side .widget-container form{position:relative;}
.pageblogue .side .widget-container form input[type="search"]{position:relative; display:inline-block; border:1px solid #999; height:46px; line-height:50px; padding:0 2%; width:84%; background:transparent; vertical-align:top;}
.pageblogue .side .widget-container form input[type="submit"]{
	border:1px solid #999; height:46px; line-height:50px; width:10%; background-color:transparent; background-image:url(img/icones/loupe.png); background-repeat:no-repeat; background-position:center center; font-size:1.2em; position:relative; left:-5px; vertical-align:top; color:transparent;
	transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}
.pageblogue .side .widget-container form input[type="submit"]:hover{
	background-color:#ccc; cursor:pointer;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.pageblogue .side .widget-container ul{display:block; list-style:none;}
.pageblogue .side .widget-container ul li{position:relative;}
.pageblogue .side .widget-container ul li a{
	display:block; padding:12px 0; color:#333; border-bottom:1px solid #999;
	transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}
.pageblogue .side .widget-container ul li a:hover{
	background:#ccc; padding:12px 2%;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
.pageblogue .side .widget-container ul li a strong, .pageblogue .side .widget ul li a b{font-weight:700;}

.pageblogue .side .widget-container .tagcloud{position:relative;}
.pageblogue .side .widget-container .tagcloud a{display:inline-block; margin:5px; background:#fff; color:#333; padding:0 15px; line-height:50px;}
.pageblogue .side .widget-container .tagcloud a:hover{background:var(--my-color); color:#fff;}

.posts-navigation{margin:0 0 50px;}
.posts-navigation h2{display:none;}
.posts-navigation .nav-links > div{display:inline-block; margin:0 15px 0 0;}
.posts-navigation .nav-links a{display:inline-block; height:50px; line-height:50px; border:3px solid #333; color:#333; padding:0 20px;}
.posts-navigation .nav-links a:hover{background:#333; color:#fff;}
/********************************************************************************************************************/

.flexfaq{position:relative; justify-content:space-between; margin-bottom:100px;}

.flexfaq .left-faq{position:relative; width:28%; align-self:flex-start;}
.flexfaq .left-faq h3{text-transform:uppercase; color:#333; font-size:25px; margin-bottom:30px;}
.flexfaq .left-faq p.bordered{border-left:5px solid var(--my-color); padding-left:15px; line-height:1.4em; margin-bottom:30px;}
.flexfaq .left-faq .color-link{border:4px solid var(--my-color); color:var(--my-color); display:inline-block; height:45px; line-height:45px; padding:0 30px; text-transform:uppercase; font-size:20px;}
.flexfaq .left-faq .color-link:hover{background:var(--my-color); color:#fff;}

.flexfaq .right-faq{
	position:relative; width:68%; align-self:flex-start;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}
.flexfaq .right-faq .faq{position:relative;}
.flexfaq .right-faq .faq h3{
	padding:30px 70px;
	background-color:#eee; background-image:url(img/faq/open.png);
	background-repeat:no-repeat; background-position:2.5% 50%;
	text-transform:uppercase; color:#333; font-size:25px;
}
.flexfaq .right-faq .open h3{
	background-image:url(img/faq/close.png) !important;
	color:var(--my-color) !important; border-top:5px solid var(--my-color);
}
.flexfaq .right-faq h3:hover{cursor:pointer; background-color:#ddd;}
.flexfaq .right-faq .faq .answer{padding:30px 70px; display:none;}
.flexfaq .right-faq .faq .answer p{margin-bottom:30px; line-height:1.4em;}

/********************************************************************************************************************/

.services-selector{position:relative; display:flex; list-style:none; flex-wrap:wrap; justify-content:center; gap: 0 2rem; margin-bottom:100px; clear: both;}
.services-selector li{width:calc((100% / 4) - 2rem + (2rem / 4)); flex-grow: 1; margin-bottom:30px;}
.services-selector li a{display:block; text-align:center;}
.services-selector li a img{width: 100%; margin-bottom:10px;}
.services-selector li a h2{text-transform:uppercase; font-weight:700; color:#333; font-size:25px;}
.services-selector li a p{margin-top:20px; color:#333;}
.services-selector li a:hover{opacity:0.8;}

/********************************************************************************************************************/

.service-text{position:relative; display:flex; justify-content:space-between; gap: 3.5rem; margin:0 5%;}
.service-text:not(:last-child){margin-bottom: 150px;}
.service-text .left{order:1;}
.service-text .right{order:2;}
.service-text .img{width:30%; align-self:center;}
.service-text .img img{
	aspect-ratio: 1;
/*	-webkit-border-radius: 50%; border-radius: 50%;*/
}
.service-text .text{width:65%; align-self:center; flex-grow: 1;}
.service-text .text h2{text-transform:uppercase; color:#333; font-size:25px; margin-bottom:30px;}
.service-text .text p{line-height:1.4em; margin-bottom:30px; font-size:20px;}
.service-text .text ul {
	text-align: left;
	padding-left: 30px;
	margin-bottom: 30px;
}
.service-text .text ul li {
	list-style-type: disc;
}

.service-text .text ul li:not(:last-child) {
	margin-bottom: 1rem;
}

.bande-verte{position:relative; background-color:var(--my-color); padding:115px 0;}
.bande-verte .flex{justify-content:space-between;}
.bande-verte .flex .case{width:30%; text-align:center;}
.bande-verte .flex .case img{margin-bottom:30px;}
.bande-verte .flex .case h3{text-transform:uppercase; color:#fff; font-size:30px; margin-bottom:30px;}
.bande-verte .flex .case p{line-height:1.4em; color:#fff;}

.services-boxes{position:relative; background:#efefef; padding:90px 0;}
.services-boxes .top-white{position:absolute; top:0; left:0; right:0; height:250px; background:#fff;}
.services-boxes .flex{justify-content:center; flex-wrap: wrap; gap: 3rem;}
.services-boxes .flex .box{/*width:30%;*/width: calc((100% / 3) - 3rem + (3rem / 3));}
.services-boxes .flex .box .img{position:relative; width:100%; height:320px; overflow:hidden;}
.services-boxes .flex .box .img img{position:absolute; top:0; left:0; width:100%; height:auto;}
.services-boxes .flex .box .content{position:relative; background:#fff; padding:40px 30px; margin-top:-10px;}
.services-boxes .flex .box .content h3{text-transform:uppercase; color:#333; margin-bottom:30px; font-size:30px;}
.services-boxes .flex .box .content p{line-height:1.4em; color:#333; margin-bottom:30px;}
.services-boxes .flex .box .content ul{position:relative; margin:0 0 0 21px;}
.services-boxes .flex .box .content ul li{line-height:1.4em; color:#333; list-style:none; margin-bottom:15px;}
.services-boxes .flex .box .content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--my-color); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/********************************************************************************************************************/

.portfolio-menu{position:relative; margin-bottom:100px; text-align:center;}
.portfolio-menu a{display:inline-block; padding:0 25px; height:55px; line-height:55px; border:1px solid #e3e3e3; font-weight:700; color:#333; font-size:20px; text-transform:uppercase; margin:0 -2px;}
.portfolio-menu a:hover{background:var(--my-color); color:#fff; cursor:pointer;}

#page-content .vignettes-realisations{margin-bottom:150px;}

/********************************************************************************************************************/

.page-portfolio{height:900px !important;}

.portfolio-presentation{position:relative; display:table; width:100%;}
.portfolio-presentation .img{position:relative; display:table-cell; width:32%;}
.portfolio-presentation .img img{width:100%;}
.portfolio-presentation .text{position:relative; background:var(--my-color); padding:50px; display:table-cell; vertical-align:top;}
.portfolio-presentation .text h2{color:#fff; font-weight:700; text-transform:uppercase; line-height:1.4em; margin-bottom:40px;}
.portfolio-presentation .text span, .portfolio-presentation .text p{color:#fff; line-height:1.4em; margin-bottom:40px; display:block;}
.portfolio-presentation .text span strong, .portfolio-presentation .text p strong{font-weight:700;}

.portfolio-text{margin:80px 50px;}
.portfolio-text p{margin-bottom:30px;}

.portfolio-images{position:relative; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:80px;}
.portfolio-images li{width:24%; margin:0 0 15px;}
.portfolio-images li a{position:relative;}
.portfolio-images li a:hover{opacity:0.8;}

#portfolio .mix {display: none;}

/********************************************************************************************************************/

#page-content.donations .donate-wrap {
	max-width: 80%;
	margin: auto;
}

#page-content.donations .main-text .titre {
	text-align: left;
	margin-bottom: 2rem;
}

#page-content.donations .donate-container {
	position: sticky;
	top: 230px;
	width: 50%;
	height: max-content;
	padding: 1rem;
	border: 2px solid #ddd;
	border-radius: 10px;
	box-sizing: border-box;
	margin-left: 3rem;
}

#page-content.donations .donate-container .donate-amounts {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

#page-content.donations .donate-container .donate-amounts label {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

#page-content.donations .donate-container button {
	appearance: none;
	width: calc((100% / 3) - .5rem + (.5rem / 3));
	font-family: 'Roboto Condensed';
	font-size: 1.25rem;
	font-weight: 700;
	color: #000;
	background: #ccc;
	padding: .5rem 1rem;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
	transition: color .2s, background .2s;
}

#page-content.donations .donate-container button:hover {
	opacity: .85;
}

#page-content.donations .donate-container button.active {
	color: #fff;
	background: var(--my-color);
}

#page-content.donations .donate-container input[type=number] {
	padding: 8px 1rem;
}

#wpedon-628-amount-label,
#wpedon-4061-amount-label {
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: -8px;
}

/**
 * Override donate plugin styles
 */

.wpedon-container.wpedon-align-left {
	text-align: center;
}

.wpedon-container .wpedon-select, .wpedon-container .wpedon-input {
	width: 50% !important;
	min-width: 50% !important;
	max-width: 50% !important;
	font-family: 'Roboto Condensed';
	font-size: 1.25rem;
}

.wpedon-align-left .wpedon-form .wpedon-paypal-button-container:not(.wpedon-horizontal) > *,
.wpedon-align-left .wpedon-form .wpedon-stripe-button-container > * {
	margin: 0 auto 1rem;
}

/********************************************************************************************************************/

.error_message{background:var(--my-color); padding:15px; color:#fff; margin-bottom:30px;}

/********************************************************************************************************************/

.map-area{position:relative; width:100%;}
.map-area iframe{position:relative; width:100%; height:600px; margin-bottom:-5px; border:0;}

/********************************************************************************************************************/

.bot-links{margin-top:50px;}
.bot-links a:hover{opacity:0.6;}

/********************************************************************************************************************/

.divcontent{padding-bottom:100px;}
.divcontent > .flex{position:relative; justify-content:space-between;}
.divcontent > .flex .main{
	width:70%; align-self:flex-start;
}
.divcontent > .flex .side{
	width:25%; align-self:flex-start;
}

/********************************************************************************************************************/

.woocommerce div.product div.images {
	margin-bottom: 4rem;
}

.woocommerce ul.products li.product .onsale{background:#f00;}
.woocommerce ul.products li.product .price del{text-decoration:line-through; color:#888;}
.woocommerce .woocommerce-ordering select{height:50px; margin-bottom:35px;}

.divcontent > .flex .side section{position:relative; margin-bottom:50px;}
.widget_product_search input[type="search"]{padding:0 10px; height:50px; line-height:50px; -webkit-appearance:inherit; display:inline-block; width:240px; border:1px solid var(--my-color);}
.widget_product_search button[type="submit"]{display:inline-block; height:52px; background:var(--my-color); color:#fff; border:0; padding:0 10px;}
.widget_product_search button[type="submit"]:hover{opacity:0.5; cursor:pointer;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:var(--secondary-color);}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:var(--my-color);}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:var(--my-color);}
.widget-title{color:#333; margin-bottom:20px; font-size:20px;}
.product-categories li{}
.product-categories li a{color:#333; margin:10px 0; background:#eee; padding:10px; border-left:5px solid #aaa; display:block;}
.product-categories li:hover a{font-weight:bold; color:var(--my-color);}
.woocommerce .widget_layered_nav_filters ul li a{color:#333;}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{margin:10px 0; background:#eee; padding:10px; border-left:5px solid #aaa; display:block;}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{color:#333;}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover a{color:var(--my-color); font-weight:bold;}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{padding:10px 0;}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{color:var(--my-color);}
.woocommerce ul.cart_list li del, .woocommerce ul.product_list_widget li del{text-decoration:line-through; color:#aaa;}

/********************************************************************************************************************/

.woocommerce div.product .product_title{margin-bottom:20px;}
.woocommerce div.product p.price, .woocommerce div.product span.price{color:var(--my-color); font-weight:bold; margin-bottom:20px;}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{color:#aaa; text-decoration:line-through;}
.woocommerce-product-details__short-description{margin-bottom:30px;}
.woocommerce-product-details__short-description p:not(:last-child) {
	margin-bottom: 1rem;
}
.woocommerce-product-details__short-description ul{margin:0 0 30px 21px;}
.woocommerce-product-details__short-description ul li{list-style:disc !important;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background-color:#ddd; color:#333;}
.product_meta span{display:block; line-height:35px;}
/*.woocommerce div.product div.summary{padding-left:30px;}*/
.woocommerce-tabs{display:block;}
.woocommerce-tabs h2{margin-bottom:20px;}
.woocommerce-tabs h3{margin-bottom:20px; color:#333;}
.woocommerce-tabs p{margin-bottom:30px; line-height:1.4em;}
.woocommerce-tabs ul{margin:0 0 30px 21px;}
.woocommerce-tabs ul li{list-style:disc; line-height:1.6em;}
.product .related{clear:both; border:20px solid #eee; padding:50px; margin:50px 0; position:relative;}
.woocommerce span.onsale{background:#f00;}
.product .related h2{margin-bottom:20px;}
.woocommerce div.product form.cart .variations{margin-bottom:2em;}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{background-color:var(--my-color);}
.single_variation{margin-bottom:2em;}
.reset_variations{color:#fff; background:var(--my-color); padding:10px;}
.reset_variations:hover{background:#ccc; color:#333;}
.woocommerce-message{border-top-color:var(--my-color);}
.woocommerce-message::before{color:var(--my-color);}
.cart .product-name a{color:var(--my-color); font-weight:bold;}
.cart .product-name a:hover{color:#ccc;}
.coupon .input-text{height:36px; width:110px; display:inline-block;}
.cart_totals h2{margin-bottom:1em;}
.shipping-calculator-button{color:var(--my-color);}
.woocommerce-info a{color:var(--my-color);}
.woocommerce-info a:hover{color:#333; text-decoration:underline;}
.woocommerce-billing-fields h3{margin-bottom:1em;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{height:45px; line-height:45px; padding:0 10px;}
.woocommerce form .form-row textarea{height:100px; padding:20px;}
.woocommerce-checkout-review-order{margin-bottom:50px;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{margin-top:1em;}
.lost_password a{color:#ccc; text-decoration:underline;}
.lost_password a:hover{color:#333;}
.return-to-shop{margin-bottom:100px;}
.download-product a, .product-name a{color:var(--my-color); font-weight:bold;}
.download-product a:hover, .product-name a:hover{color:#333;}
.woocommerce .woocommerce-customer-details address{padding:20px; margin-top:20px;}
.free-product{color:#0C3 !important;}

/********************************************************************************************************************/
/* Mon compte */

.woocommerce{margin-bottom:100px;}
.woocommerce-MyAccount-navigation ul{}
.woocommerce-MyAccount-navigation ul li{}
.woocommerce-MyAccount-navigation ul li a{margin:10px 0; background:#eee; padding:10px; border-left:5px solid #aaa; display:block; color:#333;}
.woocommerce-MyAccount-navigation ul li a:hover{color:var(--my-color); font-weight:bold;}

.woocommerce-MyAccount-content{border:20px solid #eee; padding:20px; width:60% !important;}
.woocommerce-MyAccount-content p{margin-bottom:30px;}
.woocommerce-MyAccount-content a{color:var(--my-color); font-weight:bold;}
.woocommerce-MyAccount-content a:hover{color:#333;}

/********************************************************************************************************************/

a.subscribe-button {
	display: inline-flex !important;
	align-items: center;
	color: #fff !important;
	text-transform: initial !important;
	background: var(--my-color);
	padding: 5px 20px 5px 5px;
	border-radius: 100px;
	margin-bottom: 1.5rem;
	transition: background .3s;
}

a.subscribe-button:hover {
	background: #d81d1d;
	text-decoration: none !important;
}

a.subscribe-button::before {
	content: '';
	width: 50px;
	height: 50px;
	background: url(img/isabella-youtube-avatar.jpg) no-repeat center center/cover;
	margin-right: 15px;
	border-radius: 50%;
}

/********************************************************************************************************************/

/********************************************************************************************************************/

/********************************************************************************************************************/



/********************************************************************************************************************/
/* FOOTER */

#footer{color:#000; background:var(--footer-color); clear: both;}
#footer a{color:#000;}
#footer .top{padding-top:80px; padding-bottom:45px; line-height:30px; font-size:18px;}
#footer .top .left, #footer .top .right{width:30%;}
#footer .top .left > a img{margin-bottom:40px;}
#footer .top .left > a img:hover{opacity:0.7;}
#footer .top .left p{padding-bottom:50px; width:65%;}
#footer .top .left .icones a{margin-right:10px;}
#footer .top .left .icones a:hover{opacity:0.7;}
#footer .top .middle{justify-content:space-evenly; width:40%;}
#footer .top .middle h3{padding-bottom:50px; padding-top:20px; text-transform:uppercase;}
#footer .top .middle a:hover{opacity: .75;}
#footer .top .right input[type="text"]{color:#000; background-color:transparent; border:2px solid var(--my-color); width:76%; font-size:12px; padding:0 15px; height:46px;}
#footer .top .right ::placeholder{color: var(--my-color); opacity: .65;}
#footer .top .right .form{padding-bottom:50px;}
#footer .top .right .form input[type="submit"]{font-family: 'Roboto Condensed'; font-weight:normal; color:#fff; background-color:var(--my-color); padding:0 15px; margin-left:10px; text-align:center; border:0; vertical-align:top; height:50px; width:50px;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
#footer .top .right .form input[type="submit"]:hover{cursor:pointer; background-color:var(--my-color); color:#fff;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
#footer .top .right h2{color: var(--secondary-color);
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;}
#footer .top .right h2:hover{opacity: .75;
	transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;}
#footer .top .right p a:hover{opacity: .75;}
#footer .top .right .contact{padding-bottom:30px;}
#footer .bottom{color: #fff; background-color:var(--my-color); padding:30px 0;}
#footer .bottom a{color: #fff;}
#footer .bottom .flex{justify-content:space-between;}
#footer .bottom .left, #footer .bottom .center, #footer .bottom .right{align-self:center; text-transform:uppercase;}
#footer .bottom .left .langue{display:inline-block; color:#000; padding:10px; background-color:#fff; vertical-align:middle; text-align:center; margin-right:20px;
	transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}
#footer .bottom .left .langue:hover{background-color:var(--my-color); color:#fff;}
#footer .bottom .middle img:hover{opacity:0.7;}
#footer .bottom .right a:hover{color:var(--my-color);}

/********************************************************************************************************************/

/* COVER CLASS::START */
.tall-img {
	height: auto;
	width: 100%;
	max-height: none;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wide-img {
	width: auto;
	height: 100%;
	max-width: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cover {
	position: relative;
	overflow: hidden;
}
.cover > img{
	position:absolute;
}

/********************************************************************************************************************/

/* CSS MEDIA QUERIES - WIDTH */

@media screen and (max-width: 1450px) {
	.wrap{width:1100px;}
	#nav .bottom .table .left{max-width: 300px;}
	#nav .bottom .table .right ul > li > a{padding:0 10px;}
	.sous-titre h2{font-size:44px;}
	
	#accueil-top .slogan, #accueil-content .photo1 .slogan{font-size:50px;}
	#accueil-top .slogan .lien, #accueil-content .photo1 .slogan .lien{font-size:23px;}
	#accueil-content .section-middle .text h3{font-size:26px;}
	#accueil-content .section-middle .text p{font-size:16px;}
	.vignettes-realisations a{height:245px;}
	.vignettes-realisations .overlay img{top:35%; width:60px;}
	#accueil-content .blogue .vignettes-blogue .vignette .vignette-content{padding:15px 10px 0;}
	#accueil-content .blogue .vignettes-blogue .vignette .vignette-content h3{font-size:28px;}
	#accueil-content .partenaires .logos li img{width:70%;}
	#accueil-content .contact .form textarea{line-height:77px;}
	
	#page-content .main-text .titre{font-size:28px;}
	#page-content .main-text .box{font-size:21px;}
	#page-content .big-image-1 .statistiques{width:90%; padding:0 5%;}
	.section-bottom img{min-width:60%;}
	.section-bottom .text{width:auto; padding:0 0 0 60px;}
	.section-bottom .text h3{font-size:26px;}
	.section-bottom .text p{font-size:16px;}
	
	#page-content .form-soumission input[type="submit"]{width:100%;}
	
	#page-content .big-image-1 .statistiques .statistique h3{font-size:50px;}
	#page-content .big-image-1 .statistiques .statistique p{font-size:20px;}
	
	#footer .top .right .form input[type="text"]{width:70%;}
	#footer .top .left p{width:85%;}
	
	#page-top{height:550px;}
	#page-top .titre-page{font-size:24px;}
	
	#page-content .contactzone{margin-bottom:100px;}
	#page-content .contactzone .left{padding-top:40px;}
	#page-content .contactzone .left .title h2{font-size:28px; margin-bottom:30px;}
	
	.pageblogue .main article .contenu-article{padding:25px;}
	.pageblogue .main article .contenu-article .link{padding:0 20px;}
	
	.pageblogue .side .widget form input[type="text"]{width:75%;}
	.pageblogue .side .widget form input[type="submit"]{width:18%;}
	
	.bande-verte .flex .case h3{font-size:25px; margin-bottom:20px;}
/*	.services-boxes .flex .box{width:32%;}*/
	.services-boxes .flex .box .img{height:270px;}
	.services-boxes .flex .box .content h3{font-size:25px;}
	
	.page-portfolio{height:700px !important;}
	.portfolio-presentation .img{width:42%;}
	
	.widget_product_search input[type="search"]{width:100%;}
	.widget_product_search button[type="submit"]{width:100%; height:35px; text-align:left;}
}

@media screen and (max-width: 1150px) {
	.wrap{width:900px;}
	#nav .bottom .table .left{width:30%;}
	.sous-titre{padding-bottom:70px;}
	.sous-titre h2{font-size:40px;}
	.sous-titre p, .sous-titre ul li{font-size:20px;}
	
	#nav .bottom .table .right ul > li > a,#nav .bottom .table .right ul > li.soumission > a{font-size:13px; height:45px; line-height:45px; padding:0 10px;}
	
	#accueil-top .slogan, #accueil-content .photo1 .slogan{font-size:40px;}
	#accueil-top .slogan .lien, #accueil-content .photo1 .slogan .lien, #accueil-content .section-middle .text .lien{font-size:18px; padding:15px;}
	#accueil-content .section-middle{padding-bottom:60px;}
	#accueil-content .section-middle .text{width:50%;}
	#accueil-content .section-middle .text h3{font-size:22px; padding-bottom:20px;}
	#accueil-content .section-middle .text p{line-height:25px;}
	.vignettes-realisations a{height:200px;}
	.vignettes-blogue .vignette .vignette-content h3{font-size:22px;}
	.vignettes-blogue .vignette .vignette-content p{font-size:16px;}
	.vignettes-blogue .vignette .vignette-content .lien{font-size:20px;}
	#accueil-content .map{padding-bottom:700px;}
	#accueil-content .contact{padding:60px 50px;}
	#accueil-content .contact .form input[type="text"]{width:85%;}
	
	#page-content .main-text .box{font-size:19px;}
	#page-content .big-image-1 .statistiques .statistique h3{font-size:50px;}
	#page-content .big-image-1 .statistiques .statistique p{font-size:26px;}
	.section-bottom{padding-bottom:60px;}
	.section-bottom .text{width:50%;}
	.section-bottom .text h3{font-size:22px; padding-bottom:20px;}
	.section-bottom .text p{line-height:25px;}
	
	#page-content .form-soumission input[type="submit"]{width:102%;}
	
	#footer .top{font-size:16px; line-height:25px;}
	#footer .top .left > a img{margin-bottom:35px;}
	#footer .top .left p{width:90%; padding-bottom:40px;}
	#footer .top .right .form{text-align: center;}
	#footer .top .right .form input[type="text"]{font-size:13px; padding:10px; line-height:25px; width: 100%; margin-bottom: 10px;}
	#footer .top .right .form input[type="submit"]{font-size:16px; width: 100%; padding:10px;}
	
	#page-top{height:450px;}
	#page-top .titre-page{font-size:20px;}
	#page-content .main-text{font-size:20px; line-height:1.4em;}
	#page-content .main-text .titre{font-size:22px; line-height:1.4em;}
	#page-content .main-text .boxes{margin-bottom:110px;}
	.section-bottom{padding:60px 0;}
	#footer .top .right input[type="text"]{height:26px;}
	#footer .top .right .form input[type="submit"]{margin-left:0;}
	
	#page-content .contactzone .right .boxes{width:95%; margin:0 0 0 5%;}
	#page-content .contactzone .right .box{width:95%; padding:0 0 0 5%;}
	#page-content .contactzone .right .box .green-circle img{width:35px;}
	#page-content .contactzone .right .box p{margin-left:25px; font-size:20px;}
	
	.shadow-temoignages{bottom:-65px;}
	.pageblogue .main article .contenu-article h2{font-size:25px;}
	.pageblogue .main article .contenu-article p{font-size:16px;}
	.pageblogue .main article .contenu-article .link{height:40px; line-height:40px; font-size:15px;}
	.pageblogue .side .widget .etiquettes a{line-height:35px; padding:0 12px;}
	
	.flexfaq .right-faq .faq h3{font-size:20px;}
	
	.bande-verte .flex .case{width:31%;}
	.bande-verte .flex .case h3{font-size:20px;}
	.services-boxes .top-white{height:190px;}
	.services-boxes .flex .box .img{height:220px;}
	.services-boxes .flex .box .content{padding:30px 20px;}
	
	.portfolio-menu{margin-bottom:70px;}
	.portfolio-menu a{font-size:16px; height:45px; line-height:45px;}
	
	.page-portfolio{height:500px !important;}
	.portfolio-presentation .text{padding:80px 40px;}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{width:46%;}
	#nav .bottom .table .right ul > li > ul{top:32px;}
	#nav .bottom .table .right ul > li > ul > li > a{font-size:13px;}
}

@media screen and (max-width: 950px) {
	.wrap{width:700px;}
	
	#nav .top .table .left{font-size:0.8em;}
	
	#nav .bottom .table .right ul{display:none;}
	#nav .bottom .table .right .menuicon{display:inline-block; vertical-align: middle;}
	#nav .bottom .table .right .menuicon:hover{opacity:0.7;}

	#nav .top .langue {
		display: none;
	}

	#nav .langue.lang-mobile-btn {
		display: inline-flex;
	}
	
	#accueil-content .a-propos .galerie{flex-wrap:wrap;}
	#accueil-content .a-propos .galerie a{width:40%; margin-bottom:20px; flex-basis:auto; flex-grow:0;}
	#accueil-content .big-image-1{min-height:500px;}
	#accueil-content .photo1 .slogan{bottom:60px;}
	#accueil-content .section-middle{flex-wrap:wrap;}
	#accueil-content .section-middle .text{width:100%; margin-top:60px;}
	#accueil-content .section-middle .text h3{font-size:30px;}
	#accueil-content .section-middle .text p{font-size:20px;}
	.vignettes-realisations a{height:160px;}
	.vignettes-realisations .overlay img{top:35%; width:50px;}
	#accueil-content .temoignages .temoignages-inside .slider{width:620px; line-height:25px;}
	#accueil-content .temoignages .temoignages-inside .slider .slide{padding:30px 25px}
	#accueil-content .partenaires .logos li{width:33%;}
	#accueil-content .contact{padding:20px 50px; bottom:-500px;}
	#accueil-content .contact .sous-titre p{font-size:1em;}
	#accueil-content .contact .form .flex{flex-wrap:wrap;}
	#accueil-content .contact .form .flex .half{width:100%;}
	#accueil-content .contact .form input[type="text"]{width:100%; font-size:1em; height:50px; line-height:50px;}
	#accueil-content .contact .form textarea{width:100%; float:none; line-height:65px; font-size:1em;}
	#accueil-content .contact .form input[type="submit"]{width:100%; float:none; font-size:1em;}
	
	#page-content .shadow-wrap h2{font-size:35px;}
	
	#page-content .bg-page{min-height:550px;}
	#page-content .main-text .titre{font-size:27px;}
	#page-content .main-text .box{width:100%; font-size:24px;}
	#page-content .main-text .box p{padding-top:10px;}
	#page-content .big-image-1 .statistiques{flex-wrap:wrap;}
	#page-content .big-image-1 .statistiques .statistique{width:50%;}
	.section-bottom{flex-wrap:wrap;}
	.section-bottom .text{width:100%; margin-top:60px;}
	.section-bottom .text h3{font-size:30px;}
	.section-bottom .text p{font-size:20px;}
	
	#page-content .form-soumission{width:65%;}
	
	#footer .top{padding-top:50px; padding-bottom:35px;}
	#footer .top > .flex{flex-direction:column;}
	#footer .top .left, #footer .top .right, #footer .top .middle{width:100%; text-align:center;}
	#footer .top .left p{padding-bottom:20px; margin:0 auto;}
	#footer .top .middle{margin:30px 0;}
	#footer .top .middle h3{padding-bottom:20px;}
	#footer .top .right .form input[type="text"]{width:40%;}
	#footer .top .right .form input[type="submit"]{width: auto; padding:15px;}
	
	#page-top{height:350px; margin-bottom:80px;}
	#page-top .titre-page{top:245px; font-size:14px;}
	
	#page-content .main-text .titre{font-size:30px;}
	
	.section-bottom img{min-width:100%;}
	.section-bottom .text{padding:0;}
	#footer .bottom .flex{flex-direction:column;}
	#footer .bottom .middle{width:100%; text-align:center; padding:20px 0;}
	
	#page-content .contactzone .left .title h2{font-size:24px;}
	#page-content .formstyle1 input[type="text"], #page-content .formstyle1 textarea{width:81%; height:50px; line-height:50px; font-size:1.2em;}
	#page-content .formstyle1 input[type="submit"]{font-size:1.2em;}
	#page-content .contactzone .right .box p{font-size:18px;}
	
	.shadow-temoignages{bottom:-50px;}
	
	.pageblogue .main{width:60%;}
	.pageblogue .side{width:35%;}
	
	.pageblogue .main article .tags{display:block; margin:20px 0 0;}
	
	.flexfaq{flex-direction:column;}
	.flexfaq .left-faq{width:60%; margin-bottom:50px;}
	.flexfaq .right-faq{width:100%;}
	.services-selector li{width:calc((100% / 2) - 2rem + (2rem / 2));}
	.services-selector li a h2{font-size:16px;}
	
	.service-text{flex-direction:column; gap: 0;}
	.service-text .img{width:400px; margin-bottom:80px; order:1 !important;}
	.service-text .text{width:100%;}
	.bande-verte{padding:65px 0;}
	.bande-verte .flex{flex-direction:column;}
	.bande-verte .flex .case{width:80%; margin:30px auto;}
	.services-boxes .flex{flex-direction:column;}
	.services-boxes .flex .box{width:100%; margin-bottom:40px;}
	.services-boxes .flex .box .img{height:400px;}
	
	.portfolio-presentation .text{padding:40px;}
	.portfolio-presentation .img{width:50%;}
	.portfolio-images li{margin:0 0 6px;}
	
	#accueil-content .blogue .vignettes-blogue .vignette img{width:100%;}
	#accueil-content .blogue .vignettes-blogue .vignette .vignette-content h3{font-size:18px;}
	#accueil-content .blogue .vignettes-blogue .vignette .vignette-content p{font-size:16px;}
	#accueil-content .blogue .vignettes-blogue .vignette .vignette-content .lien{font-size:14px;}
	
	#nav .bottom .table .left{width:auto;}
	.divcontent > .flex{flex-direction:column;}
	.divcontent > .flex .main{width:100%; margin-bottom:50px;}
	.divcontent > .flex .side{width:100%; border-top:5px solid var(--my-color); padding-top:50px;}
	.divcontent > .flex .side section{display:inline-block; width:46%; margin:30px 2%;}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{width:46%;}
	
	.woocommerce-account .woocommerce-MyAccount-navigation{width:25%;}

	#page-content.donations .donate-wrap {
		max-width: 100%;
		flex-direction: column-reverse;
	}

	#page-content .main-text,
	#page-content.donations .donate-container {
		width: 100%;
	}

	#page-content.donations .donate-container {
		position: static;
		top: unset;
		margin-left: 0;
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 750px) {
	.wrap{width:500px;}	
	
	#nav .top .table .left, #nav.scrolled .top .table .left{display:none;}
	#nav .top .table .right{text-align:center;}
	#nav .top .table .right .langue{float:right;}
	#nav .bottom{margin-top:20px;}
	
	#accueil-top .slogan, #accueil-content .photo1 .slogan{font-size:35px; width:70%;}
	.vignettes-realisations a{height:225px; width:50%;}
	.vignettes-realisations .overlay img{top:35%; width:60px;}
	#accueil-content .blogue .vignettes-blogue .vignette .vignette-content .lien{font-size:16px;}
	#accueil-content .temoignages .temoignages-inside .sous-titre{padding-bottom:20px;}
	#accueil-content .temoignages .temoignages-inside .slider{width:500px;}
	#accueil-content .temoignages .temoignages-inside .slider .bold{padding-top:10px;}
	#accueil-content .temoignages .temoignages-inside .slider .slide{padding:20px 25px;}
	#accueil-content .temoignages .temoignages-inside .slider-arrows{padding-top:20px;}
	#accueil-content .contact .sous-titre img{float: unset; max-width: 50%; margin: 0 auto 1rem;}
	#accueil-content .contact .form input[type="text"], #accueil-content .contact .form textarea{width:100%;}
	#accueil-content .contact .form textarea{line-height:50px;}
	#accueil-content .contact .form input[type="submit"]{margin-bottom:0;}
	
	#accueil-content .blogue .vignettes-blogue{flex-direction:column;}
	#accueil-content .blogue .vignettes-blogue .vignette{width:100%; margin-bottom:50px; flex-basis:auto; flex-grow:0;}
	
	#page-content .shadow-wrap h2{font-size:22px; width:auto; margin-bottom:50px; text-align:center;}
	#page-content .form-soumission{width:85%;}
	
	#page-content .main-text .titre{font-size:25px;}
	#page-content .main-text .text{font-size:20px;}
	#page-content .main-text .text iframe{width: 100%;}
	#page-content .main-text .box p{padding-top:0; font-size:19px;}
	
	#page-content .shadow-wrap{padding-bottom:50px;}
	#page-content .form-soumission input[type="text"], #page-content .form-soumission textarea{font-size:1.2em; width:84%;}
	#page-content .form-soumission input[type="submit"]{font-size:1.2em; width:100%;}
	
	#footer .bottom .flex{flex-direction:column; text-align:center;}
	#footer .bottom .flex .left .langue{display:none;}
	#footer .bottom .flex .middle{margin:10px 0px;}
	
	#page-content .shadow-wrap{padding:50px 20px; margin-bottom:0;}
	
	#page-content .contactzone{flex-direction:column;}
	#page-content .contactzone .left{width:100%; margin-bottom:50px;}
	#page-content .contactzone .right{width:100%;}
	#page-content .contactzone .right .box{margin:15px 0;}
	
	.shadow-temoignages{bottom:-35px;}
	
	.pageblogue{flex-direction:column;}
	.pageblogue .main{width:100%;}
	.pageblogue .side{width:100%;}
	
	.pageblogue .main .nextprev{display:flex; justify-content:space-between;}
	.pageblogue .main .nextprev a{padding:0 15px; width:auto;}
	.pageblogue .main .author .left{min-width:140px;}
	
	.flexfaq .left-faq{width:80%;}
	.flexfaq .right-faq .faq h3, .flexfaq .right-faq .faq .answer{padding:20px 50px;}
	
	.services-boxes .flex .box .img{height:365px;}
	
	.page-portfolio{height:400px !important;}
	.portfolio-presentation{display:block;}
	.portfolio-presentation .img{display:block; width:100%; height:600px;}
	.portfolio-text{margin:50px 10px;}
	.portfolio-images li{width:49%;}

	.woocommerce div.product div.images {
		margin-bottom: 2rem;
	}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{width:96%;}
	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{width:98%;}
	
/*	.woocommerce{display:flex; flex-direction:column;}*/
	.woocommerce-account .woocommerce-MyAccount-navigation{order:2; width:100%; margin-top:30px;}
	.woocommerce-MyAccount-content{width:92% !important; border:10px solid #eee; padding:10px;}

	#galerie-photos .swiper-slide {
		padding-bottom: 50%;
	}

	#galerie-photos .galerie-arrow {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width: 550px) {
	.wrap{width:96%; margin:0 auto;}
	
	#nav .top{height:16px;}
	#nav.scrolled .top, #nav .top .table .right .langue{display:none;}
	
	.sous-titre h2{font-size:30px;}
	.sous-titre p, .sous-titre ul li{padding:0; font-size:17px;}
	.sous-titre ul{padding-left: 2.5rem;}
	
	#nav .bottom .table .left{width:55%;}
	.mobilemenu > ul > li > a{height:60px; line-height:60px;}

	#accueil-top .slogan{bottom:55px;}
	#accueil-top .slogan, #accueil-content .photo1 .slogan{width:90%;}
	#accueil-top .slogan .lien{border:3px solid #fff;}
	#accueil-top .slogan .lien, #accueil-content .photo1 .slogan .lien, #accueil-content .section-middle .text .lien{font-size:13px; padding:5px 10px; margin-top:15px;}
	
	.slider-arrow{
		height:30px; width:30px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	#accueil-content .a-propos .galerie a{width:100%;}
	#accueil-content .a-propos{padding-bottom:70px;}
	#accueil-content .photo1 .slogan .lien{border:3px solid #fff;}
	#accueil-content .section-middle .text{padding:0;}
	#accueil-content .section-middle .text .lien{border:3px solid var(--my-color);}
	#accueil-content .realisations{padding-top:50px;}
	.vignettes-realisations .overlay img{top:40%; width:30px;}
	.vignettes-realisations a{height:140px;}
	#accueil-content .blogue .vignettes-blogue{flex-wrap:wrap; margin-bottom:60px;}
	#accueil-content .blogue .vignettes-blogue .vignette{width:100%; margin-bottom:30px;}
	#accueil-content .temoignages .temoignages-inside .slider{width:290px; line-height:20px; font-size:17px;}
	#accueil-content .temoignages .temoignages-inside .slider-arrows img{width:30px;}
	#accueil-content .temoignages .temoignages-inside .slider-arrows #previous{margin-right:30px;}
	#accueil-content .partenaires .logos li{width:50%;}
	#accueil-content .contact{padding:20px 30px;}
	#accueil-content .contact .sous-titre{padding-bottom:20px;}
/*	#accueil-content .contact .form input[type="text"], #accueil-content .contact .form textarea{width:77%;}*/
	#accueil-content .contact .form input[type="submit"]{width:89%;}
	
	#page-top{height:250px;}
	#page-top .titre-page{top:150px;}
	
	#page-content .bg-page{min-height:350px;}
	#page-content .titre-page{font-size:14px; top:230px;}
	#page-content .main-text .titre{line-height:30px; font-size:20px; margin-top:30px; margin-bottom:40px; text-align:left;}
	#page-content .main-text .text, #galerie-photos-text p, .service-text .text p, .section-bottom .text p{font-size:16px;}
	#page-content .main-text .shadow{bottom:14px;}
	#page-content .main-text .box{flex-wrap:wrap;}
	#page-content .main-text .box .green-circle{margin:0 auto;}
	#page-content .main-text .box p{margin:20px auto 0; width:100%; font-size:18px; text-align:center;}
	#page-content .big-image-1 .statistiques .statistique{width:100%;}
	#page-content .big-image-1 .statistiques .statistique h3{font-size:40px;}
	#page-content .big-image-1 .statistiques .statistique p{font-size:21px;}
	
	#page-content .form-soumission input[type="text"], #page-content .form-soumission textarea{width:82%; font-size:0.8em;}
	#page-content .form-soumission input[type="text"]{height:50px;}
	#page-content .form-soumission textarea{line-height:50px;}
	#page-content .form-soumission input[type="submit"]{font-size:0.8em; height:50px;}

	#page-content .sous-titre h2{padding: 0;}
	
	#footer .top .right .form input[type="text"]{width:65%;}
	#footer .top .right .form input[type="submit"]{margin-left:5px;}
	
	.shadow-temoignages{display:none;}
	
	.pageblogue .main .author{flex-direction:column;}
	.pageblogue .main .author .left{min-width:100%; text-align:center; margin-bottom:30px;}
	.pageblogue .main .comment-form .half{width:96% !important;}
	.pageblogue .main .comment-form textarea{margin-bottom:15px;}
	.pageblogue .main .comment-form input[type="text"]{margin-bottom:15px;}
	
	.flexfaq .left-faq{width:100%;}
	.flexfaq .right-faq .faq .answer{padding:20px;}
	
	.services-selector li{width:100%;}

	.service-text:not(:last-child){margin-bottom: 50px;}
	.service-text .img{width:100%; margin-bottom:40px;}
	.services-boxes .flex .box .img{height:260px;}
	
	.portfolio-presentation .img{height:475px;}
	
	#accueil-top .slogan, #accueil-content .photo1 .slogan{font-size:25px; line-height:1.2em;}
	#accueil-top .slogan .color-line, #accueil-content .photo1 .slogan .color-line{display:none;}
	
	#accueil-content .featured-products .wrap > h2{font-size:25px; text-align:center;}
	#accueil-content .featured-products .wrap .color-line{margin:0 auto;}
	#accueil-content .woocommerce .products ul, #accueil-content .woocommerce ul.products{margin:0 40px 1em;}
	#accueil-content .woocommerce ul.products[class*=columns-] li.product, #accueil-content .woocommerce-page ul.products[class*=columns-] li.product{width:100%;}
	
	.divcontent > .flex .side{border-top:0; padding-top:0;}
	.divcontent > .flex .side section{width:100%; margin:0 0 50px;}
	
	.woocommerce .woocommerce-result-count{width:100%; text-align:center;}
	.woocommerce .woocommerce-ordering{text-align:center; width:100%;}

	a.subscribe-button {
		font-size: .9rem;
	}
}

/* CSS MEDIA QUERIES - LANDSCAPE ORIENTATION */

@media screen and (orientation:landscape) and (pointer:none), (pointer:coarse) {
   #nav.scrolled .top{display:none;}
   .smicon{margin:5px 5px 0;}
   #nav .bottom{margin:10px 0;}
   #nav .bottom .table .left a img{max-height:50px;}
   #nav .bottom .table .right .menuicon{width:30px; height:30px;}
   .mobilemenu > ul > li > a
   .slider-arrow{
	   width:30px; height:30px;
	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   -o-background-size: cover;
	   background-size: cover;
	}
	#accueil-top .slogan, #accueil-content .photo1 .slogan{width:100%; bottom:50px; font-size:20px; text-align:center;}
	#accueil-top .slogan .lien, #accueil-content .photo1 .slogan .lien, #accueil-content .section-middle .text .lien{font-size:12px; padding:10px; display:inline-block;}
	#accueil-top .slogan .color-line, #accueil-content .photo1 .slogan .color-line{display:none;}
	#accueil-top .slogan .lien{display:inline-block;}
	#accueil-top .slogan a, #accueil-content .photo1 .slogan a{display:block; text-align:center;}
	.sous-titre h2{font-size:28px;}
	.sous-titre p, .sous-titre ul li{font-size:16px; padding:0;}
	#accueil-content .big-image-1{min-height:250px;}
	.section-bottom{text-align:center;}
	.section-bottom img{min-width:auto; max-height:225px; margin:0 auto;}
	.section-bottom .text h3{font-size:20px;}
	.section-bottom .text p{font-size:16px; font-weight:300;}
	.section-bottom .text a{display:block; text-align:center;}
	.section-bottom .text .lien{display:inline-block;}
	.section-bottom .text .lien{font-size:14px; padding:10px;}
	#accueil-content .blogue .vignettes-blogue .vignette{text-align:center;}
	#accueil-content .blogue .vignettes-blogue .vignette img{width:auto; margin:0 auto; max-height:225px;}
	#accueil-content .blogue .vignettes-blogue .vignette .vignette-content a{display:block; text-align:center;}
	#accueil-content .blogue .vignettes-blogue .vignette .vignette-content .lien{display:inline-block;}
	.mobilemenu .menuicon img{width:20px;}
	.mobilemenu > ul{padding:65px 50px 0;}
/*	.mobilemenu > ul > li{display:inline-block;}*/
/*	.mobilemenu > ul > li > a{border-left:1px solid #fff; margin:0 5px 10px;}*/
	#page-content .main-text{width:100%;}
	#page-content .main-text .titre{font-size:22px; margin-bottom:30px;}
	#page-content .main-text .text{font-size:16px;}
	#page-content .main-text .box{margin-top:40px;}
	#page-content .main-text .box p{font-size:16px; line-height:1.2em; align-self:center;}
	#page-content .big-image-1 .statistiques .statistique h3{font-size:30px;}
	#page-content .big-image-1 .statistiques .statistique p{font-size:18px;}
	.service-text{margin:0;}
	.service-text .img{width:235px; margin-bottom:20px;}
	.service-text .text{text-align:center;}
	.service-text .text h2, #galerie-photos-text h2{font-size:20px;}
	.bande-verte{padding:5px 0;}
	.services-boxes .flex .box .img{height:225px;}
	
}

/* CSS MEDIA QUERIES - HEIGHT */

@media screen and (max-height: 770px) {
	.mobilemenu > ul > li > a{height:50px; line-height:50px; font-size:1.6em;}
}

@media screen and (max-height: 550px) {
	.mobilemenu > ul > li > a{height:35px; line-height:35px; font-size:1.2em;}
}