/**
 * Place your custom styles here.
 */



 
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');;

/*General*/
/**
font-family: 'Montserrat', sans-serif;
*/
.container1{ border: solid red 1px;}
 
body { 
	font-family: 'Montserrat', sans-serif; 
	color:#07206a;
}


H1,H2,H3, H3 A, H4,H5,H2 A, H5 A  {
  color: #07206a!important;
  padding-top: 0; 
  margin-top:0px;
}

h2 {
    margin-top: 60px;
	margin-bottom: 40px
}

H2 A:hover, H5 A:hover,  H2 A:focus, H5 A:focus {
	color: #fff;
} 
a:hover, a:focus {
    color: #00aee8;
    text-decoration: none;
}
H1 {
  font-size: 63px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.16;
  letter-spacing: 2.7px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 140px;
  
} 
 
H2 {
	font-size : 54px;
    font-weight: normal;
	line-height: 1.2;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
}

H3 {
	font-size : 22px;
	line-height : 30px;
	font-weight: bold;
    letter-spacing: 2.3px
}

H4 {
	line-height : 33px;
	font-size: 60px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 3px;
}

H5  {
	line-height: 1.3;
	font-size: 18px;
	letter-spacing: normal;
    text-transform: uppercase;
}

H5>span{
    font-size: 40px;
    font-weight: bold;
    color: orange;
    letter-spacing: 3px;
}
 
p, ul {
	font-size : 18px;
	margin-bottom: 15px;
}

a { color: #07206a;}

a:hover, a:focus {
    color: #00aee8;
    text-decoration: underline;
}


.semi-bold {font-weight : 600; }

.bold{ font-weight : 700;}

hr {
	margin-top: 0px;
	margin-bottom: 40px;
	border-top:1px solid #002543;
}


.white, .white p, .white a {
	color: #fff !important;
}

.relative { position: relative;}

.v-center {
   display: grid;
   align-items: center;
   text-align: center;
}

.centerBlock {
	display: table;
	margin: auto;
}
.row-centered { text-align: center; }
.row-justify { text-align: justify; }
.row-left {  text-align: left;}
.no-pad { margin-bottom: 0px; margin-top: 0px;}


.margin-bloc {
	margin-top: 50px;
	margin-bottom: 50px;
}

.padding-bloc {
	padding-top: 50px;
	padding-bottom: 50px;
}

.margin-bloc-small {
	margin-top: 30px;
	margin-bottom: 30px;
}
.margin-bloc-90-40{
   margin-top: 90px;
   margin-bottom: 40px
}

.margin-bloc-top {
	margin-top: 40px;
}

.margin-bloc-bottom {
	margin-bottom: 40px;
}
.margin-bottom-10{
    margin-bottom: 10px !important;
}

.padding-top-0{
   padding-top: 0 !important;
}


.vertical-align > * {
    float: none;
    display: inline-block;
	vertical-align: bottom;
}
.vertical-align > *:last-child {
    vertical-align: bottom;
}
 
 /*Header*/
.navbar {
	padding : 8px 0;
	margin-bottom: 0;
    border: none;
}

.logo img {
    width: 80%;
}
#navbar {
    height: 117px;
    opacity: 0.8;
	background : #fff;
}

.navbar-header-top {
    margin-top: 35px  !important;
    margin-left: 0;
    width: 80%;
}
.navbar-static-top{
    /*margin-bottom: 80px;*/
}
 
