@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,400italic');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Aleo:300,400,700');

@font-face {
    font-family: 'Avenir-Medium';
    src: url('fonts/Avenir-Medium.eot');
    src: url('fonts/Avenir-Medium.ttf') format('truetype'),
         url('fonts/Avenir-Medium.woff') format('woff'),
         url('fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avenir-Medium.svg#RAvenir-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir-Book';
    src: url('fonts/Avenir-Book.eot');
    src: url('fonts/Avenir-Book.ttf') format('truetype'),
         url('fonts/Avenir-Book.woff') format('woff'),
         url('fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avenir-Book.svg#RAvenir-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir-Light';
    src: url('fonts/Avenir-Light.eot');
    src: url('fonts/Avenir-Light.ttf') format('truetype'),
         url('fonts/Avenir-Light.woff') format('woff'),
         url('fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avenir-Light.svg#RAvenir-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir-Black';
    src: url('fonts/Avenir-Black.eot');
    src: url('fonts/Avenir-Black.ttf') format('truetype'),
         url('fonts/Avenir-Black.woff') format('woff'),
         url('fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avenir-Black.svg#RAvenir-Black') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir-Heavy';
    src: url('fonts/Avenir-Heavy.eot');
    src: url('fonts/Avenir-Heavy.ttf') format('truetype'),
         url('fonts/Avenir-Heavy.woff') format('woff'),
         url('fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
         url('fonts/Avenir-Heavy.svg#RAvenir-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
Oorange : #-f7941d
Rrouge : #-ef2e24
Vvert : #-b3d235
*/
 
html{
    background:#383839;
}
body {
    overflow-x: hidden;
    font-family: 'Avenir-Book', sans-serif;
    background-color:#eeeded;
    margin: 0 auto;
}

@media(max-width: 768px){
    body{
        width: 100%;
    }
}

@media(min-width: 768px){
    body{
        width: 100%;
    }
}
.carousel-item img{
    width:100%;
}


p {
    line-height: 21px;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}
iframe {
    max-width: 100%;
    margin-bottom: 20px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}
a:hover{
    font-weight:bold;
}

h2{
    text-transform: inherit;
    font-family: "Aleo";
    font-size:24px;
}
h4{
    text-transform: inherit;
    font-size:16px;
}

.gras{
    font-weight:bold;
}
.orange{
    color:#f7941d;
}
.rouge{
    color:#F44F2F
}
.white-text {
    color: #fff !important;
}
.margin-auto{
    margin:0 auto;
}
.color_light_blue{color:#00a5c0;}

.section-title h3{
    color: #666;
    font-size: 22px; /* 28 */
    font-family: 'Rubik-medium', sans-serif;
    font-weight:bold;
}


.footer-contact-info .section-title h3{
    color: #666;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}


.section-title p {
    padding-bottom: 60px;
    color: #999;
    font-size: 18px;
    font-weight: 300;
}

.bg-white{
    background-color:#fff;
}

.position-relative{
    position:relative;
}


.image-page, .main iframe{
    max-width:100% !important;
    max-height: 100% !important;
}

.btn-primary {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: transparent !important;
}

.owl-controls{
    display:none !important;
}

.right{
    text-align:right;
    display:block;
}

.boutons-haut {
    float: right;
    margin-right: 15px;
    margin-top: -10px;
}

.boutons-lateral .bouton-lat{
    padding: 15px;
    margin: 15px 0px; 
    display: block;
    position: fixed;
    width: 200px;
    right: -90px;
    transition:all 0.5s;
    z-index:999;
    height: 62px;
}
.boutons-lateral .bouton-lat i{
    margin-right:15px;
}
.boutons-lateral .bouton-lat:hover{
    right: -15px;
    transition:all 0.5s;
}
.boutons-lateral .bouton-lat{
    color:#262626;
    text-transform:uppercase;
    font-weight:bold;
}
.boutons-lateral .bouton-lat div{
    background:transparent;
    display: block;
    background-size: auto 100%;
    height: 62px;
    width: 179px;
    margin-left: 35px;
    background-repeat: no-repeat;
}
.boutons-lateral .bouton-lat div span{
    float: right;
    margin-top: 18px;
    font-size: 12px;
    margin-right: 45px;
}

.boutons-lateral .bouton-lat.bouton2 div span{
    float: right;
    margin-top: 18px; 
    font-size: 12px; 
    margin-right: 44px;
}

.boutons-lateral .bouton-lat.bouton3 div span{
    float: right;
    margin-top: 20px; /* 25 */
    font-size: 12px;
    margin-right: 55px; /* 30 */
}

.boutons-lateral .bouton-lat img{
    margin-left:-55px;
}
.boutons-lateral .bouton-lat.bouton1{
    color:#FF8640;
    top: 30%;
}
.boutons-lateral .bouton-lat.bouton2{
    color:#7f5299;
    top: 43%;
}
.boutons-lateral .bouton-lat.bouton3{
    top: 56%;
    color:#F44F2F;
}
.boutons-lateral .bouton-lat.bouton-4{
    top: 60%;
}


    
table.default_tableau {
    border:#eee solid 1px;
}    
table.default_tableau p{
    margin-bottom:0;
}

@media(max-width: 768px){
    .boutons-lateral{
        display: none;
    }
}

/* CLASS WEBSERVICE */

span.puce:before {
    content: "• "; /* on affiche une chaîne de caractère */
}
span.alignement1{
    padding-left: 15px;
}
span.alignement2{
    padding-left: 30px;
}
span.alignement3{
    padding-left: 45px;
}

/*------------------------------------------------*/
/* Start Top Navbar Section                           */
/*------------------------------------------------*/
.div-logo{
    
}
#menu-mobile{ display:none; width: 100%; }
.displayMenuMobile{
    display:none;
}
.navbar-default .header-logo {
    padding: 5px 0px;
    width: 100%;
}
.navbar-default .header-logo h2{
    text-align: center;
    display: inline-block;
    margin: 10px auto 5px;
    width: 80%;
    font-size:24px;
}
.navbar-default .header-logo h3{
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 80%;
    font-size:18px;
}
.navbar{
    margin-bottom:0px;
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
}


.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
    background:#828282;
    padding: 0px;
    display: block;
    transition: all 0.5s;
    box-shadow: 0px 2px 10px #444;
    z-index: 999;
}
.navbar-default .navbar-fixed {
    border-color: rgba(255,255,255,.02);
    background: #ef2e24;
    padding: 5px 100px;
    display: block;
    height: 65px;
    position: fixed;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    top: 0;
    transition: all 0.5s;
}



/* MENU PRINCIPAL */

.navbar-default nav div.menu-1{   
    max-width: 100%;
    width: 100%;
    background:#828282;
}
.navbar-default nav div.menu-1 .li, .navbar-default nav div.menu-1 .dropdown-child{
    font-weight:bold;
    z-index: 999;
    width:33.33%;
    text-align:center;
    background:#828282;
    font-family: "Rubik", sans-serif;
}
.navbar-default nav div.menu-1 > .li > a{
    color:#E6E6E6;
    display: block;
    padding: 0px;
    width: 100%;
    border-radius: 0px;
    padding:5px;
} 
.navbar-default nav div.menu-1 > .li > a:hover{
    color:#fff;
    background: #FF8640;
} 
.navbar-default nav div.menu-1 > .li > a.active{
    color:#fff;
} 

/* MENU-2 */
.navbar-default nav ul.menu-2 {
    background: #E6E6E6;
    margin: 0 auto;
    text-align: center;
    width:100%;
    max-width: 100%;
    color:#262626;
    padding: 0 10% 0 10%;
    box-shadow: 0px 2px 10px #444;
}
.navbar-default nav ul.menu-2 > li > a{
    color:#262626;
    display: block;
    padding: 0px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0px;
    padding:10px;
    font-size:12px;
    font-weight:600;
    font-family: "rokkit-regular", sans-serif;
} 

.navbar-default nav ul.menu-2 > li > a:hover{
    background:#FF8640;
    cursor:pointer;
    color:#fff;
}
.navbar-default nav ul.menu-2 li{
    width:19%;
}
/* FIN MENU PRINCIPALE */



@media(min-width:768px) {
    .navbar-default {
        padding: 0;
        border: 0;
        background-color: #fff;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        -o-transition: padding .3s;
        transition: padding .3s;
    z-index: 999;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    
}




/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item {
    height: 700px;
}

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 45%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 0px;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: rgba(0,0,0,.7);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content h1{
	font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}


#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content p{
	font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #fff;
}

.slider.btn{
	padding: 10px 40px;
	font-size: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
    font-weight: 300;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#main-slide .btn-primary:hover {
	background: transparent;
	border: 1px solid #fff;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	-webkit-animation: lightSpeedIn 1s ease-in 800ms both;
	animation: lightSpeedIn 1s ease-in 800ms both;
}

.carousel .item.active .animated2 {
	-webkit-animation: bounceIn 1s ease-in 800ms both;
	animation: bounceIn 1s ease-in 800ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: flipInX 2s ease-in-out 800ms both;
	animation: flipInX 2s ease-in-out 800ms both;
}


@media (min-width : 992px) {
    
    #main-slide .slider-content h1{
		font-size: 68px;
	}
}


@media (min-width : 768px) and (max-width: 991px) {
    
    #main-slide .slider-content h1{
		font-size: 35px;
        margin-bottom: 10px;
        margin-top: 0;
	}
	#main-slide .slider-content p{
		font-size: 20px;
		margin-top: 0;
        line-height: 25px;
	}

	.slider.btn{
		padding: 5px 25px;
		margin-top: 5px;
		font-size: 16px;
	}
    
    #main-slide .item {
        height: 550px;
    }
    
}


@media (max-width : 767px) {
    
    #main-slide .slider-content h1{
		font-size: 28px;
		line-height: normal;
		margin-bottom: 0;
	}
	#main-slide .slider-content p{
		font-size: 14px;
		margin-top: 5px;
	}
	.slider.btn{
		padding: 0 15px;
		margin-top: 0;
		font-size: 12px;
	}
	#main-slide .carousel-indicators{
		display: none;
	}
    
    #main-slide .item .slider-content{
		display: none;
	}
    
    #main-slide .item {
        height: 400px;
    }
    
}


@media (max-width : 479px) {
    
    #main-slide .item .slider-content{
		display: none;
	}
    
    #main-slide .item {
        height: 180px;
    }
    
}



/*--------------------------------------------------*/
/* Start Side Nav Section
/*--------------------------------------------------*/


.menu-wrap a {
	color: #fff;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.menu-wrap .logo {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    font-size: 35px;
}



