@charset "UTF-8";
/* CSS Document */

.right {
  position: absolute;
  right: 0px;
  width: 50%;
  border: 0px solid #73AD21;
  padding: 5px;
}

.left {
  position: absolute;
  left: 0px;
  width: 50%;
  border: 0px solid #73AD21;
  padding: 5px;
}

.pageOption {
  overflow: hidden;
  position: relative;
  width: 40em;
  height: 26.85em;

}
.option, .option img {
  width: 100%;
  height: 100%;
}

.option {
  overflow: hidden;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  /* arctan(27 / 40) = 34.01935deg
   * need to skew by 90deg - 34.01935deg = 55.98065deg
  */
  transform: skewX(55.98deg);
}
.option:first-child {
  left: 0; /* -.25em */
  transform-origin: 100% 0 ;
  margin-left: auto;
  margin-right: auto;
}
.option:last-child {
  right: 0; /* -.25em */
  transform-origin:  0 100%;
  margin-left: auto;
  margin-right: auto;
}
.option img {
  transform: skewX(-55.98deg);
  transform-origin: inherit;
}

/*================================== Ajoutés récemment ======================================*/

#fixe{
	display: inline;
	width: 100%;
	text-align: center;
	align-content: center;
}
/* couleur de la barre*/
#men{
	width: 100%;
    background: linear-gradient(90deg, #CCC,#CCC);
	}

.unselectable {
  display: inline;

  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*color: #cc0000; //rouge   */
}
/*================================== Affichage en colonnes ======================================*/

#conteneur {
  width: 60%;
	height: 400px;
	columns: 3;
	column-width: 30ch;
  /*-webkit-columns: 3;
  -moz-columns: 3;

  -webkit-column-gap: 240px;
  -moz-column-gap: 240px;*/
  /*column-gap: 240px;
  -webkit-column-rule: 1px solid #000;
  -moz-column-rule: 1px solid #000);
  column-rule: 1px solid #000;*/
}

#col_2 {
  column-count: 2;
}

#col_3 {
  column-count: 3;
	/*column-gap: 2em;*/
}

#col_4 {
  column-count: 4;

}

/*==================================Menu Vertical======================================*/
#conteneur-menu2 {
    height: 180px;
    width: 320px;
    padding-top: 10px;

}

#conteneur-menu2 ul {
    padding: 0;
    margin: 0;
    margin-left: 20px;
    float: left;
}

#conteneur-menu2 ul li {
    list-style: inside;
    padding: 0px;
}

#conteneur-menu2 ul li a {
    text-decoration: none;
    font-size: 20px;
    padding: 4px;
    display: block;
    color: white;
    background: transparent;
    width: 330px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 20px;
}


#conteneur-menu2 ul li a:hover {
    background: #54B6A8;
    padding-left: 20px;
    width: 280px;
	transform: translateY(-50%);
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*==================================Conteneur======================================*/
.diapo{
    position: relative;
    overflow: hidden;
}
/*==================================Flèches======================================*/

/*==================================Elements======================================*/
.elements{
    display: flex;
    transition: 1s linear;
}

.element{
    flex: 1 0 100%;
    position: relative;
}

.element > img{
    width: 100%;
}

.caption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(255,255,255,0.4);
    padding: 30px;
}

/*===============================================================================*/
#nav-droite, #nav-gauche{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 3em;
}

#nav-droite{
    right: 20px;
}
#nav-gauche{
    left: 20px;
}

