
body,
html {
	
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
	font-weight: 400;
	min-height: 100%;
	background-color: #051330;
	
	text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

body{
/*background-repeat: no-repeat;
background-position:top center;*/
	
-webkit-animation: fadein 1s; 
-moz-animation: fadein 1s; 
-ms-animation: fadein 1s; 
-o-animation: fadein 1s; 
animation: fadein 1s;	
	
}


* {
	padding: 0px;
	margin: 0px;
}

a {
	color: #F5B762;
	transition: color 0.5s;
	text-decoration: none;
	display: inline-block;
}

a:hover {
	color: #F5B762;
	transition: 0.2s;
	
}

.content a {
	color: #FFF;
	transition: color 0.5s;
	text-decoration: none;
	display: inline-block;
}

.content a:after {
	content: '';
	display:block;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #F5B762;
	transition: color 0.5s;
	text-decoration: none;
}

.caravelle_color{
	color: #F5B762;
}

p {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom:10px;
}

h1, h2, h3, h4, h5{ 
	font-family: 'Poppins', sans-serif;
	font-feature-settings: 'clig' 0;
	font-style: normal; 
	line-height: 1.2em;
}


h1 {

	font-size: 38px;
	font-weight: 500;
}


h2 {

	font-size: 20px;
	font-weight: 600;
	margin-bottom:16px;
}

h3{
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;	
}


/*///////////// UTILITIES /////////*/
.mobile {
		display: none;
	}


.clear {
	clear: both;
}

*:focus {
	outline: 0;
}

#mobile_menu:not( .mm-menu) {
	display: none;
}

.mobile {
	display: none;
}


.firstlink, .ajaxpopup {
	cursor: pointer;
}

img {
	border: 0px;
	max-width: 100%;
	height: auto !important;
}

table,
iframe {
	width: 100%;
	border:none;
}



.myhr, hr{
	position: relative;
	width: 100% ;
	background-color: #D4D4D4;
	height: 1px;
	margin: 20px 0px;
	border: none;
}

.round {
    border-radius: 50%;
	overflow: hidden;
}

.content ul{
	padding-left: 20px;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 22px;
}

.videobackcountainer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}

.videobackcountainer video {
  visibility: hidden;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}




.inside {
    position: relative;
    width: calc(100% - 80px);
    max-width: 1170px;
    margin: auto;
}




 #header{
	 width: 100%;
	 height: 125px;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 z-index: 9;
}

body:not(.home) #header{
	background-color: #051330;;

}


body.home #header{
	position: fixed;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}


#logo{
	display: inline-block;
	width:176px;
	height:37px;
	background-image: url(/img/Caravelle-Logo.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 40px;
}


#nav{
	display: inline-block;
	color:#FFFFFF;
	text-align: center;
	margin-right: 40px;
}


#nav a{
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	margin-right: 30px;
	text-decoration: none;
	height:26px;
	line-height: 26px;
	transition: color 0.3s ease;
	border-bottom: 1px solid transparent;
	
}


#nav a.active, #nav a:hover{
	border-bottom: 1px solid #F5B762;
	transition: 0.2s;
}


#lan_nav{
	display: inline-block;
	padding-left: 30px;
	border-left: 1px solid rgba(255, 255, 255, .2);
}



#lan_nav a{
	text-transform: uppercase;
	margin-right: 10px;
}



#footernav{
	text-align: center;
	font-size: 0.813em;
	line-height: 30px;
	padding: 20px 0px;
}

body.home #footernav {
	display: none;
}

#footernav a{
	display: inline-block;
	
	padding-left: 25px;
	
	text-decoration: none;
	height:30px;
	line-height: 30px;
}

#footernav a:after{
	content:"";
	display: inline-block;
	height:12px;
	width:1px;
	margin-left: 25px;
	background-color: #E0DBD4;
}

#footernav a:last-child:after{
	content:none;
}

#footernav a.active, #footernav a:hover{
	color:#CCA971;
}



/*HOME*/


.home_intro{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-size: cover;
	background-position: center center;
}

.home_container{
	background: linear-gradient(360deg, #000 0%, rgba(70, 93, 109, 0) 50%);
	display: flex;
	text-align: center;
	top: 50vh;
	align-items: center;
	height: 50vh;
	position: relative;
}


.home_titre{
	color:#fff;
	text-align: left;
	max-width: 800px;
}


.home_titre h1{
	font-weight: 600;
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 25px;
}

.home_lien a, a.lien_fleche{
	color: #F5B762;
	font-weight: 600;
    font-size: 14px;
	text-decoration: none;
	padding-left: 20px;
	background-image: url('/img/fleche_right.svg');
	background-position: left center;
	background-repeat: no-repeat;
}

a.lien_fleche::after {

  border-bottom: 0px !important;

}
/*BG*/

.page_intro_bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	
}

