
/**/
div{
	/*border: #666 solid 1px;*/
}

:root{
	--mainColor: #30374e;
	--data-delay: .50s;
	--posTopTriangle: 0px;
	--posLeftTriangle: 0px;

	--fontLight:'Open Sans';
	--fontBold: 'Poppins';
}


html{
	scroll-behavior: smooth
}


img{
	max-width: 100%;
	height: auto;
}

body{
	font-size: 1.8em;
	color: var(--mainColor);
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}

section{
	margin-top:80px;
}

/*---------------------
-----------------------
H
-----------------------
---------------------*/

h1{
	text-align: left;
	font-size: 3.5em;
	margin-bottom: 60px;
	margin-top: 150px;
	font-family: 'Francois One', sans-serif;
}
h2{
	text-align: left;
	font-size: 2.1em;
	margin-bottom: 22px;
	margin-top: 10px;
	font-family: 'Francois One', sans-serif;
}
h3{
	text-align: left;
	font-size: 1.5em;
	font-family: 'Francois One', sans-serif;
	margin-bottom: 30px;
}
.imgDetail h3{
	font-size: 1.3em;
}

.post_title{
	text-align: left;
	font-size: 1.5em;
	line-height: 1.1;
	margin-bottom: 30px;
}
.title{
	text-align: center;
	font-size: 2.5em;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: 'Francois One', sans-serif;
	letter-spacing: .9;
}


.grdBloc {
  /*  margin-top: 100px;
    margin-bottom: 120px;*/
}



/*---------------------
-----------------------
SEPS
-----------------------
---------------------*/
.sep20{
	width: 100%;
	height: 20px;
}
.sep40{
	width: 100%;
	height: 40px;
}
.sep80{
	width: 100%;
	height: 80px;
}
.sep100{
	width: 100%;
	height: 100px;
}

/*---------------------
-----------------------
CENTER
-----------------------
---------------------*/
.hCenter{
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}

.marginH10{
	/*padding-left: 2%;
	padding-right: 2%;
	max-width: 1100px;
	margin: auto;*/
}


.txt_left{
	text-align: left;
}
.txtBold{
	font-family: 'Francois One', sans-serif;
}

.inline{
	display: inline-block;
}
/*---------------------
-----------------------
iframe VIDEO
-----------------------
---------------------*/

.iframeVid2{
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}

.iframeVid2 iframe{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 10px;
}

.video{
	position: relative;
	width: 80%;
	margin: auto;
}
@media (max-width:916px){
	.video{
		width: 90%;	
	};
}


.blocSousPhoto {
    position: absolute;
    border-radius: 10px;
    background-color: rgba(174, 211, 247, 1.0);
    width: 170%;
    height: 500px;
    z-index: 1;
}
#blocSousVideo {
    background-color: #c8daff;
    z-index: -1;
    left: -200px;
    top: 15%;
    width: 100%;
    height: 90%;
}

/*---------------------
-----------------------
BUTTONS
-----------------------
---------------------*/

.bout{
	display: none;
	padding: 7px 10px;
	border-radius: 10px;
	max-width: 270px;
	background-color: #203969;
	color: #FFF;
	margin: 30px auto;
	border: none;
	text-align: center;
	font-weight: bold;
	transition: .3s;
	opacity: 1;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#niv_title .bout{
	margin: 30px;
	
}
.bout:hover{
	opacity: .7;
}


.boutBlanc{
	color: #465173;
	background-color: #FFF;
}
#bg2 .boutBlanc{
	color: #ffb700;
	box-shadow: 0px 0px 35px rgba(32, 58, 105, .3);
} 
.boutGris{
	color: #FFF;
	background-color: #ffb700;

}

.boutFreeTest{
	font-size: 1.1em;
	padding: 12px 20px;
}

/*---------------------
-----------------------
MENU
-----------------------
---------------------*/
#topMenu{
	position: fixed;
	width: 100%;
	height: 65px;
	top: 0px;
	left: 0px;
	background: none;
	z-index: 10;
}
#bgBlancMenu{
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	box-shadow: 0px 0px 20px rgba(32, 58, 105, .2);
	width: 100%;
	height: 100%;
	display: none;
}
#menuItems{
	display: flex;
	justify-content: space-between;
	z-index: 2;
	margin: 0px 10px;
}
#menuBouts{
	display: flex;
	justify-content: right;
	align-items: center;
	color: #203a69;
	margin-right: 80px;
}
 #menuBouts a{
 	color: #203a69;
 }
