@charset "utf-8";
/* CSS Document */

/************************/
/*		STRUCTURE		*/

body {
	position:relative;
}

.container {
	width:1100px;
	margin:0 auto;
	clear:both;
	position:relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

section, footer, header {
	width:100%;
}

#menu-full {
	background-color:#fff;
	position:relative;
}

a {
	text-decoration:none;
	outline:none;
}

section#main {
	background-image:url(../img/bg.jpg);
	background-size:100% auto;
	background-repeat:no-repeat;
	margin-top:105px;
	z-index:100;
}

.spacer1 {
	width:40%;
	clear:both;
	border-top:3px dotted #d0d1d3;
	margin-bottom:25px;
}

.spacernews {
	width:93%;
	clear:left;
	border-top:3px dotted #d0d1d3;
	margin-bottom: 25px;
}

.spacer5 {
	clear:both;
	height:5px;
}

.spacer15 {
	clear:both;
	height:15px;
}

.spacer30 {
	clear:both;
	height:30px;
}

.spacer35 {
	clear:both;
	height:35px;
}

h1 {
	font-family: 'Alike', serif;
	font-size:48px;
	text-transform:uppercase;
	color:#1d7e62;
	margin-bottom:15px;
}

h2 {
	font-family: 'Alike', serif;
	font-size:28px;
	text-transform:uppercase;
	color:#1d7e62;
	padding-top: 15px;
	margin-bottom:20px;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	font-weight:700;
	font-style:italic;
	text-transform:uppercase;
	color:#999;
	margin-bottom:20px;
}

a.linkedin {
	display:inline-block;
	width:26px;
	height:26px;
	margin-left:20px;
	background-image:url(../img/linkedin.png);
	background-size:cover;
}

a.linkedin:hover {
	text-decoration:none !important;
	background-image:url(../img/linkedin-over.png);
}

nav a.linkedin {
	display:inline-block;
	width:26px;
	height:26px;
	margin-left:20px;
	margin-top:100px;
	background-image:url(../img/linkedin.png);
}


/************************/
/*			NAV			*/

#menu-full .container {
	z-index:3;
}

#logo {
	float:left;
	z-index:14;
	padding:0px;
	margin:0px;
}
#titre{display:none;}
#open-mobile {
	display:none;
}

#logo a {
	display:block;
	margin-bottom: -3px;
}

nav {
	height:150px;
}

nav ul li {
	float:left;
	text-align:center;
	height:43px;
	padding:107px 10px 0px 10px;
	font-family: 'Alike', serif;
	font-size:14px;
	text-transform:uppercase;
}

nav ul {
	display:block;
	float: right;
}

nav ul li a {
	padding-bottom:20px;
	color:#1d7e62;
	border-bottom:7px solid #FFF;
	
	-webkit-transition: border-color 0.4s; /* For Safari 3.1 to 6.0 */
    transition: border-color 0.4s;
}

nav ul li a:hover {
	border-bottom:7px solid #1d7e62;
}

nav ul li a::after {
	content:"|";
	position: relative;
    right: -10px;
	top:-1px;
}
nav ul li:last-child a::after {
	content:"";
}

nav .selected {
	border-bottom:7px solid #1d7e62;
}

#banner {
	background-image:url(../img/banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position: absolute;
    top: 150px;
    width: 100%;
	height:127px;
}

#banner.home {
	display:none;
}

#border-menu {
	background-color:rgba(56,99,83,0.7);
	position: absolute;
    top: 150px;
    width: 100%;
	height:22px;
	z-index:2;
}

#border-menu.home {
	background-color:#25765e;
}




/************************/
/*			MAIN		*/

#main .container {
	background-color:#fff;
	position: relative;
    top: -35px;
	padding:77px 0px 28px 50px;
	margin-bottom: -35px;
}

#main p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-style:italic;
	color:#929496;
	line-height:28px;
	margin-bottom:18px;
	padding-right:50px;
	
}

#main ul {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	font-weight:700;
	font-style:italic;
	color:#999;
}

#main ul li {
	line-height: 26px;
}

#main ul li::before {
	content:url(../img/list-style-dot.png);
	margin-right: 20px;
    position: relative;
    top: -3px;
}

#main ul ul {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	color:#929496;
}

#main ul ul li::before {
	content:"-";
	margin-left: 10px;
	margin-right: 10px;
    position: relative;
    top: -3px;
}










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

