body{
	color: rgb(100,100,100);
	text-align: center;
	font-family: Verdana,Impact, "Arial Black", Arial, Verdana, sans-serif;
	font-size: 1em;
	background-color: rgb(253,253,253);
}
.smartphoneOnly
{
	display:none;
}
#bandelette
{
	background: url("../Images/logo_fondtransparent.png") no-repeat left top;
	background-size:400px;
    height: 300px;
	margin-left: 50px;
	text-align: right;
}
#header ul
{
    max-width: 960px;
    min-width: 800px;
    height: 20px;
    list-style-type: none;
    text-align: center;
    padding-right: 0px;
    padding-top: 80px;
	float:right;
}

#header li {
    font-family: Calibri light,Verdana,Impact, "Arial Black", Arial, Verdana, sans-serif;
	font-size: 1.4em;
	font-variant: small-caps;
    letter-spacing: 0.06em;
    float: left;
    margin: 0 30px 0 0;
	list-style : none;
}
.lienmenu{
    display: block;
    width: 120px;
    text-decoration: none;
    font-weight: bold;
	color: rgb(89,194,218); /*bleu foncé*/
}
.lienmenu:hover
{
	opacity:0.5;	
	color: rgb(238,125,49); /*orange*/
}
.encours
{
	color: rgb(238,125,49); /*orange*/
}
.dessous
{
    clear: both;
}

section
{
	max-width:1200px;
	margin:auto;
}
.introduction
{
	max-width:900px;
	margin:auto;
}
.effetfadein{
}
.hidden{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.MREM
{
	font-size: 1.3em;
}
.bluefonce
{
	color: rgb(89,194,218);*/ /*bleu foncé*/
}
.blueclaire
{
	color: rgb(153,213,231);*/ /*bleu clair*/
}
.orange
{
	color:rgb(238,125,49); /*orange*/
}
.grey
{
	color:rgb(127,127,127); /*gris*/
}
.grey:hover
{
	opacity:0.5;
}
.imageintro
{
	margin-top:50px;
	margin-bottom:50px;
	height:400px;
	background: url("../Images/Accueil.PNG") no-repeat;
	background-attachment: fixed;	
	background-size: cover;	
}
.imagetalent
{
	margin-top:50px;
	margin-bottom:50px;
	height:400px;
	background: url("../Images/talent.PNG") no-repeat;
	background-attachment: fixed;	
	background-size: cover;	
}
.imageposte
{
	margin-top:50px;
	margin-bottom:50px;
	height:400px;
	background: url("../Images/poste.PNG") no-repeat;
	background-attachment: fixed;	
	background-size: cover;	
}
.flottant
{
    display: flex;
	justify-content: center;
}
.titre2
{
	font-size: 1.6em;
	margin-top:40px;
	margin-bottom:40px;
}
.titre3
{
	font-size: 1.3em;
	margin-top:30px;
	margin-bottom:30px;
}
.element
{
	vertical-align:top;
	width:50%;
	max-width:400px;
	margin:auto;
}
.imageronde
{
	margin-top:30px;
	margin-right:20px;
	margin-left:20px;
	width: 240px;
    height: 240px;
    border-radius: 120px;
}
.bordure1
{
	border: 3px solid rgb(100,100,100);
}
.bordure2
{
	border: 3px solid rgb(238,125,49);
}
.bordure3
{
	border: 3px solid rgb(89,194,218);
}
.just
{
	text-align: justify;
}
.carre
{
	padding:15px 15px;
	/*background: rgb(2,67,98);*/
	background:rgb(89,194,218);
	margin-top:40px;
	margin-bottom:80px;
}
.carre:hover
{
	opacity:0.8;
}
.carre2
{
	padding:15px 15px;
	/*background: rgb(2,67,98);*/
	background:rgb(238,125,49);
	margin-top:40px;
	margin-bottom:80px;
}
.carre2:hover
{
	opacity:0.8;
}
.liencarre
{
	color: white;
}
.liencarre:hover
{
	color: white;
}
.fondateur
{
	max-width:1000px;
	margin:auto;
	margin-top:20px;
}
.imageperso
{
	float: left;
	padding-top:00px;
	padding-right:50px;
}

#photo
{
	width: 400px;
	height: 300px;
}

#photo2
{
	width: 250px;
	height: 300px;
}

#photo3
{
	width: 150px;
	height: 150px;
}

footer
{
	margin-top:80px;
}
.lienlinkedin
{
	font-size: 1.6em;
	font-weight:strong;
	color: rgb(2,67,98);
	text-decoration: none;
}
.lienlinkedin:hover
{
	opacity:0.5;
}
.flex{
  display:flex;
  flex-wrap:wrap;
  padding:5px;
}

.flex-item{
  background:rgb(253,253,253);
  box-sizing:border-box;
  width:calc(33.33% - 10px);
  margin:5px;
  padding:25px;
}
a{
text-decoration:none;
}
.t1blog
{
	font-size: 1.3em;
	color: rgb(89,194,218);
}

.t2blog
{
	font-size: 1.1em;
	font-style: italic;
	color:rgb(238,125,49); /*orange*/
	text-align: center;
}
.contenublog
{
	text-align: left;
}
li
{
	list-style : square;
}
.textintroblog
{
	font-size: 3em;	
	color:white;
	text-shadow: rgb(89,194,218) 0.05em 0.05em 0.05em;
}
.imageintroblog
{
	margin-top:50px;
	margin-bottom:50px;
	height:400px;
	background: url("../Images/fondblog.jpg") no-repeat;
	background-attachment: fixed;	
	background-size: cover;	
}