.menuBout{
	margin: 10px;
}
.boutLang {
    font-size: .7em;
    color: #FFF !important;
    padding: 3px 5px;
    background-color: #203a69;
    border-radius: 10px;
}
#logoMenu{
	max-width: 190px;
	display: flex;
	align-items: center;
}

#logoMenu img{width: 100%;}

@media (max-width:768px){
	#logoMenu{display: none;}
}
@media (max-width:916px){
	#logoMenu{max-width: 200px;}
}

/*---------------------
-----------------------
ON-SCROLL ANIMATIONS
-----------------------
---------------------*/

.animBottomUp{
	opacity: 0;
	transform: translate(0px, 40px);
	transition: transform .8s cubic-bezier(0,1,.3,1),
				opacity .8s ease-out;
	transition-delay: var(--data-delay);
	will-change: transform, opacity;
}

.animRightLeft{
	opacity: 0;
	transform: translate(60px, 0px);
	transition: transform .8s cubic-bezier(0,1,.3,1),
				opacity .8s ease-out;
	transition-delay: var(--data-delay);
	will-change: transform, opacity;
}
.animLeftRight{
	opacity: 0;
	transform: translate(-60px, 0px);
	transition: transform .8s cubic-bezier(0,1,.3,1),
				opacity .8s ease-out;
	transition-delay: var(--data-delay);
	will-change: transform, opacity;
}

.anim.is-visible{
	opacity: 1;
	transform: translate(0px, 0px);
}

/* 
-------------------------------
E5 : E5 - Contact
-------------------------------
*/
#contact{
	position: relative;
	background-image: radial-gradient(circle,rgba(255,255,200,.2),rgba(255,255,200,.5)),linear-gradient(to right top, #0044ef, #0052f3, #005ff6, #006bf9, #0077fa, #0078fc, #0178fd, #0179ff, #1d6fff, #3464ff, #4958ff, #5d48ff);
	color:#FFF;
	padding:2rem;
}
#contactCont{
	display: flex;
	justify-content: center;
}
.contactCont2{
	max-width: 550px;
	margin-top: 50px;
	margin-bottom: 30px;
}
#adressCont{
	padding-left:15px;
	margin-bottom: 30px;
}
#contact .compName{
	font-size:1.5em;
	line-height: 1em;
}
#contact .contactText{
	line-height: 1em;
}
#contact .socialsTop{
	justify-content: flex-start;
}

/* 
-------------------------------
E5 : Formulaire
-------------------------------
*/
#contact input{
	width: 49%;
	border:none;
	border-radius:10px;
	color:#502b22;
	margin-bottom: 10px;
	font-size:.8em;
	padding:5px 5px 5px 10px;
}


#contact #message{
	width:100%;
	border:none;
	height: 100px;
	border-radius:10px;
	color:#502b22;
	margin-bottom: 10px;
	font-size:.8em;
	padding-left:5px;
}

.formCont{
	margin-top:10px;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

.inputCont{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.btnSubmit{
	background-color: #294065;
	color:#FFF!important;
	font-family: 'Francois One', sans-serif!important;
	padding: 8px!important;
	width:100% !important;
	border-radius: 10px;
	text-align: center;
	font-size: .9em!important;
}
/* 
-------------------------------
 Footer
-------------------------------
*/
#footer{
	width:100%;
	background-color: #30374e;
	color:#FFF;
}
.logoFooter{
	width: 150px;
}

.footCont{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:15px;
}
.txtFooter{
	text-align: center;
}

.logo_jnc{
	width: 100px;
	margin-left: 10px;
}
#footer a{
	color: #FFF;
}

.copyright{
	font-size: .7em;
}
/* 
-------------------------------
 TOP
-------------------------------
*/
#toTop{
	display: none;
	position: fixed;
	left: 94%;
	top: 90vh;
	font-size: 30px;
	z-index: 12;
	padding: 1px;
}
#toTop a{
	color: #ebebeb;
}

/* 
-------------------------------
AUTRES
-------------------------------
*/

.galerie_logos{
	display: flex;
	justify-content:center;
	margin: 30px 0px;
}
.galerie_logos img{
	width: 100%;
	max-width: 600px;
	opacity: .4;
}

.tradGrise{
	color: #818aa3;
}