/**Menu principal*/
.navbar-inverse .navbar-nav>li {
  padding: 0 25px 0px 0;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
    letter-spacing: 1.5px;
    text-align: left;
    color: #07206a;
    padding: 0px 0px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

/*
.navbar-inverse .navbar-nav>li> a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -8px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; 
}

.navbar-inverse .navbar-nav>li> a:hover:before, .navbar-inverse .navbar-nav>li> a.is-active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
*/
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus 
{
	background: none;
    font-weight: bold;
    color: #00aee8;
	text-decoration: none;
    text-transform: uppercase;
}

.navbar .navbar-collapse {
  text-align: left;
}
 
.small-icon-bar {
	display: block;
    width: 8px;
    height: 3px;
	background:#ffffff; 
    text-align: center;
    margin-left: 41%;
    width: 9px;
	margin-top: 5px;
}
.navbar-inverse .navbar-nav > .active > span {
	display: none;
}

#nav-right {padding-top: 59px;} 


.is-active .language-link {
	display: none;
}

#menu-toggle {
  top: 0;
  z-index: 1;
  padding: 0;  
  margin: 0px;
  border: 0px solid transparent;
  border-radius: 0px;
  border: none;
}
.menu-toggle{
    margin-top: 0;
}
.menu-toggle ul{
    list-style-type: none;
    padding: 0 20px 0 0;
}

.menu-toggle li{
    color: #07206a;
    font-size: 17px;
 
}
.menu-toggle li:first-child{
    border-bottom: 1px solid #07206a;
    padding-bottom: 2px;
   
}
.menu-toggle li:nth-child(2){
    padding-top: 2px; 
}
.menu-toggle li a{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
} 
.menu-toggle li a:hover{
    text-decoration: none;
} 
.menu-toggle a.is-active {
    color: #07206a;
    font-weight: bold;
    display: inline;
} 
.organge-btn{
    text-align: center;
}
 /*
.banner-page {
	background-image: url("/sites/default/files/2018-05/HeroImage_2.jpg");
    min-height: 1000px;
	background-position: top 350px right;
	background-repeat:no-repeat;
	
}*/

/*Container*/
.banner-home, .feature-home{
    max-height: 1200px;
    text-transform: uppercase;
}
.banner-home h1 {
    padding-top: 270px;
    margin-bottom: 65px;
}
.banner-home h1> span.banner-subtitle {
    font-size: 52px;
}

.banner-home div.banner-button, .feature-home div.feature-home-button , .Market div.market-home-button, .blog-button 
{
    display: table;
    margin: 0 auto;
    padding: 25px 30px;
    letter-spacing: 3.2px;
    background-color: #ebb218; 
    cursor: pointer;
}

.feature-home div.feature-home-button{
    margin-top: 570px;
}

.banner-home div> a, .feature-home a, .Market div> a, .blog-home-button a, .blog-button a, .webform-button--submit, .webform-button--submit:hover
{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;    
}

.blog-home-button:hover a{
    color:#ebb218;
}

	#edit-captcha-response {
		display: inline-block;
		width: 30px;
		border: none;
		box-shadow: none;
		border-bottom: 1px solid;
		border-radius: inherit;
		padding: 6px 0px;
	}


.banner-home div> a:hover, .feature-home a:hover, .Market div> a:hover, .blog-home-button a:hover, .blog-button a:hover{
    text-decoration: none;
}

.banner-home img{
    position: relative;
    width: 100%;
	height: auto;
    top: -120px;
    z-index: -100;
}
.banner-home > .container{
    position: absolute;
    top: 0px;
    left: 10%;
    right: 10%;
}

.banner-page > img{
    position: absolute;
    width: 100%;
    height: auto;
    top: 0px;
    z-index: -100;
}

.banner-page > .container > div > h2{
    margin-bottom: 30px;
}

.banner-page > .container > div > p.marches{
    margin-bottom: 50px;
}

.banner-page > .container > div > p > img{
    position: relative;
    left: -500px;
}

.featured{
    margin-top: -410px;
    background-image: url("../css/img/image-equipe2.jpg");
    min-height: 1000px;
	background-position: top 465px right;
	background-repeat:no-repeat;
}
.Market{
    margin-top: 56px;
    margin-bottom: 97px;
}
.blog{
    background-color: transparent;
    
}
.blog h2{
    margin-top: 104px;
}
.view-id-blogue_home_page_ {
    margin: 55px 0 0px 0;
    font-size: 16px;
    
}
.view-id-blogue_home_page_ .views-field-body{
    min-height: 596px;
    padding: 30px 35px;
    background-color: #fff;
}
.view-id-blogue_home_page_ img{
    width: 465px;
    height: 261px;
}
.view-id-blogue_home_page_ h3{
    margin: 35px auto;
    text-transform: uppercase;
}
.view-id-blogue_home_page_ p{
    padding-bottom: 20px;
}