/* Menu Button */
.menu-button {
	position: fixed;
	z-index: 1000;
	margin: 1em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
	content: '';
}


@media (max-width : 479px) {
    .menu-button {
        width: 1.5em;
        height: 1.5em;
    }
    
    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
        content: '';
    }
    
    .menu-wrap a {
        padding: 5px !important;
    }
}

@media (max-width : 767px) {
    .menu-button {
        width: 2em;
        height: 2em;
    }
    
    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
        content: '';
    }
}



.menu-button:hover {
	opacity: 0.6;
}

/* Close Button */
.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #bdc3c7;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
	position: absolute;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background: #111;
	padding: 2.5em 1.5em 0;
	font-size: 1.15em;
    
	-webkit-transform: translate3d(-320px,0,0);
	-moz-transform: translate3d(-320px,0,0);
	-o-transform: translate3d(-320px,0,0);
	transform: translate3d(-320px,0,0);
    
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -webkit-transform 0.4s;
	-o-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
    
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.menu, 
.icon-list {
	height: 100%;
}

.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	-moz-transform: translate3d(0,100%,0);
	-o-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.icon-list a {
	display: block;
	padding: 0.8em;
    
	-webkit-transform: translate3d(0,500px,0);
	-moz-transform: translate3d(0,500px,0);
	-o-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
}

.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	-moz-transition: -webkit-transform 0s 0.4s;
	-o-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
    
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	-moz-transform: translate3d(0,1000px,0);
	-o-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	-moz-transform: translate3d(0,1500px,0);
	-o-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	-moz-transform: translate3d(0,2000px,0);
	-o-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	-moz-transform: translate3d(0,2500px,0);
	-o-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	-moz-transform: translate3d(0,3000px,0);
	-o-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}

.icon-list a span {
	margin-left: 10px;
	font-weight: 500;
}

/* Shown menu */
.show-menu .menu-wrap {
    position: fixed;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -webkit-transform 0.8s;
	-o-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
    
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -webkit-transform 0.8s;
	-o-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
    
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
	-o-transition-duration: 0.9s;
	transition-duration: 0.9s;
}





/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item {
    height: auto;
}

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 45%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}

.carousel-default{
    position: relative;
    height: 400px;
}

.carousel-indicators li{
	width: 20px !important;
	height: 20px !important;
	border: 1px solid #fff !important;
	margin: 5px !important;
        background-color: transparent !important;
        cursor: pointer;
}

.carousel-indicators .active{ background-color: #fff !important; }


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: rgba(0,0,0,.7);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content h1{
	font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}


#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content p{
	font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #fff;
}

.slider.btn{
	padding: 10px 40px;
	font-size: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
    font-weight: 300;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#main-slide .btn-primary:hover {
	background: transparent;
	border: 1px solid #fff;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	-webkit-animation: lightSpeedIn 1s ease-in 800ms both;
	animation: lightSpeedIn 1s ease-in 800ms both;
}

.carousel .item.active .animated2 {
	-webkit-animation: bounceIn 1s ease-in 800ms both;
	animation: bounceIn 1s ease-in 800ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: flipInX 2s ease-in-out 800ms both;
	animation: flipInX 2s ease-in-out 800ms both;
}


@media (min-width : 992px) {
    
    #main-slide .slider-content h1{
		font-size: 68px;
	}
}


@media (min-width : 768px) and (max-width: 991px) {
    
    #main-slide .slider-content h1{
		font-size: 35px;
        margin-bottom: 10px;
        margin-top: 0;
	}
	#main-slide .slider-content p{
		font-size: 20px;
		margin-top: 0;
        line-height: 25px;
	}

	.slider.btn{
		padding: 5px 25px;
		margin-top: 5px;
		font-size: 16px;
	}
    
    #main-slide .item {
        height: 550px;
    }
    
}


@media (max-width : 767px) {
    
    #main-slide .slider-content h1{
		font-size: 28px;
		line-height: normal;
		margin-bottom: 0;
	}
	#main-slide .slider-content p{
		font-size: 14px;
		margin-top: 5px;
	}
	.slider.btn{
		padding: 0 15px;
		margin-top: 0;
		font-size: 12px;
	}
	#main-slide .carousel-indicators{
		display: none;
	}
    
    #main-slide .item .slider-content{
		display: none;
	}
    
    #main-slide .item {
        height: 400px;
    }
    
}


@media (max-width : 479px) {
    
    #main-slide .item .slider-content{
		display: none;
	}
    
    #main-slide .item {
        height: 180px;
    }
    
}

 .souligne-form-contact {
        width: 100px;
        border: 1px solid #e3b11a;
    }

/*------------------------------------------------------ */
/* Start Feature Section                              */
/*------------------------------------------------------ */


.services-section {
    padding-top: 80px;
    padding-bottom: 20px;
}
.feature-section {
    /*padding-top: 100px;*/
}

.feature, .feature-2, .feature-3 {
    padding-bottom: 80px;
}

.feature, .feature-3 {
    text-align: center;
}
.feature h4,
.feature-3 h4 {
    font-size: 15px;
    color: #666;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.feature-2 h4{
    font-size: 15px;
    color: #666;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.feature p, 
.feature-2 p,
.feature-3 p {
    color: #444;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.feature i,
.feature-3 i {
    font-size:2.5em;
    width: 80px;
    height: 80px;
   padding:25px;
    margin-bottom: 10px;
   position: relative;
}

.feature i {
    color:#fff;
	box-shadow: 0 0 0 30px transparent;
	-webkit-transform: translate3d(2, 2, 2);
	-moz-transform: translate3d(2, 2, 2);
	-o-transform: translate3d(2, 2, 2);
	transform: translate3d(2, 2, 2);
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}
.no-touch .feature:hover i,
	.no-touch .feature:active i,
	.no-touch .feature:focus i {		
		
		-webkit-transition: box-shadow .4s ease-in-out;
		-moz-transition: box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
}

.feature-3 i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.feature-3:hover .border {
    margin: 0 35%;
}

.feature-2 i {
   font-size:2.5em;
    color: #fff;
    width: 70px;
    height: 70px;
   padding:20px;
   position: relative;
    
}

.feature-2 .media-body {
    margin-left: 25px !important;
}

.feature-2 .border {
    margin-top: 20px;
    margin-left: 49.999%;
    margin-right: 49.999%;
	border-color: #fff;
}

.feature-2:hover .border {
    margin-left: 0%;
    margin-right: 0%;
}




/*-------------------------------------------------*/
/* Start Latest News Section                       */
/*-------------------------------------------------*/


.latest-news-section {
    padding-top: 0px;
    padding-bottom: 60px;
}

.latest-post {
    padding-bottom: 30px;
}

.latest-post h4 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin:0 0 5px;
}

.latest-post .post-details .date {
    color: #999;
    padding: 0;
    font-size: 14px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.latest-post .post-details .date strong {
    font-size: 16px;
}

.latest-post .post-details li {
    display: inline;
    font-size: 13px;
    color: #999;
    padding-right: 10px;
}

.latest-post .post-details li i {
    padding-right: 5px;
}

.latest-post p {
    padding-bottom: 15px;
    /*color: #999;*/
    font-weight: 300;
}

.latest-post .btn-primary {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    font-weight: 300;
}

.latest-post .btn-primary:hover {
    background: none;
    color: #666;
    border: 1px solid #888;
    box-shadow: none;
}

.latest-post:hover .date {
    opacity: 1;
    -webkit-animation: bounceIn;
    -moz-animation: bounceIn;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

/*--------------------------------------------------*/
/* Start Témoignages Section                            */
/*--------------------------------------------------*/
.col-temoignage{
    background:#b3d235; 
}
.col-temoignage h3{
    color:#fff;
}

.ligne-temoignage {
    padding: 10px;
    margin: 20px auto;
    border-radius: 5px;
    color: #262626;
}
.ligne-temoignage-page {
    background: #eeeeee;
    padding: 10px;
    margin: 20px auto;
    border-radius: 5px;
    color: #262626;
}

/*--------------------------------------------------*/
/* Start Clients Section                            */
/*--------------------------------------------------*/


#partner {
    text-align: center !important;
}

.clients .owl-buttons {
    padding-top: 50px;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

/*-------------------------------------------------*/
/* Start Recherche section                           */
/*-------------------------------------------------*/

/*.recherche {
    padding-top: 10px;
}*/
.recherche.page {
    background: none;
    padding-top: 10px;
}

.recherche .btn-primary {
    padding: 10px;
    font-size: 24px;
    position: absolute;
    color: #fff;
}

.recherche .btn-primary:hover {
    background: transparent;
    border:transparent;
    color: #fff;
}

.recherche .section-heading {
    color: #fff;
}
.recherche.page .section-title h4, .recherche.page .section-heading {
    color: #262626;
}

.recherche .form-group {
    margin-bottom: 25px;
}

.recherche .form-group input {
    padding: 10px;
}

.recherche .form-group input.form-control {
    height: auto;
}

.recherche::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.recherche:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.recherche::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.recherche:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.recherche .text-danger {
    color: #e74c3c;
}

.recherche button {
    font-weight: 400;
    margin-top: 0px;
}

/*-------------------------------------------------------*/
/* Start PAGE                                  */
/*-------------------------------------------------------*/
.general {
    width: 90%;
    margin: 40px auto;
    border: solid #eee 1px;
    padding: 10px;
}

.general .sidebar{
    background:#fff;
    height:100%;
    padding:10px;
}

.general .sidebar .bloc-comparateur, .general .sidebar .bloc-etude {
    margin: 0 auto;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    border:solid 3px #eee;
    text-align: center;
}


/*-------------------------------------------------------*/
/* Start Footer Section                                  */
/*-------------------------------------------------------*/

footer.style-1 {
    margin-top: 100px;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.8);
}

footer.style-1 .copyright {
    text-transform: uppercase;
    text-transform: none;
    color: #999;
}

footer.style-1 .footer-social li {
    display: inline;
    padding: 0 10px;
}

footer.style-1 .footer-social li a {
    padding: 8px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    
}

footer.style-1 .footer-social li i {
    font-size: 15px;
    width: 20px;
    height: 20px;
}

footer.style-1 .footer-social li:hover a {
    background: #fff;
    color: #666;
}

footer.style-1 .footer-link li {
    display: inline;
    padding-left: 10px;
    font-size: 13px;
}


.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

/**** Start Modal Section ****/

.section-modal .modal-content {
    padding: 100px 0 !important;
    min-height: 100%;
    border: 0 !important;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #888;
    font-weight: 300;
}



.section-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.section-modal .close-modal:hover {
    opacity: .3;
}

.section-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}



/*---------------------------------------------------------------*/
/* Start Call To Action
/*---------------------------------------------------------------*/


.call-to-action {
    background: url(images/pub_immo.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: 00% 100%;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

.call-to-action .col-md-6 {
    padding: 20px;
}

.call-to-action h1 {
    font-weight: 300;
    line-height: 50px;
    padding-bottom: 40px;
    font-size: 30px;
}

.call-to-action h1 strong {
    font-weight: 600;
    
}

.call-to-action .btn-primary {
    padding: 20px;
    font-size: 16px;
    background:#ef2e24;
    border: solid 1px #ef2e24;
    color:#ffffff;
    font-weight:bold;
}
.call-to-action .btn-primary:hover {
    padding: 20px;
    font-size: 16px;
    background:#b3d235;
    border: solid 1px #262626;
    color:#262626;
}

.call-to-action .btn-primary:hover {
    background: transparent;
}

/* FOOTER */
.call-to-action-footer {
    background: #ea321e;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.call-to-action-footer h1 {
    font-weight: 300;
    line-height: 50px;
    padding-bottom: 40px;
    font-size: 30px;
}

.call-to-action-footer h1 strong {
    font-weight: 600;
    
}

.call-to-action-footer .btn-primary {
    padding: 20px;
    font-size: 16px;
    background: #fff;
    color:#ea321e;
}

.call-to-action-footer .btn-primary:hover {
    background: #ea321e;
    border:solid 1px #fff;
    color:#fff;
}

/*-----------------------------------------*/
/* Start Progress Bar Section
/*-----------------------------------------*/


/* progress bar */

.skill {
    padding-bottom: 5px;
}

.skill p {
  margin-bottom:7px;

}

.progress {
  background: #fff;
  overflow: visible;
  height: 30px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  float: left;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position:relative;
}

 .progress-bar-span { 
 opacity:1;
 position:absolute;
 top:-5px;
 background:#ACB2B8;
 padding:10px 15px;
 color:#FFF;
 border-radius: 0px;
 right:0px;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
 }

.skill:hover .progress-bar-span {
  opacity:1;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}




/******* Style Loader *******/


#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}


/* GREEN */
.text-primary {
    color: #ef2e24;
}

a {
    color: #E85A10;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ea321e;
    text-decoration: none;
}

.btn-primary {
    border-color: transparent;/*#ef2e24;*/
    background-color: transparent;/*#ef2e24;*/
    color:#444;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #ea321e;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #ef2e24;
    background-color: #ef2e24;
}

.btn-primary .badge {
    color: #ef2e24;
}

.btn-xl {
    border-color: #ef2e24;
    background-color: #ef2e24;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #ea321e;
    background-color: #ea321e;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #ef2e24;
    background-color: #ef2e24;
}

.btn-xl .badge {
    color: #ef2e24;
    background-color: #fff;
}


.main-title strong {
    color: #ef2e24;
}

.feature i {
    background: #ef2e24;
}

.no-touch .feature:hover i,
	.no-touch .feature:active i,
	.no-touch .feature:focus i {
        
        box-shadow: 0 0 0 0 #ef2e24;
}

.feature-2 i {
    background: #ef2e24;
    border: 1px solid #ef2e24;
}

.feature-2:hover i {
    background: transparent;
    color: #ef2e24;
}
.feature-2:hover .border {
    border-color: #ef2e24;
}

.feature-3 i {
    color: #ef2e24;
    border: 1px solid #ef2e24;
}

.feature-3:hover i {
    background: #ef2e24;
    color: #fff;
}

.feature-3:hover .border {
    border-color: #ef2e24;
}

.about-text li i {
    color: #ef2e24;
}

.about-us-section-2 .carousel-indicators li,
.project-image .carousel-indicators li {
	border: 2px solid #ef2e24 !important;
}

.about-us-section-2 .carousel-indicators .active,
.project-image .carousel-indicators .active {
	background-color: #ef2e24;
}

.owl-theme .owl-controls .owl-buttons div {
	background: none;
        display: inline;
}

#team-section .nav-tabs.nav-justified {
    background: #ef2e24;
}

.team-member .team-details {
    background-color: rgba(91, 177, 47, 0.8);
}

.counter-item i {
    color: #ef2e24;
}
.timer {
    color: #ef2e24;
}
.latest-post h4 {
    color: #ef2e24;
}
.latest-post .post-details li i {
    color: #ef2e24;
}

.testimonials .testimonial-content img {
    border: 3px solid #ef2e24;
}
.testimonials .testimonial-author .author {
    color: #ef2e24;
}
.testimonials-carousel .owl-controls.clickable .owl-buttons div{
	color: #ef2e24;
}
.owl-theme .owl-controls .owl-page.active{
    background-color: #ef2e24;
}

.contact .form-control:focus {
    border-color: #ef2e24;
    box-shadow: none;
}

footer.style-1 .footer-social li a {
    background: #ef2e24;
}

.call-to-action h1 strong {
    color: #ef2e24;   
}

.team-details li a {
    background: #ef2e24;
}

.progress-bar {
    background: #ef2e24;
}


.pricing-tables .pricing-table.highlight-plan .plan-name {
    background: #ef2e24;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup {
    background: #ef2e24;
}

footer.style-1 {
    border-top: 2px solid #ef2e24;
}

#main-slide .slider-content h1 strong {
    color: #ef2e24;
}

.custom-tab .nav-tabs.nav-justified {
    background: #ef2e24;
}

.plan-name {
    background: #ef2e24;
}

.plan-signup {
    background: #ef2e24;
}

.dot1, .dot2 {
    background-color: #ef2e24;
}


/*--------------------------------------------------*/
/* Start Clients Section                            */
/*--------------------------------------------------*/


#partner {
    text-align: center !important;
    width:100%;
}

