@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html,body{
	width:100%;
	height: 100%;
	margin: 0px;
	padding: 0px;

	background-color: #000000;;

	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size:16px;
}

.legend{
	font-size:12px;
	padding: 0px !important;
}
header{
	display: none;
}

section{
	width:100%;
}

.clear{
	width:100%;
	height: 0px;
	clear:both;
}

.spacer, .spacer-e{
	width: 100;
	height: 25px;
	clear: both;
}

.float-left10{
	float:left;
	width:10%;
}
.float-left20{
	float:left;
	width:20%;
}
.float-left30{
	float:left;
	width:30%;
}
.float-left50{
	float:left;
	width:50%;
}
.float-left70{
	float:left;
	width:70%;
}


.section-title{
	width:100%;
	padding-bottom:5px;
	border-bottom:3px solid #1c4b96;
	color:#1c4b96;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:20px;
}

.MainContent{
	width:1190px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.width10{
	width:10%;
}
.width20{
	width:20%;
}
.width30{
	width:30%;
}
.width40{
	width:40%;
}
.width50{
	width:50%;
}
.width60{
	width:60%;
}
.width60{
	width:60%;
}
.width70{
	width:70%;
}
.width80{
	width:80%;
}
.width90{
	width:80%;
}

.display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
#intro, .frame1{
	background-image: url('images/bg_nb.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover;

	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    
    /* You need to define an explicit height! */
    height: 100vh;

	color:#ffffff;
}

#intro h1, .frame1 h1{
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 0;
}

.FrameTitle {
    font-size:6vw;
}
.subTitle{
	font-size:1.5vw;
}
.animation-top {
    position: relative;
    animation: animationtop 0.7s;
}
@keyframes animationtop{
	from{
		top:-300px;
		opacity:0
	} 
	to{
		top:0;
		opacity:1
	}
}


.frame2{
	background-color: #ffffff;
	color:#000;
	display: flex;
    width: 100%;
	min-height: 300px;
}

.a-propos-description-title{
	font-size:32px;
}

#a-propos-data{
	padding-left:150px;

}
.a-propos-data-title, .experiences-data-title{
	font-size:18px;
	font-weight: bold;
	float:left;
}
.a-propos-data-content, .experiences-data-content{
	float:left;
}
.a-propos-data-content ul, .experiences-data-content ul{
	margin:0px;
	padding:0px;
}

.a-propos-data-content li, .experiences-data-content li{
	margin-bottom:20px;
}

.frame3{
	background-color: #ffffff;
	color:#000;
	display: flex;
    width: 100%;
	min-height: 300px;
}

.row-container{
	display: block;
	width: 100%;
}

.row-block {
	width:33.33%;
	float:left;
	margin-bottom:25px;
}


.row-block-content {
	width:90%;
	margin: 0 auto;
	height: 35px;
	background-color: #cbe1f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.row-container .row-block:last-child {
	margin-right: 0;
}
.BlocContent{
	position: relative;
}
.BlocContent-content{
	padding-top:7px;
	padding-left:5px;
}
.BlocContent-date{
	position:absolute;
	top:2px;
	right:5px;
	font-size:12px;
	font-weight: bold;

}

.frame4{
	background-color: #ffffff;
	color:#000;
	display: flex;
    width: 100%;
	min-height: 150px;
}

/* text defilant*/
.TXTcontainerDefilant{
    white-space: nowrap;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 100%;
}
    
.textDefilant{
	display: inline-block;
	padding-right: 100%;
	animation: scroll 80s linear infinite;

	font-weight: 800;
	font-size:150px;
	color:#e4e4e4;
}

    
@keyframes scroll {
	0% {
	  transform: translate3d(0, 0, 0);
	}
	100% {
	  transform: translate3d(-100%, 0, 0);
	}
  }

  .frame5{
	background-color: #ffffff;
	color:#000;
	display: flex;
    width: 100%;
	min-height: 150px;
}

/* LIST */
/* plus */
.PlusList li {
	display: table-row;
  }
.PlusList ul {
	display: table-row;
	list-style: none;
  }
.PlusList li::before {
	display: table-cell;
	text-align: right;
	content: "+";
	font-size: 1em;
	font-weight: bold;
	color: #1c4b96;
	padding-right: 12px;
  }
  .PlusList li:not(:first-of-type)::before {
	padding-top: 12px;
  }

/* bord gauche*/
.BorderList {
	position: relative;
  }
  .BorderList ul {
	position: relative;
  }
  .BorderList ul li {
	position: relative;
	left: 0;
	color: #000;
	list-style: none;
	margin: 4px 0;
	border-left: 2px solid #1c4b96;
	transition: 0.5s;
	cursor: pointer;
  }
  .BorderList ul li:hover {
	left: 10px;
  }
  .BorderList ul li span {
	position: relative;
	padding: 8px;
	padding-left: 12px;
	display: inline-block;
	z-index: 1;
	transition: 0.5s;
  }
  .BorderList ul li:hover span {
	color: #ffffff;
  }
  .BorderList ul li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1c4b96;
	transform: scaleX(0);
	transform-origin: left;
	transition: 0.5s;
  }
  .BorderList ul li:hover:before {
	transform: scaleX(1);
  }
  