#main #accueil {
	position: relative;
    top: 0px;
	left:-200px;
	padding:20px 0px 60px 50px;
	margin-bottom: 0px;
	width:700px;
	
	/*-webkit-box-shadow: inset 0px 39px 21px -29px rgba(50, 50, 50, 0.1), 	inset 0px -39px 21px -29px rgba(50, 50, 50, 1);
	-moz-box-shadow:    inset 0px 39px 21px -29px rgba(50, 50, 50, 1), 	inset 0px -39px 21px -29px rgba(50, 50, 50, 1);
	box-shadow:         inset 0px 39px 21px -29px rgba(50, 50, 50, 1), 	inset 0px -39px 21px -29px rgba(50, 50, 50, 1);*/
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


}

#main #accueil .widget-holder {
	position: absolute;
    top: 20px;
	right:-400px;
}

#sliderWrapper {
	position:relative;
	margin-top: -105px;
	background-color:#000;
}

#homeSlider {
	width:100% !important;
	height:auto;
	clear:both;
}

#homeSlider img {
	width:100% !important;
	height:auto !important;
}

#navSlider {
	margin-bottom:0px;
	position:relative;
	z-index: 200;
	top:-25px !important;
	width:1100px;
	margin:0px auto;
}

#navSlider a {
	display:block;
	float:right;
	margin-left:10px;
	width:15px;
	height:15px;
	background-color:#bfb4b1;
	overflow: hidden;
    text-indent: 100px;
}

#navSlider a.activeSlide {
	background-color:#356550;
}












/************************/
/*		 CABINET		*/

#cabinet img {
	float:left;
	margin-right:18px;
}

#cabinet-1 { padding-bottom:5px; }
#cabinet-1 img { 
	margin-top:8px;
}

#cabinet-2 .widget-holder {
	margin-top:19px;
	margin-bottom:20px;
}

#cabinet-1 p {
	margin-top:-8px;
}

#cabinet-2 h2 { margin-bottom:5px; }

#cabinet-3 p {
	margin-top:-12px;
	margin-bottom:0px;
}













/************************/
/*		 SERVICES		*/

#services-images img {
	float:left;
}

#services-images img:first-child {
	margin-right:8px;
}

#services-2 .sidenav {
	margin-top:10px;
	margin-bottom:10px;
}

#services-2 .sidenav a.services {
	display:none;
}

.widget-holder p {
	padding-right: 0;
}






/************************/
/*		 ÉQUIPE 		*/

#equipe figure {
	float:left;
	margin-right:25px;
	margin-top:3px;
	width: 324px;
	position: relative;
}

#equipe figure img{
	width: 100%;

}
#equipe figure figcaption {
	text-align: right;
}
#equipe figure figcaption li {
	color:#929496;
	font-size: 16px;
	font-weight:normal;
	text-align: right;
}

#equipe figure figcaption h3 {
	padding-top: 8px;
	text-align: right;
}

#equipe figure figcaption ul+ul {
	display: inline-block;
	margin-left: auto;
	list-style-type: disc;
}

#equipe figure figcaption li::before {
	content: none;
}

#equipe figure .img-bubble{
	position: absolute;
	top: -25px;
	right: -15px;
	background-color: #1d7e62;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 15px;
	color: #fff;
	font-style: italic;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}

#equipe figure .img-bubble .smaller{
	font-size: 12px;
	margin-bottom: 5px;
	text-transform: lowercase;
}

#equipe figure .img-bubble sup{
	vertical-align: super;
	font-size: 0.7em;
}

#equipe-admin img {
	margin-right:35px;
}

#equipe-admin ul {
	font-size:18px;
	font-weight:normal;
	color:#929496;
}

#equipe-admin .widget-holder {
	margin-top:19px;
}

/************************/
/*	   NOUVELLES 		*/

#nouvelles .article h2 {
	text-transform:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	color:#929496;
	font-weight:bold;
	font-style:italic;
}

.article {
	width:68%;
}

.article a.suite {
	display:block;
	padding:10px 0px 10px 25px;
	
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#929496;
	font-style:italic;
	
	background-image:url(../img/plus.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

#nouvelles .widget-holder {
	margin-top:175px;
}

#nouvelles .widget-holder .feed {
	display:none;
}

.date-author {
	text-transform:uppercase;
	font-size:23px !important;
	margin-bottom: 5px !important;
    margin-top: 0;
}







/************************/
/*	   NOUVELLE simple 	*/

#nouvelle .widget-holder {
	margin-top:8px;
}










/************************/
/*	   PARTENARIAT 		*/

#partenariat .widget-holder {
	margin-top: 8px;
}