body.home .page_intro_bg{
	background-image: url('/img/circle-home.svg');
	background-position: right bottom;

}

body.onepage .page_intro_bg, body.page_popup .page_intro_bg{
	background-image: url('/img/circle-about.svg');
	background-position: left top;

}



body.portefeuille .page_intro_bg{
	background-image: url('/img/circle-companies.svg');
	background-position: left center;
	background-size: auto 100%;

}



body.team .page_intro_bg{
	background-image: url('/img/circle-team.svg');
	background-position: right bottom;
}




body.team  .page_bg{
min-height: calc(100vh - 125px);
background-image: url('/img/circle-team-2.svg');
background-position: left bottom;	
background-repeat: no-repeat;	
}

body.team  .team_details{
min-height: calc(100vh - 125px);
background-image: url('/img/circle-team-detail.svg');
background-position: left bottom;	
background-repeat: no-repeat;	
}


body.page_popup .page_bg{
	background-image: url('/img/circle-page.svg') ;
	background-position: left  bottom;
	background-repeat: no-repeat;

}

body.contact .page_bg{
	background-image: url('/img/circle-contact.svg'), url('/img/circle-contact-2.svg') ;
	background-position: left top, right bottom;
	background-repeat: no-repeat;

}

.centeredcols{
	text-align: center;
}

.centeredcols .col{
	display: inline-block;
	float:none;
}

/*PAGE*/


.container_page{
	padding-top: 80px;
	padding-bottom: 60px;
	
}
.page_intro {
	position: relative;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	
	align-items: center;

	justify-content: center;
	-ms-flex-pack: center;
	min-height: 550px;
	background-size: cover;
     background-position: center center;
}

body.team  .page_intro{
   background-position: center bottom;
}

.page_intro h1{

	font-size: 40px;
	color: #FFF;
	display: block;
	margin: 0px;
	max-width: 770px;
	/*text-shadow: 0px 1px 2px#5C432C;*/
	font-weight: 600;
	margin: auto;
	text-align: center;
}




.page_even, .page_odd{
	display: flex;
	align-items: center;
	padding-bottom: 60px;
}

.page_texte p.page_menu{
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #F5B762;

}

.page_texte h2{
	font-weight: 600;
	font-size: 32px;

}


.page_image {
	text-align: center;
	position: relative;

}	

.page_image:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url('/img/page_image_circle.svg');
	background-position: center center;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
}

.page_image img{
	border-radius: 50%;
	filter: drop-shadow(0px 20px 100px rgba(0, 0, 0, 0.25));
}

.page_3box{	
	padding-bottom: 100px;
}

.page_box{
background: #1e325d;
padding: 40px;
overflow: hidden;
}



.page_box:before{
	content: "";
	position: absolute;
	right: 0px;
	border-color: #FFF #051330 #F5B762 #FFF;
	border-style: solid;
	border-width: 0px 35px 35px 0px;
	height: 0px;
	width: 0px;
	display: block;
	transform: rotate(90deg);
	bottom: 0px;
}

/*TEAM*/

.team_box{
	padding: 20px;
	background-color: #1e325d;
	text-align: center;
	border:1px solid #1e325d;
}

.team_resume h2{
	font-weight: 600;
	font-size: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
}
.team_titre{
	color: #F5B762;
	font-weight: 600;

}
.team_box:hover{
	padding: 20px;
	border:1px solid #F5B762;
}


.team_details p.team_titre{
	margin-top: 10px;
}

.team_details .inside {
  padding-top: 60px;
}


/*PORTEFEUILLE*/


.portefeuillecategoryitem{
	display: inline-block;
    font-size: 14px;
    text-decoration: none;
    height: 26px;
    line-height: 26px;
    transition: color 0.3s ease;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #1e325d;
	color: #FFF;
	font-weight: 600;
}

.portefeuillecategoryitem:hover, .portefeuillecategoryitem.active{
	background-color: #F5B762;
	color: #FFF;
}

.protefeuillecontainer{
	display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    gap: 20px;
	margin-top: 15px;
}

.portefeuilleitem{
	position: relative;
	width: calc((100% - (4*20px))/5);
	overflow: hidden;
}