.clients .owl-buttons {
    padding-top: 0px;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.owl-carousel .owl-wrapper-outer{
    background:#fff;
    padding: 10px;
}


/*--------------------------------------------------*/
/* Contenu                         */
/*--------------------------------------------------*/

.contenu{
    background:#fff;
    padding:10px;
}


.contenu h1{
    text-transform:uppercase;
    font-weight:bold;
    font-family: "Rubik-medium", sans-serif;
}
.contenu h2{
    text-transform:none;
    font-size:18px;
    font-weight:bold;
    color:#FF8640;
}
.contenu h3{
    text-transform:none;
    font-size:16px;
    font-weight:bold;
    color:#FF8640;
}

.contenu .texte-page{
    margin: 40px;
}

.texte-page img{
    max-width: 100%;
    height:auto !important;
}

/*--------------------------------------------------*/
/* FAQ                         */
/*--------------------------------------------------*/

.faq .card {
    border:none;
}
.faq .card .card-header{
    background:#FF8640;
    color:#fff;
    padding:0px;
    border:none;
    border-radius:0px;
}
.faq .card .card-header button{
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
}

.faq .card {
    border:none;
}
.faq .card.sscard {
    background:#eeeeee;
    color:#222222;
    margin: 10px 0;
    padding: 0px 5px 0px 15px;
}
.faq .card.sscard .card-header{
    background:#eeeeee;
    color:#222222;
    padding:10px;
    border:none;
    border-radius:0px;
}
.faq .card.sscard .card-header button{
    color:#222222;
    text-transform:Initial;
    font-weight:normal;
    text-decoration:underline;
}
/*------------------------------------------------------------------------------*/
/*-------------------------------CLASS BASIQUES---------------------------------*/
/*------------------------------------------------------------------------------*/


/* Bouton */
.button, .button:hover, .button:focus, .button:active{
    font-family: "Oswald", sans-serif;
    color: #fff;
    border: 1px solid #384C82;
    background-color: #384C82;
    text-decoration: none;
    padding: 15px;
    text-align: center;
    margin: 15px auto auto auto;
    display: block;
    text-transform: uppercase;
    line-height: 18px;
    cursor: pointer;
    border-radius: 0;
    font-weight: 600;
    -webkit-appearance: none;
    /* transition: all .4s cubic-bezier(.215,.61,.355,1) 0s; */
}

.button:hover{
    border: 1px solid #384C82 !important;
    color: #384C82 !important;
    background-color:#fff !important;
}

/*------------------------------------------------------------------------------*/
/*--------------------------BOUTON GO TO TOP------------------------------------*/
/*------------------------------------------------------------------------------*/

#scroll {
    position:fixed;
    right:10px;
    bottom:70px;
    z-index: 9999;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: #03A4BF;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll i {
    position: absolute;
    top: 48%;
    left: 48%;
    margin-left: -9px;
    margin-top: -17px;
    color: #fff;
}
#scroll:hover {
    background-color: #E85A10;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*-------------------------------------------------------------------------------*/
/*------------------------------MENU---------------------------------------------*/
/*-------------------------------------------------------------------------------*/

.navbar{ display: block; }
.barre-menu{ cursor: pointer; z-index: 999; }
.img-logo{ 
    max-height: 100px ;
    margin-left:40px;
}
#fixed-lien{
    position: fixed;
    bottom: 110px;
    right: 0;
    z-index: 10;
    transition: right 0.5s;
}
#fixed-lien img{ width: 200px; max-height: 200px; }

#barre-fixed{
    background-color:#fff;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
#barre-fixed2{ 
    top: -3000px;
    left: -3000px;
    transition: all 1s; 
}

#menu{
    transition: all 1s;
    z-index: 99999;
    text-align: center;
}

#menu ul{ 
    list-style: none;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
}

#menu ul li {
    display: inline-block;
}

.main-menu{
    width:150px;
    margin: 0 20px;
    color: #384c83;
    height:100px;
    font-family: 'Avenir-medium', sans-serif;
    text-transform : uppercase;
    position: relative;
}

#menu .main-menu a{
    color: inherit;
}
#menu .main-menu:hover{
    color: #e95b0c;
}
#menu .main-menu .crochet2{
    top: 20px;
    display: block;
}
.main-menu:hover .crochet2{
    display:block;
}

#menu li{ cursor: pointer; }

#menu .main-menu:hover .ssmenu, #menu .main-menu:hover div.arrow, .main-menu:hover .crochet2 {
    display: block;
}

.main_ss_menu{
    margin-top:30px;
}

#menu .ssmenu{
    padding:0 25px;
    display: none;
    position: absolute;
    top: 100px;
    left: -15px;
    color:#384c83;
    background-color:#fff;
    line-height: initial;
    text-transform: initial;
    width: 180px;
    border-top: 1px solid #e95b0c;
    font-family: 'Avenir-Book', sans-serif;
}

#menu div.arrow{
    display:none;
    background-color: white;
    position: absolute;
    top: 90px;
    left: 65px;
    z-index: 99999;
    width: 20px;
    height: 20px;
    border: 1px solid #e95b0c;
    border-bottom: 0;
    border-right: 0;
    transform: rotate(45deg);
}