/************************/
/*		 CONTACT 		*/
*:focus {
    outline: 0;
}
.invalidInput, .error{
color:#900;
background-color:#eeeeef;
}
.error,.notice{
padding:0.5em;
margin:0.5em;
}

.error{
	border:2px solid #8a1f11;
	display:none;
	font-size:12px;
}
.notice {
	background-color:#FFF6BF;
	color:#514721;
	border:2px solid #FFD324;
	display:none;
}

#contact img {
	float:left;
	margin-right:25px;
	margin-top:3px;
}

#contact h2 {
	padding-top:0px
}

#contact h3 {
	margin-bottom:5px;
}

#contact a {
	color:#1d7e62;
}

#contact a.theForm {
	font-family: 'Roboto Condensed', sans-serif;
	font-style:italic;
	text-transform:uppercase;
	font-size:18px;
	text-decoration:none;
	margin-top: 84px;
	display:block;
}

/* #formulaire { display:none; } */

#formulaire input, #formulaire textarea {
	font-family: 'Roboto Condensed', sans-serif;
	font-style:italic;
	font-size:22px;
	color:#a8a7a7;
	margin-bottom:5px;
	border:none;
	padding:3px;
	width:98%;
}

#formulaire [type="submit"] {
	background-color:#1d7e62;
	color:white;
	font-size:22px;
	font-family: 'Alike', serif;
	font-style:normal;
	text-align:left;
	width:100%;
	cursor:pointer;
}

#formulaire [type="submit"]:hover {
	background-color:#386353;
}

#formulaire span {
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	background-color:#fff;
	color:#1d7e62;
	padding:5px;
	margin-bottom:5px;
	font-style:italic;
	text-transform:uppercase;
}

.fancybox-close {
	background-image: url("../img/fancy-box-close.png");
	background-size:19px 19px;
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 19px;
    z-index: 8040;
}








/************************/
/*		 SIDE NAV		*/

.widget-holder {
	width:350px;
	float:right;
	margin-left: 30px;
}

.sidenav a.green {
	font-family: 'Alike', serif;
	font-size:18px;
	display:block;
	background-color:#1d7e62;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom:13px;
	padding-top:15px;
	padding-left:30px;
	padding-bottom:10px;
}

.sidenav .feed {
	font-family: 'Roboto Condensed', sans-serif;
	font-style:italic;
	background-color:#FFF;
	
	-webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.47);
	-moz-box-shadow:    0px 3px 2px 0px rgba(50, 50, 50, 0.47);
	box-shadow:         0px 3px 2px 0px rgba(50, 50, 50, 0.47);
}

.sidenav .feed h4 {
	font-family: 'Alike', serif;
	font-size:18px;
	text-transform:uppercase;
	font-style:normal;
	color:#1d7e62;
	line-height:35px;
	padding-left: 20px;
}

.sidenav .feed a {
	display:block;
	width:100%;
	height:100%;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:20px;
	color:#cccbcb;
	font-size:16px;
	border-bottom:2px dotted #d0d1d3;
	box-sizing: padding-box;
	
	background-image:url(../img/plus.jpg);
	background-repeat:no-repeat;
	background-position:right 80%;
}

.sidenav .feed a:hover {
	color:#1d7e62;
}

.sidenav .feed div {
	padding-left: 20px;
	padding-right:10px;
}

.sidenav .feed div:hover {
	background-color:#e9e9e9;
}

.sidenav .feed a.all {
	font-size:12px;
	display:block;
	width: 97%;
	text-align:right;
	border:none;
	padding-bottom: 10px;
    padding-right: 0px !important;
    padding-top: 10px;
	background:none;
}









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

footer {
	padding-top:40px;
	height:190px;
	background-color:#1d7e62;
	font-family: 'Titillium Web', sans-serif;
	color:#fff;
	text-transform:uppercase;
}

footer a {
	color:inherit;
}

footer a:hover {
	text-decoration:underline;
}

.copyright {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.copyright span,
.copyright a,
.copyright div{
	align-self: center;
}

.copyright > div .sep{
	padding: 0 5px;
}

@media only screen and (max-width: 768px){
	.copyright > div{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
}

footer #linkedin {
	display:none;
	text-align:center;
	margin-bottom: 20px;
}

footer .linkedin {
	width:28px;
	height:28px;
}

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

.banner-team{
	position: relative;
	width: 100%;
	display: block;
	height: 500px;
	margin-bottom: 40px;
}

.banner-team img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

@media only screen and (max-width: 768px){
	.banner-team{
		height: auto;
	}

	.banner-team img{
		object-fit: contain;
	}
}