nav  ul li { float:left; list-style: none; }
nav  ul ul {display:none; width:250px;}
nav  li {background:#CCCCCC;}
nav  li a {text-decoration: none; color: #000; padding: 4px 0 4px; display:block; width:250px;}
nav  ul {padding: 0; margin:0px; text-align:center;}
nav  ul.menu li.submenu:hover ul.niveau2{display:block;}
nav  li:hover {background: #EDD;}
nav  li.submenu:hover {background: #EBB;}
/*===============================================================*/
.photo {
  background-color:#fafbfc;
  border:1px solid #b0b0b0;
  margin:0 0 10px 10px;
  padding:5px;
}

/*===============================================================*/
img{
	width       : 100%;
	transition  : transform 0.1s;
  width       : 640px;
	height      : 390px;
	/*transition: transform 0.1s;*/
}

.image-zoom{
	height: 5%;
	width : 5%;
}

.noHover{
    pointer-events: none;
}

img:hover{
	-ms-transform: scale(2.5) translate(20px, 20px); /* IE 9 */
	-webkit-transform: scale(2.5) translate(20px); /* Safari 3-8 */
	transform: scale(2.5) translate(6px, 6px);
}

.header{
	font-weight: bold;
	font-style:normal;
	text-align: center;
	/*/////////////////*/
	width: 100%;
	font-size: 40px;
	color:#00aae5;
   	font-family:'Roboto', sans-serif;
    margin-top: 100px;

	}
/*==============================================================*/

.pp{
	color: #00aae5;
}

.ppp{
	display: block;
	background:#313131;

}

.MaClasse{
	text-align: center;
	color: chartreuse;
	font-size: 40px;
}

.unstyled-link{
  color: inherit;
  text-decoration: inherit;
  &:link, &:hover {
    color: inherit;
    text-decoration: inherit;
  }
}

/*=========================== Header ==========================*/


header_1{
	box-sizing: content-box;
	display:block;
	width: 100%;
	direction : ltr;
	font-weight: normal;
	color:#0000FF;
    text-transform: uppercase;
	font-family:Arial,Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-style:normal;
	text-shadow: 2px 3px 3px  #000000;
	}

header_2{
	box-sizing: content-box;
	display:block;
	width: 100%;
	direction : ltr;
	font-weight: bold;
	font-size: 30px;
	color:#0020C2;
    text-transform: none;
	font-family:Arial,Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	/*text-shadow: 2px 3px 3px  #000000;*/
	}

#cadre_sb {
	display:block;
  	width: 60%;
  	height: 20px;
  	background: cyan;
	color:#0000FF;
	font-family:Arial,Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-style:normal;
	text-shadow: 2px 3px 3px  #000000

}

#cadre_ab {
	display:block;
  	width: 60%;
  	height: 180px;
  	padding-top:20px;
  	padding-bottom:20px;
  	border: 3px solid blue;
  	background: cyan;
	color:#0000FF;
	font-family:Arial,Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-style:normal;
	text-shadow: 2px 3px 3px  #000000

}

.content-box {
  box-sizing: content-box;
  /* Largeur totale : 160px + (2 * 20px) + (2 * 8px) = 216px
     Hauteur totale : 80px + (2 * 20px) + (2 * 8px) = 136px
     Largeur de la boîte de contenu : 160px
     Hauteur de la boîte de contenu : 80px */
}

.border-box {
  box-sizing: border-box;
  /* Largeur totale : 160px
     Hauteur totale : 80px
     Largeur de la boîte de contenu : 160px - (2 * 20px) - (2 * 8px) = 104px
     Hauteur de la boîte de contenu : 80px - (2 * 20px) - (2 * 8px) = 24px */
}
/*================================ Ajouté ==========================================*/
.x{
	color:#FFA500;
	text-align: justify;
  font-weight: normal;
  font-size:25px;
  /*      */
  margin-right: 25px;
  margin-left: 25px;
  width:80%;
  background-color: #313131;
}


#left-right{
	display: flex;
}

#same-line{
	font-family: 'Lato', sans-serif;
  	font-size: 30px;
  	background: #00aae5;
  	color: #fff;
  	text-shadow: 1px 2px 2px #117da8;
  	display: flex;
  	justify-content: center;
}

input,input[type="textarea"],textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	font:1.25rem/1.5 sans-serif;
	display: inline-block;
	appearance: none;
	background: white;
	border:2px solid #333;
	padding:0.5rem 0.75rem;
	width:100%;
	border-radius: 0.25rem;
	box-sizing: border-box;
}

input[type="textarea"],textarea{
	min-height: 10rem;
}