#menu .ssmenu li{
    display:block;
}

#menu .ssmenu li a{
    display:block;
    padding: 15px 0;
}

#menu .ssmenu li:hover{
    color:#e95b0c;
}
#menuresp{
    width:100%;
}
#barre-recherche{
    margin-top:30px;
}

.customInput{
    background: transparent;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    color: #384C82;
    border-color:#384C82;
    font-family: 'Avenir-Book',sans-serif;
}

.invisible-button{
    border: none;
    background: transparent;
    cursor: pointer;
    color:#384C82;
}


/*--------------------------------------------------------------------------------*/
/*-----------------------------SLIDER---------------------------------------------*/
/*--------------------------------------------------------------------------------*/

/*.slider-size{ max-height: 750px; overflow: hidden; }*/
.slider-size{ height: 100vh; overflow: hidden; }
.marge-texte-slider{ margin: auto auto auto 10%; }
.titre-slider{
    color: #fff; 
    /* font-size: 4em; */
    font-size: 3em; 
    font-weight: bold; 
    font-family: 'Aleo', sans-serif;
    
}

.title{ font-family: 'Aleo', sans-serif; }

.titre-slider b{
    font-family: "Avenir-Black", sans-serif;
    width: 100%;
}

.texte-slider{
    color: #fff;
    /* font-size: 35px; */
    font-size: 2rem;
    font-family: 'Avenir-Light', sans-serif;
    text-transform: uppercase;
}
.slider-button, .slider-button:focus, .slider-button:hover, .slider-button:active{
    margin: 30px 0 0 0;
    width: 250px;
    cursor: pointer;
}

.crochet{
    width: 30px;
    height: 30px;
    position: relative;
    top: 15px;
    left: -15px;
}

.crochet2{
    width: 15px;
    height: 15px;
    position: relative;
    top: -10px;
    left: 0px;
}

.crochet-blanc{
    stroke: #fff; 
    stroke-width:2;
}
.crochet-bleu{
    stroke: #03A4BF; 
    stroke-width:2;
}
.crochet-rouge{
    stroke: #E85A10; 
    stroke-width:2;
}

/*--------------------------------------------------------------------------------*/
/*---------------------------BLOC PROFILS-----------------------------------------*/
/*--------------------------------------------------------------------------------*/

#profils, .bloc-intro{
    margin-top: -60px;
    height: auto;
    position: relative;
    padding: 30px; 
    margin-bottom: 50px;
    z-index: 9;
}
.bloc-img-profil, .bloc-img-intro{ height: 105px ; }
.img-profil, .img-intro{
    max-width: 100%;
    max-height: 100px;
    margin: auto;
}
.titre-profil, .titre-bloc-intro{
    font-family: 'Aleo', sans-serif;
    color: #384C82;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    padding: 15px;
}

#profils ul li, .bloc-intro ul li{
    text-align: center !important;
    margin-right: 15px;
    list-style: none;
    margin-bottom: 15px;
}

@-webkit-keyframes flip{
    0% {
    -webkit-transform: perspective(1500px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(1500px) rotate3d(0, 1, 0, -360deg);
    }

  40% {
    -webkit-transform: perspective(1500px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(1500px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  }

  50% {
    -webkit-transform: perspective(1500px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(1500px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  }

  80% {
    -webkit-transform: perspective(1500px) scale3d(.95, .95, .95);
            transform: perspective(1500px) scale3d(.95, .95, .95);
  }

  100% {
    -webkit-transform: perspective(1500px);
            transform: perspective(1500px);
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(1500px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(1500px) rotate3d(0, 1, 0, -360deg);
  }

  40% {
    -webkit-transform: perspective(1500px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(1500px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  }

  50% {
    -webkit-transform: perspective(1500px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(1500px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  }

  80% {
    -webkit-transform: perspective(1500px) scale3d(.95, .95, .95);
            transform: perspective(1500px) scale3d(.95, .95, .95);
  }

  100% {
    -webkit-transform: perspective(1500px);
            transform: perspective(1500px);
  }
}

/*---------------------------------------------------------------------------------*/
/*--------------------------------BLOC GROUPE--------------------------------------*/
/*---------------------------------------------------------------------------------*/

/*#groupe{ height: 500px; }*/
#groupe, .bloc-cible, .bloc-cible-droite{ 
    margin-top: 160px; 
    width: 90%;
    margin-bottom: 200px;
    /*max-height: 500px; */
}
h2, h3, #article h1{ 
    color: #384C82; 
    font-size: 2.5em; 
    font-weight: bold; 
    font-family: 'Aleo', sans-serif;
}
.sous-titre-bloc{
    font-family: 'Aleo', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
}
.groupe-plus, .bloc-cible-plus{
    position: absolute;
    bottom: 0;
    right: 0px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
.texte-bloc{
    font-family: 'Avenir-Book', sans-serif;
}
.video{
    width: 100%;
    height:450px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/*--------------------------------BLOC TEMOIGNAGE------------------------------------*/
/*-----------------------------------------------------------------------------------*/

#temoignage{
    width: 100%;
    background:#fff;
    height:500px;
}

.bloc-temoignage{
    width: 90%;
    float: right;
    margin-top: -100px;
}
.texte-temoignage{
    font-family: 'Aleo', sans-serif;
    color: #fff;
    font-size: 32px;
}
.nom-temoignage{
    font-size: 22px;
    text-align: right;
    color: #E85A10;
    font-family: 'Avenir-Heavy', sans-serif;
}
.poste-temoignage{
    font-size: 22px;
    text-align: right;
    color: #E85A10;
    font-family: 'Avenir-Book', sans-serif;
}

.guillemet{
    width: 70px !important;
    position: relative;
    left: -60px;
}

/*-----------------------------------------------------------------------------------*/
/*----------------------------BLOC ACTUALITE-----------------------------------------*/
/*-----------------------------------------------------------------------------------*/

#actualite{
    width: 100%;
    padding:45px 10%;
}
#actualite .bloc-actu{
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    margin-top: 30px;
}
.actu{ 
    min-height: 400px;
    cursor: pointer;
    font-family: 'Avenir-Heavy',sans-serif;
}
.titre-actu{ 
    margin-top: 45px; 
    font-weight: bold;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-family: 'Avenir-Black', sans-serif;
    
}

.titre-actu h3{
    color:#000;
    font-size:1.5rem;
}
.actu-plus{ 
    position: absolute;
    bottom: 0;
    right: 15px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

/*----------------------------------------------------------------------------------*/
/*-------------------------------CONTACT--------------------------------------------*/
/*----------------------------------------------------------------------------------*/

#bloc_contact .col-contact{
    display: flex;
    align-items: center;
    min-height: 400px;
}

#bloc_contact .marge-contact{
    margin: 30px auto 60px auto;
}

#contact{
    padding: 30px 30px 45px;
    position:relative;
}
.footer-contact-info{
    color: #fff;
}
.footer-contact-info a{ color: #fff; }
.footer-contact-info i{  margin-right: 15px; }

#footer-3 p:first-child{
    margin-bottom: 0;
    margin-top: 20px;
}


/*----------------------------------------------------------------------------------*/
/*--------------------------TITRE DES PAGES-----------------------------------------*/
/*----------------------------------------------------------------------------------*/
#titre-page-vide{
    height:100px;
    background:#384C82;
}
.page-titre-img {
    width: 100%;
    height: 125vh;
    background-size: cover !important;
    display: flex;
    align-items: center;
}

#titre-page .titre{

    color: #fff;
    margin: 20% auto auto 10%;
    text-transform: none;
    font-weight: 600 !important;

}

#titre-page h1{
    font-weight: bold;
    font-size: 4rem;
    font-family: 'Aleo', sans-serif;
}

#titre-page h1.reduit{
    font-weight: bold;
    font-size: 3.5em;
    font-family: 'Avenir-Light', sans-serif;
}

#titre-page .titre b{
    font-family: "Avenir-Black", sans-serif;
}

#article h1{
    font-weight: bold;
    font-family: 'Avenir-Black', sans-serif;
}
.contenu-intro{
    font-family: "Avenir-medium", sans-serif;
    color: #000;
    font-size:18px;
    min-height: 50px;
}
.contenu-intro b{
    font-weight:600;
    margin: 0 5px;
    font-family: "Avenir-Black", sans-serif;
}

.contenu-intro a{
    margin: 0 5px;
}

.contenu-intro p{
    font-size: 24px;
    line-height: 32px;
    text-align: justify;
    width: 100%;
}

#titre-page .no-intro{
    top: 110vh;
}

/*--------------------------------------------------------------------------------*/
/*-----------------------------ILLUSTRATION---------------------------------------*/
/*--------------------------------------------------------------------------------*/

.illu_titre{
    max-height: 50vh;
    margin-right: 45px;
}


/*---------------------------------------------------------------------------------*/
/*----------------------------------CHEMIN-----------------------------------------*/
/*---------------------------------------------------------------------------------*/

.breadcrumbs{
    color: #fff;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    padding:9px 0;
    position: absolute;
    top: 80vh;
    left: 10%;
}.breadcrumbs.fil-article{
    top: 80vh;
}

.breadcrumbs ul{
    margin: 0;
    padding: 0;
}
.horizontal_list > *{
	float:left;
}
.horizontal_list > *:first-child{
	margin-left:0;
}
.breadcrumbs ul{
    list-style: none;
}
.breadcrumbs li a{
    color:  #fff;
}
.bc_list a[class*="color"]:hover,.bc_list > li.current > a{
	color: #fff;
        text-decoration: none;
}
.f_size_medium{
	font-size:.9em;
}

.m_right_10{
	margin-right:10px;
}
.default_t_color{
	color:#696e6e;
}
.m_left_10{
	margin-left:10px;
}


/*------------------------------------------------------------------------------*/
/*----------------------------CUSTOM SELECT-------------------------------------*/
/*------------------------------------------------------------------------------*/

.button-filtre .button{
    margin: 0 auto auto auto;
}

.marge-filtre{
    margin-left: 12.5%;
}

.select-invisible{
    opacity: 0;
    position: absolute;
    margin-bottom: 20px;
    width: 95%;
}

.customSelect{
    display: inline-block;
    background: #eee none repeat scroll 0 0;
    background-color: #eee;
    color: #333;
    width: 100%;
    height: calc(2.25rem + 12px);
    overflow: hidden;
}

.customdisplay{
    display: block;
    width: 100% !important;
}

.customdisplay .nowrap{ 
    display: inline-block; 
    padding: 15px;
    padding-left: 30px;
    font-family: "Aleo", sans-serif;
}