.view-id-blogue_home_page_ .blog-home-button, .blog-home-button{
    display: table;
    margin: 0 auto;
    padding: 20px;
    letter-spacing: 3.2px;
    background-color: #ebb218; 
}
.boxContainer{ 
	width: 517px;
    position: absolute;
    top: 15%;
    left: 8%;
}

.innerText p{
    font-family: 'Montserrat', sans-serif;
	font-size: 72px;
	font-weight: bold;
	font-style: italic;
	line-height: 0.96;
	text-align: left;
	color: #002543; 
	padding-bottom: 30px;
}

a.btn {  
	border: #58595B 1px solid;
	padding: 10px 20px;
	cursor: pointer; 
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: left;
	color: #002543;
	border-radius: 0;
}

.Box hr {
	width: 20%;
	padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	border-top:1px solid #eee;
}

.Box {
	padding: 0;
	position: relative;
}
.Box img{
	max-width: 100%;
}

.HomeBox {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
}

.HomeBox:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.05);
}
.FeatureBox {
    text-transform: uppercase;
    margin-top: 80px;
}

.FeatureBox a > img { 
   margin-bottom: 48px;

}

.nosmarchesbloc1 {
    padding-bottom: 93px;
}
.nosmarchesbloc1 p{
    margin-top: 66px;
    max-width: 930px;
    display: inline-block;  
}

.marketLeft , .marketRight{
    
}

.marketLeft{
 
}
.marketLeft img{
}
.marketRight img{
}
.marketLeft img, .marketRight img{
    position: relative;
    width: 100%;
}

.marketRight{
}


.lineBox .dark_blue, .lineBox .blue   {
	background: #3F6E95;  
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 4.4px; 
	padding: 15px 0;
}
.lineBox .dark_blue { 
	background :  #002543 ; 
}
.lineBox .blue { 
	background: #3F6E95;  
}
 
 
.img-background {
 	padding: 0px 0px 500px;
	height: 500px;
	background : -moz-linear-gradient( 90deg, rgb(150,153,155) 0%, rgb(189,190,191) 48%, rgb(227,227,227) 70%);
	background: -webkit-linear-gradient( 90deg, rgb(150,153,155) 0%, rgb(189,190,191) 48%, rgb(227,227,227) 70%);
	background: -ms-linear-gradient( 90deg, rgb(150,153,155) 0%, rgb(189,190,191) 48%, rgb(227,227,227) 70%);
}

.grey-box {
	background: #E2E2E2; 
	height: 500px; 
	position: relative; 
} 
.white-box {
	height: 500px; 
	position: relative; 
}
 
.vertical-align-text {
	position: absolute;
	top: 30%;
	width: 48%;
	padding: 0 15px;

}
.Absolute-Center {
  width: 50%;
  margin: auto;
  position: absolute;
  padding: 0 30px 0 15px;
  top: 50%;  
  transform: translateY(-50%);
}