.frame6, .frame7 {
	background-color: #ffffff;
	color:#000;
	display: flex;
    width: 100%;
}

.photo-wall {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
  }
  
  .photo-wall img {
	width: 275px;
	height: auto;
	margin: 10px;
	box-sizing: border-box;
  }
  
  @media (max-width: 600px) {
	.photo-wall img {
	  width: 100%;
	  height: auto;
	}
  }

  /* contact form*/
  .contactform input[type=text],.contactform input[type=tel], .contactform textarea {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	margin-bottom: 25px;
	border: solid 2px #1c4b96;
  }

  .contactform input[type=text]:focus,.contactform input[type=tel]:focus, .contactform textarea:focus {
	border: 3px solid #c1c5cb;
  }

  .contactform input[type=submit], .contactform input[type=button] {
	min-width: 200px;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	margin-bottom: 25px;
	border: solid 2px #1c4b96;
	text-align: center;
  }
.contactform label{
	font-weight: bold;
}	
.form_error_msg, .ErrorMessage{
    font-weight: bold;
    color:#c00000;
}

footer{
	width:100%;
	height: 25px;
	padding:10px 0px;
	background-color:  #1c4b96;
	text-align:center;
	font-size:10px;
	color:  #ffffff;
}
footer a{
	text-decoration:none;
	color:  #ffffff;
}		
/* responsive*/
@media screen and (max-width: 1180px) {
	
	.FrameTitle {
		font-size: 9vw;
	}
	.subTitle{
		font-size: 6vw;
	}

	.display-middle {
		width: 90%;
	}

	.MainContent {
		max-width: 90%;
	}

	.float-left30,.float-left50 {
		float: unset;
		width: 100%
	}

	#a-propos-data {
		padding-left: 0px;
		margin-top:25px;
	}
	.row-block{
		width: 100%;
	}

	.width30{
		min-width: 140px;
	}

	.experiences-data-title{
		width:100%;
		margin-bottom:15px;
	}
	.experiences-data-content {
		width:100%;
	}
	.experiences-data-content ul{
		margin-left:25px;
	}
}


@media print {
	#intro{
		background-image:unset;
		display: block;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 100%;
		height: 80px;
		min-height: unset;
		color: #000000;

	}
	#intro .display-middle {
		position: absolute;
		top: 5px;
		left: 10px;
		transform: unset;
		-ms-transform: unset;
	}

	#intro h1, .frame1 h1 {
		font-size: 20px;
		font-weight: 400;
		text-transform: uppercase;
		margin: 10px 0;
	}

	.spacer{
		height: 7px;
	}
	.spacer-e{
		height: 2px;
	}
	
	.FrameTitle {
		font-size: 12px;
	}
	.subTitle{
		font-size: 12px;
	}

	.display-middle {
		width: 90%;
	}

	.MainContent {
		max-width: 90%;
		margin-top:5px;
		margin-bottom:5px; 
	}


	.float-left30,.float-left50 {
		float: unset;
		width: 100%
	}

	#a-propos-data {
		padding-left: 0px;
		margin-top:25px;
	}

	.a-propos-description-title, .experiences-data-title {
		font-size: 16px;
		font-weight: bold;
	}

	.a-propos-data-title{
		font-size:16px;
	}




	.row-block{
		width: 33.333%;
		margin-bottom:15px;
		background-color: #ffffff;
		color:#000000;
	}


	.BlocContent-content {
		padding-top: 12px;
		padding-left: 0px;
		font-size: 14px;
	}
	.BlocContent-date {
		top: 0px;
		left: 0px;
	}

	#a-propos-description{
		float:unset !important;
		width: 100%;
	}

	.PlusList {
		width: 100% !important;
	}
	.PlusList li {
		float: left;
		width: 49%;
		height: 20px;
	}
	.PlusList li::before {
		float: left;
		display: none;
	}

	.a-propos-data-content li, .experiences-data-content li {
		margin-bottom: 2px;
	}
	

	#bandeau01{
		display: none;
	}

	.width30{
		min-width: 140px;
	}

	.experiences-data-title{
		width:100%;
		margin-bottom:10px;
	}
	.experiences-data-content {
		width:100%;
	}
	.experiences-data-content ul{
		margin-left:25px;
	}

	#realisation, #contact, footer{
		display: none;
	}


		/* jouer sur les sauts de page*/
		#connaissances{
			margin-bottom:200px;
		}
	
		/* jouer sur les sauts de page*/
	
	
}