.customdisplay i{
    padding: 15px;
    font-size: 18px;
}


/*------------------------------------------------------------------------------*/
/*--------------------------LISTE DES ARTICLES----------------------------------*/
/*------------------------------------------------------------------------------*/

.news .bloc-actu{
    margin-left: -30px;
    margin-right: -30px;
}

.illu_article{
    width:120px;
    margin: 30px auto 30px auto;
}

.illu_filtre{
    max-width: 100px;
    /*margin-left: 30px;
    position: absolute;*/
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------ARTICLE--------------------------------------*/
/*-----------------------------------------------------------------------------*/

#article{
    padding-top: 60px;
    padding-bottom: 60px;
}

#article .texte-page{
    font-family: "Avenir-Book", sans-serif;
}

#article .texte-page p{
    font-size: 18px;
    line-height: 24px;
}

#article .date-article{
    text-transform: uppercase; 
    color: #03A4BF;
    text-decoration: underline;
    font-family: "Avenir-Heavy", sans-serif;
    font-size: 18px;
}

.partager{
    padding: 60px;
    font-family: "Avenir-Black", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
}

.partager i{
    padding: 15px 20px 15px 20px;
    border: 1px solid #fff;
    margin-left: 10px;
}

.partager a{
    color: #fff;
}

.partager .button{
    margin-left: 15px;
    margin-top: 0px;
}

.article-titre-img{
    height: 90vh;
}

#news{
    padding-top: 60px;
    padding-bottom: 60px;
}

#news h3{
    padding-bottom: 60px;
}

.titre-actus{
    padding-bottom: 60px;
}

/*------------------------------------------------------------------------------*/
/*---------------------------PAGE PROFIL CIBLE----------------------------------*/
/*------------------------------------------------------------------------------*/

.texte-bloc-cible{
    font-size: 32px;
    font-family: "Avenir-Book", sans-serif;
    line-height: 48px;
}

.texte-bloc-cible p{
    line-height: 48px !important;
}

.texte-bloc-cible strong{
    font-family: "Avenir-Black", sans-serif;
}
.texte-bloc-cible a{
    text-decoration:none;
    color:inherit;
}

.description-bloc-cible{
    font-size: 32px;
    font-family: "Avenir-Light", sans-serif;
    font-style: italic;
    line-height: 32px;
}

.bloc-cible, .bloc-cible-droite{
    margin-bottom: 0px;
    max-height: 600px;
    overflow: hidden;
}

.bloc-cible-droite{
    margin-left: 10%;
}

.bloc-cible .button, .bloc-cible-droite .button{
    width: 50%;
}

.bloc-cible img, .bloc-cible-droite img{
    min-height: 100%;
    height: auto;
}

.accordion{
    text-align:center;
}
.accordion a, .accordion button:hover, .accordion button:active{
    text-decoration:none;
    
}

.fadeIn{
    animation-duration: 3s !important;
}

/*------------------------------------------------------------------------------*/
/*---------------------------PAGE ESPACE PRESSE---------------------------------*/
/*------------------------------------------------------------------------------*/

#presse{
    width: 100%;
    padding: 120px 10% 45px 10%;
    margin-top: -130px;
}
#presse .bloc-presse{
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}
.presse{ 
    background:#fff;
    position:relative;
    min-height: 600px;
    cursor: pointer;
    font-family: 'Avenir-Heavy',sans-serif;
    transition:all 0.5s;
}
.presse:hover{ 
    background:#384C82;
    color:#fff;
    transition:all 0.5s;
}
.presse:hover h3,.presse:hover h2{ 
    color:#fff;
    transition:all 0.5s;
}
.presse-download{ 
    position: absolute;
    bottom: 0;
    left: 15px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
.revue-plus{
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

#timeline{
    width: 100%;
    padding: 45px 10%;
}

.titre-timeline{
    font-family: "Avenir-Book", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    display: block;
}

.titre-timeline:hover, .titre-timeline:active, .titre-timeline:focus{
    color: #333;
}

.titre-timeline i{
    font-weight: bold;
}

.date-timeline{
    font-family: "Aleo", sans-serif;
    font-style: italic;
    font-size: 18px;
}

.timeline{
    /* overflow-x: scroll; */
    overflow-x: auto; 
    max-height: 55px;
    white-space: nowrap;
}

.timeline-cat{
    display: inline-block;
    background: #fff;
    color: #03A4BF;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 30px 5px 30px;
    font-family: "Avenir-Book", sans-serif;
    cursor: pointer;
    transition: background 0.4s, color 0.4s;
}

.timeline .active, .timeline .timeline-cat:hover, .timeline-cat:active, .timeline-cat:focus{
    color: #fff;
    background: #03A4BF;
    font-family: "Avenir-Heavy", sans-serif;
}

#texte-timeline{
    margin-top: 15px;
}


.div-photo:hover .afficherTitre{
    display:block;
    transition:all 0.5s;
}
.div-photo .afficherTitre{
    display:none;
    transition:all 0.5s;
    background:rgba(255,255,255,0.2);
    width: 100%;
    bottom: 20px;
    left:0;
    position: absolute;
    font-weight: bold;
    color:#000;
    text-align: center;
    font-size: 22px;
}

/*------------------------------------------------------------------------------*/
/*------------------------------FORMULAIRE--------------------------------------*/
/*------------------------------------------------------------------------------*/

#formulaire{
    padding: 45px 60px;
}

#formulaire.formulaire-blanc{
    padding: 120px 10% 45px 10%;
    margin-top: -175px;
}

.formulaire label{
    font-size: 18px;
    font-family: "Avenir-Book";
    color: #384C82;
    font-weight: bold;
}

.formulaire input[type="text"], .formulaire input[type="email"], .formulaire input[type="tel"], .formulaire textarea{
    width: 100%;
    background: #fdfdfd;
    padding: 10px;
    border: none;
    font-family: "Avenir-Book", sans-serif;
    color: #333;
}

.padding-formulaire{
    padding: 0px 15px 0px 0px;
}

.invisible-checkbox{
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
}

.customCheckbox{
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    position: absolute;
    background: #fff;
    z-index: 1;
}

.formulaire .label-checkbox{
    position: relative;
    left: 25px;
    font-family: "Aleo", sans-serif;
    color: #333;
    font-weight: normal;
}

.point{
    position: absolute;
    border-radius: 150px;
    width: 10px;
    height: 10px;
    background-color: #03A4BF;
    left: 4px;
    top: 4px;
    display: none;
}

.formulaire .illu_interro{
    position: absolute;
    right: -40%;
    width:200px;
    z-index: -999;
}
.formulaire .illu_mail{
    position: absolute;
    left: -40%;
    width:150px;
    z-index: -999;
}
.formulaire .illu_tampon{
    position: absolute;
    right: -25%;
    width:220px;
    z-index: -999;
}


/*------------------------------------------------------------------------------*/
/*------------------------------NOS AGENCES-------------------------------------*/
/*------------------------------------------------------------------------------*/

#offre, #autresportraits, #metiers, #plusloin{
    padding-top: 60px;
    padding-bottom: 60px;
}

#offres, #agence, #faq{
    padding: 120px 10% 45px 10%;
    margin-top: -160px;
}

#offres{
    margin-top: -120px;
}

#agence{
    margin-top: -100px;
}

#lstoffres{
    padding: 120px 10% 45px 10%;
}

#agence .bloc-couleur, #agence .carte, #offres .bloc-couleur, #lstoffres .bloc-couleur{
    width: 100%;
    height: 350px;
}

#news .bloc-couleur{
    width: 100%;
    height: 400px;
    background-color: #fff;
}

#news .bloc-couleur:hover{
    background-color: #384C82;
}

.bloc-couleur{
    color: #384C82;
    background-color: #eee;
    padding: 25px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.215,.61,.355,1) 0s;
}

.bloc-couleur:hover{
    color: #fff;
    background-color: #384C82;
}

.bloc-couleur .button{
    position: absolute;
    top: 70%;
    left: 25%;
    width: 50%;
}

.bloc-couleur:hover .button{
    color: #fff;
    border: 1px solid #fff;
    transition: all .4s cubic-bezier(.215,.61,.355,1) 0s;
}

.bloc-couleur .txt1-bloc{
    font-size: 22px;
    line-height: 32px;
    font-family: "Avenir-Heavy", sans-serif;
    font-weight: bold;
}

#agence .txt1-bloc{
    margin-bottom: 12px;
}

.bloc-couleur .txt2-bloc{
    font-size: 16px;
    font-family: "Avenir-Book", sans-serif;
}

.bloc-couleur .crochet-haut{
    position: absolute;
    top: 20px;
    left: 30px;
}

.bloc-couleur .crochet-bas{
    position: absolute;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 35px;
}




#bloc-photo{
    padding: 120px;
}

#bloc-photo .grand-bloc-photo{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

#bloc-photo .petit-bloc-photo{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

#bloc-photo .grand-bloc-photo .photo-txt, #bloc-photo .petit-bloc-photo .photo-txt{
    opacity: 0;
    color: #fff;
}

#bloc-photo .grand-bloc-photo .photo-txt .titre-photo, #bloc-photo .petit-bloc-photo .photo-txt .titre-photo{
    position: relative;
    font-family: "Avenir-Heavy", sans-serif;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

#bloc-photo .grand-bloc-photo .photo-txt .description-photo{
    font-family: "Aleo", sans-serif;
    font-size: 18px;
}

#bloc-photo .grand-bloc-photo .photo-txt .crochet, #bloc-photo .petit-bloc-photo .photo-txt .crochet{
    opacity: 0;
}

#bloc-photo .petit-bloc-photo .photo-txt .crochet{
    margin-top: 15px;
    margin-left: 15px;
}

#bloc-photo .grand-bloc-photo:hover .photo-txt .crochet, #bloc-photo .petit-bloc-photo:hover .photo-txt .crochet{
    opacity: 1;
    position: absolute;
    left: -30px;
    top: -30px;
}

#bloc-photo .grand-bloc-photo:hover .filtre-couleur-photo, #bloc-photo .petit-bloc-photo:hover .filtre-couleur-photo{
    background: #03A4BF;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .4s cubic-bezier(.215,.61,.355,1) 0s;
}

#bloc-photo .grand-bloc-photo:hover .photo-txt, #bloc-photo .petit-bloc-photo:hover .photo-txt{
    opacity: 1;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all .4s cubic-bezier(.215,.61,.355,1) 0s;
}
#bloc-photo .grand-bloc-photo:hover .photo-txt .m-auto, #bloc-photo .petit-bloc-photo:hover .photo-txt .m-auto{
    width: 75%;
}