.some-absolute-div {
  width: 70%;
  height: 70%;
  background: yellow;
  border: 1px solid red;
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 10px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.centered-in-absolute {
  border: 1px solid red;
  padding: 10px;
  border-radius: 10px;
  max-width: 250px;
}

.margin-left {  
	margin-left: 50%!important;
}
.no-padding {
	padding: 0;
} 

.vertical-align {
	position: absolute;  
	top: 50%;  
	transform: translateY(-50%);
}

.col-center *{
	text-align: center;
}

/*About Page */
.approach{
    background-image:  url("../css/img/ApprocheHumaine.jpg");
    min-height: 466px;
    margin-top: 20%;
}

.approach h3{    
    font-size: 35px;
    line-height: 85px;
    font-weight: bold;
    letter-spacing: 3.5px;
    padding-top: 177px;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
}

.mission{
    background: #FBFBFB;
    margin-top: 50px;
    padding-bottom: 50px;
   /* background-image:  url("../css/img/MethodeMission.jpg");
    background-position: top;
    background-repeat: no-repeat; */	
}

.mission h2{
    /*padding-top: 200px;*/
}
.mission p:last-child{
    /*padding-bottom: 100px;*/
}

.team {
   /* background: #FBFBFB;*/
    margin-top: 50px;
    padding-bottom: 50px;
}

.team-name{
    margin-top: 50px;
}

/* Blog page */
.blog-page .views-field-body{
    min-height: 0;
}

.blog-page .container{
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0.8;
    box-shadow: 0 0 38px 0 rgba(1, 1, 1, 0.09);
    margin-bottom: 30px;
}

 /* article blog */ 
.article-blog img{
    margin: auto;
    padding: 80px 0;
 }
 
 
 .blog-button{
     margin-top: 7%;
 }

 /* Nos services */
 .services-gray{
     background-color: #FBFBFB;
 }
 .services-gray, .services{
    margin: 50px 0;
    padding:15px 0;
 }
 
 
 .services-gray .second-row, .services .second-row{
     border-top: #07206a 1px solid;
 }
 
 .services h2, .services-gray h2{
     text-align: left;
     margin-top: 10px;
 }
 .services h3, .services-gray h3{
     margin-top: 45px;
 }
 .services p, .services-gray p{
     margin-bottom: 65px;
 }
  
.services-gray ul li:before, .services ul li:before {    
    font-family: 'FontAwesome';
    content: '\f111';
	color: #00AEE8;
    margin:0 5px 0 -25px;
	font-size: 18px;
}
.services-gray ul li, .services ul li {    
	 list-style:none !important;
	 padding-top: 10px;
}
.last-service p {
    margin-bottom: -60px;
}
 
.last-service div.img-last-service {
    z-index: -100;
}

/* Nos marchés */

.gray-text{
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.3px;
  text-align: center;
  color: #b4b4b4;
}

/*Contact page */
.webform{
    background-image: url(../css/img/HeroImage_contact2.jpg) ;
    background-position: left top;
    background-repeat: no-repeat;
}
.webform h1{
    padding-top: 50px
}

.gray {
    background-image: url(../css/img/rectangle_gris.png) ;
    background-repeat: no-repeat;
    margin-top: 90px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 70px;
}
.location-contact, .phone-contact{
    text-align: center;
}

.location-contact, .border-marches{
    border-right: #07206a solid 1px;
}

 

.gray img{
    padding-bottom: 37px; 
}
.gray p {
    padding-bottom: 60px;
}

/* merci / 404 */
.merci{
    margin-top: 0%;
}


/*Form*/

form h3{
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}


.btn:focus, .btn:active:focus{
    outline: none;
}
.webform-button--submit{
    border: none;
    padding: 20px;
    letter-spacing: 3.2px;
    text-transform:uppercase;
    text-align: center;
	border-radius: 0px; 
}

.webform-button--submit, .webform-button--submit:hover, .webform-button--submit:focus, .webform-button--submit:active, .btn-primary:active:focus, .btn-primary:active:hover {
    background-color: #ebb218;
    border:none;
    box-shadow:none;
	}


form .contact-form-btn{
    padding-left: 35px;
}
form .form-en-tete{
    padding: 0;
}

form label{
    font-weight: normal;
}

form .radio label{
    padding-left: 4px;
    margin-right: 40px;
}
.form-item-captcha-response{
    padding-left: 15px;
    padding-right: 15px; 
}



/*Fotter*/

footer{ 
	background: transparent; 
}

.footer {
    margin-top: 80px;
    padding: 20px 0;
    border-top: none;
}
 /*menu Fotter*/ 
 
 .footer-logo img{
     padding-top: 15%;
 } 
footer ul {
    padding-left: 0 !important;;
}

footer .nav > li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
    max-width: 210px;
	padding-left: 12px; 
    padding-right: 12px;
}

footer .nav > li ul li {
    display: block;
	padding: 0px 0px 8px 0;
	border: none;
}

