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);
}
.pcOnly
{
	display:none;
}
.smartphoneOnly
{
	display:block;
}
#bandelette
{
	background: url("../Images/logo_fondtransparent.png") no-repeat right top 0%;
	background-size:200px;
	height: 200px;
	text-align: right;
	/**/
	display: block;
	position: relative;
	top: 50px;
	left: 0px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#bandelette a
{
    width: 80px;
    text-decoration: none;
	color: rgb(89,194,218); /*bleu foncé*/
	transition: color 0.3s ease;
	font-size: 0.5em;
	padding-right:10px;
}


#bandelette a:hover
{
	opacity:0.5;	
	color: rgb(238,125,49); /*orange*/
}


#bandelette input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#bandelette span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#bandelette span:first-child
{
  transform-origin: 0% 0%;
}

#bandelette span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#bandelette input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#bandelette input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#bandelette input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width:350px;
  margin: -100px 0 0 -50px;
  padding-bottom:100px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
  list-style : none;
}

/*
 * And let's slide it in from the left
 */
#bandelette input:checked ~ ul
{
  transform: none;
}
#header
{
	padding-right: 40px;
}
#header ul
{
	max-width: 600px;
	min-width: 200px;
	height: 20px;
	list-style-type: none;
	text-align: center;
	padding-right: 0px;
	padding-top: 90px;
	float:right;
	font-size: 0.5em;
}

#header li {
    font-variant: small-caps;
    letter-spacing: 0.06em;
    float: left;
	padding-top: 10px;
    list-style : none;
}
.lienmenu{
    display: block;
    width: 150px;
    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:800px;
	margin:auto;
}
.introduction
{
	max-width:800px;
	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*/
}
.imageintro
{
	margin-top:50px;
	margin-bottom:50px;
	height:400px;
	background: url("../Images/Accueil.PNG") no-repeat;
	background-attachment: fixed;	
	background-size: cover;	
}
.flottant
{
    display: flex;
	justify-content: center;
}
.titre2
{
	font-size: 1.8em;
	margin-top:40px;
	margin-bottom:40px;
}
.titre3
{
	font-size: 1.3em;
	margin-top:30px;
	margin-bottom:30px;
}
.element
{
	vertical-align:top;
	width:100%;
	max-width:300px;
	margin:auto;
}
.imageronde
{
	margin-top:30px;
	margin-right:20px;
	margin-left:20px;
	width: 240px;
    height: 240px;
    border-radius: 120px;
}
.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:800px;
	margin:auto;
	text-align: justify;
	flex-direction:column;
}
.imageperso
{
	/*float: left;
	/*padding-top:100px;
	padding-right:50px;*/

}
#photo
{
	width:95%;
	margin:auto;
}

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(100% - 10px);
  margin:5px;
  padding:25px;
}
a{
text-decoration:none;
}
.t1blog
{
	font-size: 1.3em;
	color: rgb(89,194,218);
}
.t1blog:hover
{
    opacity:0.5;
	font-size: 1.3em;
	color: rgb(89,194,218);
}
.t2blog
{
	font-size: 1.1em;
	font-style: italic;
	color:rgb(238,125,49); /*orange*/
}
.contenublog
{
	text-align: left;
}
li
{
	list-style : square;
}