/*### NO-HOVER ###*/
#bloc-photo .grand-bloc-photo.no-hover:hover .filtre-couleur-photo, #bloc-photo .petit-bloc-photo.no-hover:hover .filtre-couleur-photo{
    opacity: 0;
    transition: all 0s cubic-bezier(.215,.61,.355,1) 0s;
}
#bloc-photo .grand-bloc-photo.no-hover:hover .photo-txt, #bloc-photo .petit-bloc-photo.no-hover:hover .photo-txt{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .4s cubic-bezier(.215,.61,.355,1) 0s;
}
#bloc-photo .grand-bloc-photo.no-hover:hover .photo-txt .crochet, #bloc-photo .petit-bloc-photo.no-hover:hover .photo-txt .crochet{
    opacity: 0;
}


/*------------------------------------------------------------------------------*/
/*----------------------------RECRUTEMENT---------------------------------------*/
/*------------------------------------------------------------------------------*/

#offres .img-bloc-offre, #lstoffres .img-bloc-offre, #news .img-bloc-offre{
    max-width: 75%;
    max-height: 75px;
}

#offres .txt1-bloc, #lstoffres .txt1-bloc, #news .txt1-bloc{
    font-size: 22px;
    line-height: 28px;
    padding-top: 30px;
}

#offres .txt2-bloc, #lstoffres .txt2-bloc, #news .txt2-bloc{
    font-size: 16px;
    line-height: 24px;
}

.formulaire input[type="file"]{
    opacity: 0;
    position: relative;
    margin-bottom: 20px;
    width: 75%;
    height: 40px;
    z-index: 9;
}

.position-file{
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.position-customFile{
    position: absolute;
    top: 0;
}

.customFile{
    border: 1px solid #333;
    background: #fff;
    width: 75%;
    padding: 5px;
    font-family: "Aleo", sans-serif;
    font-size: 18px;
    color: #333;
    display: inline-block;
    text-align: center;
}

.customfiledisplay{
    display: inline-block;
    font-family: "Aleo", sans-serif;
    color: #333;
    padding: 10px 0px 10px 0px;
    font-size: 14px;
    font-style: italic;
}
 
.formulaire .postuler input[type="text"], .formulaire .postuler input[type="email"], .formulaire .postuler input[type="tel"], .formulaire .postuler textarea{
    background: #fff;
}

.formulaire .postuler .customSelect{
    background: #fff;
}

.postuler{
    margin-top: 45px;
}


/*-----------------------------------------------------------------------------*/
/*----------------------------OFFRE D'EMPLOI-----------------------------------*/
/*-----------------------------------------------------------------------------*/

#offre img, #metier img{
    max-width: 100%;
    margin-bottom: 30px;
    float: right;
}

#offre .font-28, #metier .font-28{
    line-height: 36px;
}

#offre .txt-lateral p, #metier .txt-lateral p{
    font-size: 22px;
    line-height: 28px;
}

#offre h2, #metier h2{
    color: #384C82;
    font-size: 2.5em;
    font-weight: bold;
    font-family: 'Avenir-Heavy', sans-serif;
    text-transform: uppercase;
}

#offre h3, #metier h3{
    text-transform: none;
    font-size: 1.5em;
    padding-top: 60px;
    padding-bottom: 15px;
}

#offre .txt-offre p, #metier .txt-metier p{
    font-family: "Avenir-Book", sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 24px;
}

#offre .sous-titre-mission{
    font-family: "Avenir-Book", sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

#offre .txt-offre i{
    font-weight: bold;
    margin-right: 15px;
    font-size: 24px;
}

.offres h3{
    padding-bottom: 60px;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------NOS METIERS-------------------------------------*/
/*-----------------------------------------------------------------------------*/

.metiers-intro{
    background-color:#eee;
}

#metiers .bloc-hover:hover .bloc-photo{
    opacity: 0;
    transition: all .4s cubic-bezier(.215,.61,.355,1) 0s;
}

#metiers .bloc-hover:hover .bloc-fond{
    opacity: 1;
    transition: all .4s cubic-bezier(.215,.61,.355,1) 0s;
}

#metiers .bloc-photo{
    height: 350px;
    padding: 45px;
    cursor: pointer;
}

#metiers .bloc-photo .txt1-bloc{
    color: #fff;
    font-family: "Aleo", sans-serif;
    font-size: 28px;
    line-height: 36px;
    position: relative;
    top: 75%;
    text-align: center;
    left: 0;
    width: 100%;
    font-weight: bold;
}

#metiers .bloc-fond{
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    padding: 45px;
}

#metiers .bloc-fond .txt1-bloc{
    color: #fff;
    font-family: "Aleo", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

#metiers .bloc-fond .txt2-bloc{
    font-family: "Avenir-Book", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding-top: 15px;
}

#metiers .bloc-fond .button{
    position: absolute;
    top: 65%;
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    left: 25%;
    width: 50%;
    z-index: 9;
}

#plusloin .bloc-couleur{
    height: 350px;
}

#plusloin .bloc-couleur img{
    max-width: 75%;
    max-height: 100px;
}

#plusloin .bloc-couleur .txt1-bloc{
    padding-top: 30px;
    font-size: 24px;
    line-height: 28px;
}

#plusloin .img-bloc-offre{
    height: 100px;
    width: 100px;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------FICHE METIER------------------------------------*/
/*-----------------------------------------------------------------------------*/

#metier img{
    padding-top: 120px;
}

#metier{
    margin: 60px auto;
}

.portrait{
    min-height: 350px;
    cursor: pointer;
    color: #fff;
    position: relative;
    background-position:center !important;
}

.portrait .titre-portrait{
    font-family: "Avenir-Heavy", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    margin-bottom:15px;
}

.portrait .sous-titre-portrait{
    font-family: "Aleo", sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
}

.portrait .position-texte-portrait{
    position: absolute;
    top: 30%;
    width: 100%;
    left: 0px;
    padding: 25px;
}

.portrait .portrait-plus{
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
}


/*------------------------------------------------------------------------------*/
/*-------------------------------FAQ--------------------------------------------*/
/*------------------------------------------------------------------------------*/

#faq .question{
    font-family: "Aleo", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #E75A41;
    cursor: pointer;
}

#faq h3{
    font-weight: normal;
    font-family: "Aleo", sans-serif;
    font-size: 28px;
}

#faq .reponse{
    padding: 30px;
    background: #eee;
    font-family: "Avenir-Book", sans-serif;
}
#faq .reponse h3{
    color:#E75A41;
    text-transform : capitalize;
    font-weight:bold;
    font-size:16px;
}

#faq p{
    font-size: 18px;
    line-height: 24px;
}

#faq .footer-reponse{
    padding: 30px;
    background: #03A4BF;
    color: #fff;
    font-family: "Avenir-Book", sans-serif;
}

#faq .footer-reponse h4{
    font-size : 22px;
    font-family: "Avenir-Black", sans-serif;
}

#faq .illustration{
    max-width: 100%;
    max-height: 200px;
}

#faq .footer-reponse .button{
    width: 33%;
}

#faq .active{
    color: #384C82;
}



/*------------------------------------------------------------------------------*/
/*-------------------------------CLASS BASIQUES---------------------------------*/
/*------------------------------------------------------------------------------*/