.portefeuilleitem .logo{
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.portefeuilleitem .logo{
	padding-top: calc(100% - 40px);
	border:20px solid transparent;
}

.portefeuilleitem .logo_in{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}

.portefeuilleitem .logo_in img{
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}


.portefeuilleitem .infos{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	align-content: center;
	justify-content: center;
	transform: translateY(-100%);
	background-color: rgba(70, 93, 109, .9);
	color:#fff;
	opacity: 0;
	transition: opacity .6s, transform .5s;
	box-sizing: border-box;
	padding:20px;
}

.portefeuilleitem:hover .infos{
	opacity: 1;
	transform: translateY(0);
}

.portefeuilleitem .infos h2, .portefeuilleitem .infos h3{
	color: inherit;
	margin: 0px;
	font-weight: normal;
}

.portefeuilleitem .infos h2{
	font-size: 1.6em;
	font-weight: 600;
}

/*PORTEFEUILLE DETAILS*/



.portefeuille_details_container{

	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: calc(100vh - 125px);
	background-position: center center;
	}

.portefeuille_details_degrade{
    background-image: url('/img/circle-company.svg'), linear-gradient(90deg, #051330 0%, rgba(70, 93, 109, 0) 100%);
	width: 100%;
	min-height: calc(100vh - 125px);

	background-repeat: no-repeat;
	background-position: right bottom;
}

.portefeuille_details_container .inside{
	padding-top: 60px;
}

.portefeuille_details_container .portefeuille_details_surtitre, .portefeuille_details_container .highligttitle{
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
color: #F5B762;
}


.portefeuille_details_container h1{
	margin-bottom: 20px;
	
}



/*CONTACT OFFICES*/

body.contact h1{
	margin-bottom: 40px;
}

.office_box {
  padding: 20px;
  background-color: #1e325d;
 font-weight: 600;
}

.office_img {
  padding-bottom: 20px;
}




/*NAV*/

.nav_popup{
	position: absolute;
	right: 0px;
	display: inline-block;
	margin-top: 10px;
	z-index: 999;
}

.btn_close{
	background-image: url('/img/close_popup.svg') !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	font-size: 0px;
	height: 28px;
	width: 28px;
	display: block;
	float: right;
}

.btn_previous{
	background-image: url('/img/fleche_prev.svg') !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	font-size: 0px;
	height: 28px;
	width: 43px;
	display: block;
	float: left;
	margin-right: 31px;
}

.btn_next{
	background-image: url('/img/fleche_next.svg') !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	font-size: 0px;
	height: 28px;
	width: 43px;
	display: block;
	float: left;
	margin-right: 31px;
}


/*COL*/

.container_col{
	margin-left: -15px;
	margin-right: -15px;
    position: relative;
}


.col{
	position: relative;
	float:left;
	display: block;
	margin: 15px;
	box-sizing: border-box;
}

.col_block {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
.col_block .col {
  display: inline-block;
  float: none;
  vertical-align: text-top;
  text-align: left;
}

.col-1{
	width: calc(((100% - (12 * 30px))/12)*1);
}
.col-2{
	width: calc(((100% - (12 * 30px))/12)*2 + (1 * 30px));
}
.col-3{
	width: calc(((100% - (12 * 30px))/12)*3 + (2 * 30px));
}
.col-4{
	width: calc(((100% - (12 * 30px))/12)*4 + (3 * 30px));
}
.col-5{
	width: calc(((100% - (12 * 30px))/12)*5 + (4 * 30px));
}
.col-6{
	width: calc(((100% - (12 * 30px))/12)*6 + (5 * 30px));
}
.col-7{
	width: calc(((100% - (12 * 30px))/12)*7 + (6 * 30px));
}
.col-8{
	width: calc(((100% - (12 * 30px))/12)*8 + (7 * 30px));
}
.col-9{
	width: calc(((100% - (12 * 30px))/12)*9 + (8 * 30px));
}
.col-10{
	width: calc(((100% - (12 * 30px))/12)*10 + (9 * 30px));
}
.col-11{
	width: calc(((100% - (12 * 30px))/12)*11 + (10 * 30px));
}
.col-12{
	width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
}






.headermobile{
	height:78px;
	background-color: transparent;
	box-sizing: border-box;
	width:100%;
	padding:15px;
	position: fixed;
	top:0px;
	left:0px;
	justify-content: space-between;
	align-items: center;
	display: none;
}
body:not(.home) .headermobile{
	background-color: #051330;

}

#logo_mobile{
	display: block;
	width:156px;
	height:38px;
	background-image: url(/img/Caravelle-Logo.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 156px 38px;
}

#mmenu:not( .mm-menu) {
    display: none;
}

.mm-menu {

  --mm-color-background: #051330;

}
.mm-listitem{
	color: #FFF !important;
}

.mmenulan{
	width:100%;
	text-align: center;
	display: block;
	float: none;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.mmenulan a{
	width:30px;
	height:30px;
	line-height: 30px;
	margin-left:10px;
	margin-right: 10px;
	color:#FFF !important;
	border: 1px solid #FFF;
	text-align: center;
	display: inline-block;
    font-size: .70em;
    text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	box-sizing: border-box;
}


.mmenulan a.active{
	color:#F5B762 !important;
	border-color:#F5B762 !important;
}

.mm-listitem::after {
  border-bottom-width: 0px;
}
.mm-navbars_top {
  border-bottom-style: none;
  border-bottom-width: 0px;
}
a.mm-navbar__title{
	color: #051330 !important;
}

/*///////////// RIBBON /////////*/


.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #F5B762;
  }
  .ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 10px 0;
	background-color: #F5B762;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font: 700 14px/1 ;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
  }
  
  /* top left*/
  .ribbon-top-left {
	top: -10px;
	left: -10px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
  }
  .ribbon-top-left::before {
	top: 0;
	right: 0;
  }
  .ribbon-top-left::after {
	bottom: 0;
	left: 0;
  }
  .ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
  }
  
  /* top right*/
  .ribbon-top-right {
	top: -25px;
	right: -25px;
  }
  .ribbon-top-right::before,
  .ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
  }
  .ribbon-top-right::before {
	top: 0;
	left: 0;
  }
  .ribbon-top-right::after {
	bottom: 0;
	right: 0;
  }
  .ribbon-top-right span {
	left: -25px;
	top: 35px;
	transform: rotate(45deg);
  }
  
  /* bottom left*/
  .ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
  }
  .ribbon-bottom-left::before,
  .ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
  }
  .ribbon-bottom-left::before {
	bottom: 0;
	right: 0;
  }
  .ribbon-bottom-left::after {
	top: 0;
	left: 0;
  }
  .ribbon-bottom-left span {
	right: -25px;
	bottom: 30px;
	transform: rotate(225deg);
  }
  
  /* bottom right*/
  .ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
  }
  .ribbon-bottom-right::before,
  .ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
  }
  .ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
  }
  .ribbon-bottom-right::after {
	top: 0;
	right: 0;
  }
  .ribbon-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-225deg);
  }