footer .nav>li>a, footer li>a, footer H5{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.4px;
	text-align: left;
	color: #07206a;
	padding: 0px 0 10px 0;
	margin-top: 0px; 
    margin-bottom: 0px;
    text-transform: uppercase;
}

footer .nav>li ul li>a, footer li ul li a, footer P {
	font-size: 16px;
	text-align: left;
	padding: 0px;
	letter-spacing: 1.6px;
}

 
footer .nav > li > a:hover, footer .nav > li > a:focus {
	text-decoration:  underline;
    background:none;
}

footer .contact-info {
	padding-left: 3%;
}
footer .location, footer .tel, footer .mail {   
    min-height: 153px;
    background-repeat: no-repeat;
     
}
footer .tel{
    background-image: url("../css/img/icone_tel.png");
    background-position: center left;
}

footer .location{
    background-image: url("../css/img/icone_map.png");
    background-position: left 55px center;
}
footer .location p{
    padding-top: 20px;
    text-align: center;
    
}
footer .tel p{
    padding-right: 15px;
    text-align: right;
}

footer .tel a, footer .mail a { 
	font-size: 15px;
	color: #fff;
}

footer a:hover, footer a:focus {
    color: #fff;
    text-decoration: underline;
}
footer .icon {
	float: left;
	margin-left: -35px;
	font-size: 15px !important;
	padding-top: 3px;
	color: #FFF;
}

footer .copyright{
    border-top: 1px #07206a solid;
}
footer .copyright p{
    padding: 31px 0;
    font-size: 14px;
    text-align: center;
}
.hidden-md, .mobile-box, .tablette-box {
	display: none;
}

/*Langing Page*/
H1.orange {
    font-size: 45px;
	color: #e08e04 !important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding-top: 70px;
	padding-bottom: 20px;
}

	.btn-button {
		display: table;
		margin: 30px auto;
		padding: 25px 30px;
		letter-spacing: 3.2px;
		background-color: #ebb218;
		cursor: pointer;
	}
	
	.btn-button  a, .btn-button:hover {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
	}
	
	H3.langing-page, .langing-page H3  {
		text-transform: uppercase!important;
		font-size: 30px;
		padding: 40px 0;
		font-weight: 800;
		font-style: italic;
		font-stretch: normal;
		line-height: 1.3;
		letter-spacing: 3.2px;
		text-align: center;
	}
	

	.langing-page H4  {
		font-size: 22px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.2;
		letter-spacing: 2.2px;
		text-align: center;
		color: #07206a;
		padding-top: 20px;
	}
	
	.profits H5  {
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.3;
		letter-spacing: 2.2px;
		text-align: center;
	}	
	.white *{ 
		color: white!important;
	}
	
	.animated  {
		text-align: center;
	}

	
	.profits{
		background-image:  url("../css/img/profits.jpg");
		background-position: center;
		background-size: contain;
	}
	
	
	
	.profits .marketLeft img, .profits .marketRight img{
		width : auto!important; 
    
	}
	
	.methode h3 {
		position: absolute;
		top: 5px;
		left: 0%;
		right: 0%;
	}

	.agissez{
		background-image:  url("../css/img//background_bleu-2.jpg");
		background-position: center;
		background-size: contain;
	}	
 
	
	.langing-page a > img {
		margin-bottom: 20px!important;
	}
	.methode div {
		position: relative;
	}
	.float-right {
		float: right;
		margin-top: 20px;
	}
	
	.box1, .box2 {
		padding: 20px 0px;
		margin-bottom: 35px;
		text-align: left;
		margin-top: 20px;
	}
	.box1{
		background-image: url(../css/img/cadre-bleu-graphique1.png);
	}
	.box2 {
		background-image: url(../css/img/cadre-bleu-graphique2.png);
		background-position: right;
	}
	.contact-info h4 {
		text-align: left
	}
	.contact-info h4 a {
		font-size: 25px;
		letter-spacing: 1px;
		color:#07206a;
	}
	
	.slide-left, .slide-right {
		opacity: 0;
	}
	.animated {
		opacity: 1!important;
	}
	
	