.background-bleu-clair{background-color:#94d1db;}
.background-bleu-vert{background-color:#00a5c0;}

.texte-orange, .texte-orange:hover, .texte-orange:focus, .texte-orange:active{color: #E85A10;} 
.texte-vert, .texte-vert:hover, .texte-vert:focus, .texte-vert:active{color: #22B573;}
.texte-mauve, .texte-mauve:hover, .texte-mauve:focus, .texte-mauve:active{color: #7F5299;}  
.texte-bleu, .texte-bleu:hover, .texte-bleu:focus, .texte-bleu:active{color: #03A4BF;} 
.texte-bleu-fonce, .texte-bleu-fonce:hover, .texte-bleu-fonce:focus, .texte-bleu-fonce:active{color: #384C82;} 
.texte-bleu-ciel, .texte-bleu-ciel:hover, .texte-bleu-ciel:focus, .texte-bleu-ciel:active{color: #03A4BF;} 
.texte-rouge, .texte-rouge:hover, .texte-rouge:focus, .texte-rouge:active{color: #F44F2F;}  
.texte-jaune, .texte-jaune:hover, .texte-jaune:focus, .texte-jaune:active{color: #F9C415;}  
.texte-gris, .texte-gris:hover, .texte-gris:focus, .texte-gris:active{color: #333333;}  
.texte-gris-clair, .texte-gris-clair:hover, .texte-gris-clair:focus, .texte-gris-clair:active{color: #eee;} 
.texte-blanc, .texte-blanc:hover, .texte-blanc:focus, .texte-blanc:active{color: #ffffff;}  
.texte-noir, .texte-noir:hover, .texte-noir:focus, .texte-noir:active{color: #000000;}  

.background-orange, .background-orange:hover, .background-orange:focus, .background-orange:active{background: #E85A10;}
.background-vert, .background-vert:hover, .background-vert:focus, .background-vert:active{background: #22B573;} 
.background-mauve, .background-mauve:hover, .background-mauve:focus, .background-mauve:active{background: #7F5299;}
.background-bleu, .background-bleu:hover, .background-bleu:focus, .background-bleu:active{background: #03A4BF;} 
.background-bleu-fonce, .background-bleu-fonce:hover, .background-bleu-fonce:focus, .background-bleu-fonce:active{background: #384C82;}
.background-rouge, .background-rouge:hover, .background-rouge:focus, .background-rouge:active{background: #F44F2F;}
.background-jaune, .background-jaune:hover, .background-jaune:focus, .background-jaune:active{background: #F9C415;}
.background-gris, .background-gris:hover, .background-gris:focus, .background-gris:active{background: #333333;}
.background-gris-clair, .background-gris-clair:hover, .background-gris-clair:focus, .background-gris-clair:active{background: #eee;}
.background-blanc, .background-blanc:hover, .background-blanc:focus, .background-blanc:active{background: #ffffff;}
.background-noir, .background-noir:hover, .background-noir:focus, .background-noir:active{background: #000000;}

.border-orange, .border-orange:hover, .border-orange:focus, .border-orange:active{ border: 1px solid #E85A10;}
.border-vert, .border-vert:hover, .border-vert:focus, .border-vert:active{ border: 1px solid #22B573;}
.border-mauve, .border-mauve:hover, .border-mauve:focus, .border-mauve:active{ border: 1px solid #7F5299; }
.border-bleu, .border-bleu:hover, .border-bleu:focus, .border-bleu:active{ border: 1px solid #03A4BF;}
.border-bleu-fonce, .border-bleu-fonce:hover, .border-bleu-fonce:focus, .border-bleu-fonce:active{ border: 1px solid #384C82;}
.border-rouge, .border-rouge:hover, .border-rouge:focus, .border-rouge:active{ border: 1px solid #F44F2F;}
.border-jaune, .border-jaune:hover, .border-jaune:focus, .border-jaune:active{ border: 1px solid #F9C415;}
.border-gris, .border-gris:hover, .border-gris:focus, .border-gris:active{ border: 1px solid #333333;}
.border-gris-clair, .border-gris-clair:hover, .border-gris-clair:focus, .border-gris-clair:active{ border: 1px solid #eee;}
.border-blanc, .border-blanc:hover, .border-blanc:focus, .border-blanc:active{ border: 1px solid #ffffff;}
.border-noir, .border-noir:hover, .border-noir:focus, .border-noir:active{ border: 1px solid #000000;}

.gras{font-weight: bold;}
.no-padding, .no-padding:hover, .no-padding:focus, .no-padding:active{ padding: 0; }
.no-margin, .no-margin:hover, .no-margin:focus, .no-margin:active{ margin: 0; }
.padding-60{ padding: 60px;}
.padding-45{ padding: 45px;}
.padding-30{ padding: 30px;}
.padding-15{ padding: 15px;}
.padding-top-45{ padding-top: 45px; }
.padding-bottom-10{ padding-bottom: 10px; }
.padding-bottom-45{ padding-bottom: 45px; }
.text-underline, .text-underline:hover, .text-underline:focus, .text-underline:active{ text-decoration: underline; }
.text-uppercase{ text-transform: uppercase; }
.background-degrade-orange{ background: linear-gradient(to right, #f9a800,#eb690b) ; }
.width-100{ width: 100%; }
.h-100{ height: 100%; }
.margin-top-30{ margin-top: 30px; }
.margin-top-60{ margin-top: 60px; }
.margin-top-80{ margin-top: 80px; }
.margin-top-100{ margin-top: 100px; }
.margin-bottom-0{ margin-bottom: 0px; }
.margin-bottom-15{ margin-bottom: 15px; }
.margin-bottom-30, .margin-bottom-30:hover, .margin-bottom-30:focus, .margin-bottom-30:active{ margin-bottom: 30px; }
.margin-bottom-60{ margin-bottom: 60px; }
.margin-left-30{ margin-left: 30px; }
.margin-left-15{ margin-left: 15px; }
.font-14{ font-size: 14px; }
.font-18{ font-size: 18px; }
.font-22{ font-size: 22px; }
.font-28{ font-size: 28px; }
.fixed{ position: fixed; }
.m-auto{ margin: auto;}
.f-left{ float: left; }
.f-right{ float: right; }
.flex{ display: flex; justify-content:flex-start; align-items: center;}
.marge-1{ margin-left: 8.333333%; }
.aleo{ font-family: 'Aleo', sans-serif; }
.avenir-black{ font-family: 'Avenir-Black', sans-serif; }
.avenir-light{ font-family: 'Avenir-Light', sans-serif; }
.avenir-book{ font-family: 'Avenir-Book', sans-serif; }
.avenir-heavy{ font-family: 'Avenir-Heavy', sans-serif; }

/* Hover du bouton en blanc prioritaire */

.button-hover-blanc{
    transition: all .4s cubic-bezier(.215,.61,.355,1) 0s;
}
.button-hover-blanc:hover{
    color: #fff;
    background-color: #384C82;
    border: 1px solid #fff;
}



/*--------------------------------------------------------------------------------*/
/*-----------------------------INFOGRAPHIE---------------------------------------*/
/*--------------------------------------------------------------------------------*/

.infographie_header .breadcrumbs{
    font-size: 20px;
    top: 115vh;
}
.infographie .bloc{
    background:#fff;
    width:80%;
    margin:5px;
}
.infographie .bloc.gauche{
}
.infographie .bloc.droite{
    margin-top:80px;
}
.infographie .bloc.centre{
    width:40%;
    margin:80px auto;
    text-align:center;
}
.infographie .bloc .position{
    font-size: 84px;
    font-weight: bold;
    font-family:'Aleo', sans-serif;
    position: absolute;
    margin-top: -80px;
}
.infographie .bloc .position .crochet{
    position: absolute;
    margin-top: -5px;
}
.infographie .bloc .position .crochet .crochet-bleu {
    stroke-width: 4;
}
.infographie .bloc .image{
    margin:0 auto;
    text-align:center;
}
.infographie .bloc .image img{
    width:100%;
    margin:40px auto 0;
    text-align:center;
}
.infographie .bloc .texte{
    margin-top:20px;
    text-align:center;
    font-size:24px;
    font-weight:bold;
    color:#384C82;
    font-family:'Aleo', sans-serif;
}

.infographie_footer .bloc{
    padding:40px;
    text-transform:uppercase;
    background:#eee;
    color:#384C82;
    font-size:18px;
    font-weight:bold;
    font-family:'Avenir', sans-serif;
    transition: background 0.5s, color 0.5s;
    display: block;
    position: relative;
}
.infographie_footer .bloc.solaire:hover{
    background:#F9C415;
    color:#fff;
    transition: background 0.5s, color 0.5s;
}
.infographie_footer .bloc.eolien:hover{
    background:#384C82;
    color:#fff;
    transition: background 0.5s, color 0.5s;
}
.infographie_footer .bloc .titre{
    margin-top:20px;
    text-align:left;
    margin-bottom: 40px;
    min-height: 80px;
}

.infographie_footer .bloc img{
    text-align:center;
    margin:0 auto;
    display: block;
    height: 100px;
    width: auto;
    max-width: 100%;
}

.infographie_footer .bloc .crochet {
    top: -20px;
    left: -20px;
}

.infographie_footer .bloc .actu-plus {
    right:0;
}

/* ### infographie2 ### */
.infographie2 .info-container{
    margin:0 0 50px 0;
    padding:0 50px 0 0;
    width:100%;
}
.infographie2 .sidebar-container{
    margin:0;
    padding:0;
    width:100%;
}
.infographie2 .bloc{
    background:#fff;
    width:100%;
    margin-top:50px;
    padding: 20px 100px;
}
.infographie2 .bloc .titre{
    margin-top:-15px;
    text-align:left;
    font-size:28px;
    font-weight:bold;
    color:#384C82;
    text-transform:uppercase;
    font-family:'Avenir', sans-serif;
}
.infographie2 .bloc .texte{
    margin-top:20px;
    text-align:left;
    font-size:18px;
    font-weight:normal;
    color:#384C82;
    font-family:'Avenir', sans-serif;
}

.infographie2 .bloc .texte img{
   max-width:100%;
    margin:40px auto 0;
    text-align:center;
}


.infographie2 .sidebar{
}

.infographie2 .sidebar .sidebar_header{
    background:#F9C415;
    color:#fff;
    padding:20px 20px 60px;
}
.infographie2 .sidebar .sidebar_header.solaire{
    background:#F9C415;
}
.infographie2 .sidebar .sidebar_header.eolien{
    background:#384C82;
}
.infographie2 .sidebar .sidebar_header h3{
    color:#fff;
    text-transform:initial;
    font-weight:bold;
    font-family:'Aleo', sans-serif;
}
.infographie2 .sidebar .sidebar_header .sidebar_illustration{
    width: 120px;
    right: 20px;
    position: absolute;
    margin-top: -90px;
}
.infographie2 .sidebar .sidebar_content{
    background:#FEF2C7;
    padding:20px;
    color:#384C82;
}
.infographie2 .sidebar .sidebar_content.solaire{
    background:#FEF2C7;
}
.infographie2 .sidebar .sidebar_content.eolien{
    background:#CDD2E0;
}
.infographie2 .sidebar .sidebar_content img{
    max-width:80%;
    text-align:left;
    height:auto !important;
}

@media only screen and (max-width : 767px) {
    .infographie_footer{
        padding:0px 30px;
    }
    .infographie2 .bloc {
        padding: 0px 20px;
    }
    .infographie_footer .actu-plus {
        right: 0px !important;
    }
    .infographie_header .breadcrumbs {
        font-size: 16px;
        top: 75vh;
    }
    .infographie .bloc.centre, .infographie .bloc.droite, .infographie .bloc.gauche {
        width: 85%;
        margin: 40px auto;
        text-align: center;
    }
    .breadcrumbs {
        top: 60vh;
    }
}



/*--------------------------------------------------------------------------------*/
/*----------------------------------PARC------------------------------------------*/
/*--------------------------------------------------------------------------------*/
#parcs{
    background-color:#fff;
    padding: 120px 10% 45px 10%;
    margin-top: -130px;
}
#parcs .contenu{
    width:100%;
    margin-bottom:20px;
    font-family: "Avenir", sans-serif;
    font-size:16px;
}
#parcs .contenu .btgrid{
    width:100%;
}

#parcs .bloc-hover{
    min-height:450px;
}

#parcs .bloc-photo{
    height: auto;
    padding: 8vw 15px;
    cursor: pointer;
}
#parcs .bloc-hover:hover .bloc-photo{
    opacity: 0;
    transition: all .4s cubic-bezier(.215,.61,.355,1) 0s;
}
#parcs .bloc-hover:hover .bloc-fond{
    opacity: 1;
    transition: all .4s cubic-bezier(.215,.61,.355,1) 0s;
}

#parcs .bloc-photo .txt1-bloc{
    color: #fff;
    font-family: "Aleo", sans-serif;
    font-size: 28px;
    line-height: 36px;
    position: relative;
    top: 75%;
    text-align: center;
    left: 0;
    width: 100%;
    font-weight: bold;
}
#parcs .bloc-photo .txt1-bloc img{
    width: 50%;
}

#parcs .bloc-fond{
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    padding: 50px 30px 50px 30px;
}
#parcs .bloc-fond a{
    color:#fff;
}
#parcs .bloc-fond .txt1-bloc{
    color: #fff;
    font-family: "Avenir-Book", sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

#parcs .bloc-fond .txt2-bloc{
    font-family: "Aleo", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding-top: 15px;
}

#parcs .bloc-fond .button{
    position: absolute;
    top: 70%;
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    left: 25%;
    width: 50%;
    z-index: 9;
}
#parcs .bloc-fond .button:hover{
    border: 0px solid #384C82;
    color: #384C82;
    background-color:#fff;
}


@media only screen and (max-width : 767px) {
    #parcs .bloc-hover{
        min-height:400px;
    }
}


/*--------------------------------------------------------------------------------*/
/*----------------------------------LE GROUPE------------------------------------*/
/*--------------------------------------------------------------------------------*/
#page_groupe{
    background-color:#fff;
    padding: 120px 0 45px;
    margin-top: -130px;
}

#page_groupe .contenu img{
    max-width:100%;
}

#page_groupe .groupe-fond-gris{
    background: #eee;
    padding: 20px;
}
#page_groupe .groupe-fond-gris img{
   margin: 5px !important;
}


#page_groupe .contenu{
    margin: 0 auto;
}
#page_groupe .contenu_bloc1{
    z-index:1;
    width:90%;
    position: relative;
}
#page_groupe .contenu_bloc1 .image img{
    width:auto;
    height: 100%;
    min-width: 100%;
}
/*
@media only screen and (min-width : 993px) and (max-width: 1400px) {
    
    #page_groupe .contenu_bloc1{
        width: 100%;
    }
    
}
*/

#page_groupe .contenu_bloc1 .image{
    padding:0;
}
#page_groupe .contenu_bloc1 .texte{
    background:#384C82;
    padding:60px;
    color:#fff;
    font-size:18px;
    font-family:"Avenir-Heavy", sans-serif;
}
#page_groupe .contenu_bloc1 .texte p{
    line-height:24px !important;
}
#page_groupe .contenu_bloc1 .texte h3{
    color:#fff;
    font-family:"Avenir-Black", sans-serif;
}

#page_groupe .contenu_bloc2{
    background:#eee;
    font-weight:bold;
    font-family:"Aleo", sans-serif;
    margin-top: -130px;
    padding:200px 20px 80px 100px;
    font-size:24px;
    text-align: center;
}
#page_groupe .contenu_bloc2 img{
    position: absolute;
    left: -150px;
}
#page_groupe .contenu_bloc2 .texte{
    margin:0 auto;
    color: #384C82;
}
#page_groupe .contenu_bloc2 .texte p{
    font-size:36px;
    line-height:48px;
}
#page_groupe .contenu_bloc3{
    background:#eee;
    width:90%;
}
#page_groupe .contenu_bloc3 .texte{
    width: 100%;
    margin-left: 10%;
    background: #fff;
    text-align:left;
    color: #384C82;
    font-weight:700;
    font-family:"Oswald", sans-serif;
    position:relative;
    padding:40px;
    display: inline-table;
}
#page_groupe .contenu_bloc3 .texte div{
    text-align:center;
}
#page_groupe .contenu_bloc3 .texte .content{
    position:relative;
}
#page_groupe .contenu_bloc3 .texte h3{
    font-family:"Avenir-Black", sans-serif;
    color: #384C82;
    text-align:left;
    margin-bottom:30px;
    
}
#page_groupe .contenu_bloc3 .texte p{
    font-size:18px;
}
#page_groupe .contenu_bloc3 .texte img{
    height: 150px !important;
    width: auto !important;
    margin:0 auto;
}
#page_groupe .contenu_bloc4{
    background:#eee;
    padding:100px 0%;
    width:100%;
}
#page_groupe .contenu_bloc4 div{
    width:82%;
    margin: 0 auto;
}
#page_groupe .contenu_bloc4 iframe{
    margin:0 auto;
    text-align:center;
    width:100%;
    height:40vw;
}
#page_groupe .contenu_bloc5{
    padding:100px 9% 40px;
}
#page_groupe .contenu_bloc5 .texte img{
    position:absolute;    
    width:130px;
    z-index:-1;
}
#page_groupe .contenu_bloc5 .texte h3{
    font-size:36px;
    font-family:"Avenir-Black", sans-serif;
    text-transform:inherit;
    font-weight:bold;
}
#page_groupe .contenu_bloc5 .texte p{
    font-size:20px;
    line-height:32px;
    font-family:"Avenir-Book", sans-serif;
    
}
#page_groupe .contenu_bloc5 img{
    max-width:100%;
}