/*///////////// KEY /////////*/

@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

@media (max-width:767px){

	
	.inside {
	width: calc(100% - 30px);

	}
	.col{
		float:none !important;
		clear:both !important;
		width:calc(100% - 30px) !important;
	}
	.headermobile{
		display: flex;
	}

	#header{
		display: none;
	}
	
	.home_titre h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 25px;
	}
	
	h1 {
	font-size: 25px !important;
	}

	h2 {
		font-size: 25px !important;
	}
	
	body:not(.home) .header_under{
		margin-top: 75px;
		width: 100%;
	}
	
	.nav_popup {
	margin-top: -50px;
	}

	
	.page_even, .page_odd {
	 flex-direction: column;
	}
	.page_odd {
	flex-flow: column-reverse;
	}
	
	.portefeuilleitem {
	width: calc(((100% - (12 * 27px))/12)*6 + (5 * 30px));
	}
	
	.page_texte h2 {
	font-weight: 600;
	font-size: 25px;
	}
	.page_intro h1 {
	font-size: 25px;
	color: #FFF;
	font-weight: 600;
	display: block;
	margin: 0px;
	max-width: 770px;
/*	text-shadow: 0px 1px 2px #5C432C;*/
	}

	.page_intro {
	min-height: 300px;
	}
	
	.container_page {
	padding-top: 40px;
	padding-bottom: 60px;
	}
	
	.portefeuilleitem .infos {
		display: none;
}
	
	.portefeuille_details_degrade{
		padding-top: 20px;
	}
	
	.team_details{
		
	}
	
	.nav_popup {
	  margin-top: -30px;	
	  display:block;
	  width: 100%;
	}
	
	.team_details .nav_popup {
	  margin-top: -60px;	
	}
	
	.btn_close {
	  height: 20px;
	  width: 20px;
	}
	.btn_next, .btn_previous {
	height: 20px;	
		}
	.btn_previous {
	float: left;
	}
}