.scroll-auto {
  -webkit-overflow-scrolling: auto; /* on arrête le défilement immédiatement */
}

#search{    
    /*padding: 10px 100px;*/
}

#search .autre-search{    
    margin:100px 0;
}
#search .autre-search p{    
    font-weight: bold;
    font-size: 16px;
    font-family:"Avenir-Book", sans-serif;
}
#search .autre-search .btn{    
    background:#384C82;
    color:#fff;
}


/********* HOMEPAGE GLS *********/

.home-img-100{
    max-width: 100%;
}

.home-img-80{
    max-width: 80%;
}

#implantation_projet {
    position: relative;
}

.implantation_padding {
    padding : 40px;
}

.titre_chiffres, .sous_titre_chiffres, .texte_chiffre{
    color:#fff;
}

.titre_chiffres {
    font-size:3rem;
    font-family: "Avenir-Black";
}

.sous_titre_chiffres{
    font-size: 1.2rem;
    font-family: "Aleo";
    font-weight: bold;
}

.texte_chiffre{
    font-size: 0.9rem;
    font-family: "Aleo";
}

.chiffres img{width:100px;}
.chiffres img:last-child{width:100px;}

.petit-titre{
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: 80px;
    font-size: 18px;
}

.titre_contact{
    font-size:1.5rem;
    color:#000;
}

.sous_titre_contact{
    font-size:1.1rem;
    font-family: "Avenir-Light";
    color:#000;
    text-transform: initial;
    font-weight: initial;
}

.texte_contact{
    font-size:1.2rem;
    font-family: "Aleo";
    font-style: italic;
}

#footer-background{
    background-image:url('images/barres horizontales.png'); 
    height:70px;
    background-repeat:repeat-y; 
    background-size:100%;
    position:absolute;
    bottom:0;
    left: 83px;
    width: 50px;
}

.groupe-fond-gris{
    background-color:#eee;
}

#page h2{
    margin-bottom: 0px;
    margin-top: 30px;
    font-family: 'Aleo', sans-serif;
}

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

#partner {
    background-color : #fff;
}

#partner img {
    max-height: 80px;
    width: auto;
    vertical-align: middle;
    padding: 5px;
    max-width: 100%;
}

#partner .owl-wrapper{
    display: flex !important;
    align-items: center;
}

.barres-horizontales{
    background : url('images/barres_horizontales.png') repeat-x;
    background-size: auto 40px;
    background-position-y: center;
    width: 40px;
    height: 40px;
    display:inline-block;
    position: absolute;
    top:30px;
}

#home-actu{
    position: relative;
}

#home-actu h2, #home-actu h3{
    font-family: "Avenir-Black";
    font-weight: initial;
}

#home-actu p{
    color: #000;
}

#home-actu .button {
    max-width:230px;
}

#home-actu img{
    max-width: 100%;
}

.position_button {
    position: absolute;
    bottom: 20%;
    width: 100%;
}

.content-home .position_button  {
    max-width:230px;
}

#page-intro strong, #page-contenu strong{
    font-family: "Avenir-Heavy";
}

#page-intro .button, #page-contenu .button{
    width: 200px;
    margin-left: 0px;
}

#page-intro .button a, #page-contenu .button a{
    color:#fff;
}

#page-intro .button:hover a, #page-contenu .button:hover a{
    color:#384C82;
}

#le-groupe .button{
    margin : 0 auto;
}

.img-contact{
    padding:0;
    position:relative;
    overflow: hidden;
    max-height: 600px;
}

.img-contact img{
    width:100%;
    height: auto;
}

@media only screen and (min-width : 1200px){
    .col-sm-6.col-md-6.col-lg-6.img-contact img{
        position: relative;
        top: -25%;
    }
}

#le-groupe .details-contact{
    position:absolute;
    bottom:0;
    left:0;
    background-color: rgba(56,76,131, 0.44);
    width: 100%;
    text-align: center;
    color:#fff;
    padding:15px 0 ;
}

#le-groupe .details-contact h2{
    font-family: "Avenir-Black";
    font-size: 1.6rem;
    color:#fff;
}
#le-groupe .details-contact p{
    text-transform: uppercase;
    font-family: "Avenir-medium";
    font-size: 19px;
}

#evenement .bloc-presse {
    width: 100%;
}

#evenement .bloc-presse a{
    color: #000;
}

#evenement h2 {
    font-size: 2rem;
    font-family: "Avenir-Black";
}

#evenement h3 {
    font-size: 1.3rem;
    font-family: "Avenir-Black";
}

#navresp, #menuresp{
    display:none;
}

.w-20 { width:20%;}
.w-80 { width:80%;}

/* MENU RESPONSIVE */

@media screen and (max-width: 1025px) {
    #mainnav{
        display:none;
    }
    
    #barre-fixed{
        background-color:#fff;
        top: 0;
        left: 0;
        transition: all 0.5s;
        border-bottom: solid 1px #eee;
        box-shadow: 0 0 5px #444;
    }
    .ssmenuresp{display:none;background:#f9f9f9;position:relative;z-index:10;}
    .ssmenuresp a{color:#444}
    .ssmenuresp a:hover{color:#000;font-weight:bold}
    #navresp{
        display:block;
        width: 100%;
    }
    
    #navresp ul{padding:0;margin-top:20px;width: 100%;}
    #navresp li{margin-left:0;line-height: 50px;padding: 0;}
    
    .w-20, .w-80{
        float:left;
    }
    #evenement {
        padding: 0px ;
    }
    .padding-45 {
        padding: 25px;
    }
    #news {
        padding : 20px;
    }
    .news .bloc-actu {
        margin-left: 0px;
        margin-right: 0px;
    }
    #iconMenu{
        color:#384C82;
        font-size: 50px;
        margin: 15px auto;
        display: block;
        max-width: 50px;
    }
    
    .main-menu{
        text-align:center;
        width:100%;
        margin: 0 20px;
    }
    
    #formulaire {
        padding: 10px;
    }
    .img-logo {
        margin:0;
        max-height: 100%;
        width:100%;
    }
    
    #barre-recherche{
        margin-top:0;
        margin-bottom:20px;
        text-align:center;
    }
    .position_button {
        position: relative;
        bottom: 0%;
        width: 100%;
    }
    .image-responsive{
        height:500px;
    }
    
    .pb-responsive{
        padding-bottom:15px;
    }
    
    .div-photo .afficherTitre{
        display:block;
    }
}

.bandeau-dev{
    position: fixed;
    background-color: rgba(0,0,0, 0.6);
    color: #fff;
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding: 15px 30px;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    margin: 0;
}

/* AVANT/APRES */

div.jx-image img{
    height: 100% !important;
}

.juxtapose .jx-arrow{
    display: none;
}

.juxtapose .jx-control{
    background: #384C82;
    width: 5px;
}

.juxtapose .jx-controller{
    background: #384C82;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 100px;
}