/*

3 couleurs à utiliser : 

BLEU : #152d4b
ROUGE : #871816
JAUNE : #A8A12D

*/

*
{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.tleft
{
	text-align: left!important;
}

.btnmdp
{
	width: 100%;
	padding: 20px;
	color: #FFF!important;
}

.btnmdp:hover
{
	cursor: pointer;
}

.center
{
	text-align: center;
}

.bold
{
	font-weight: bolder;
	text-transform: uppercase;
}

.rouge
{
	color: #AA0000;
	font-weight: bolder;
}

.position {
  position: fixed;
  top: 0;
  left: 0;
}

.bandeau {
  width: 200%;
  overflow: hidden;
  background-color: #AA0000;
  padding-left: 100%;
}

.actu {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: actu;
  animation-name: actu;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

.actu_titre {
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  color: white;
}

@-webkit-keyframes actu {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes actu {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.recrutement
{
	padding-top: 20px!important;
	text-align: left;
	color: #000!important;
	font-size: 16px;
}

.recrutement h1
{
	text-align: center!important;
}

.btnrecrue
{
	background-color: #871816;
  border-color: #871816;
	color:  #FFF;
}

.btnrecrue:hover
{
	border-color: #2E2E2E;
	background-color: #2E2E2E;
	color: #FFF;
	cursor: pointer;
    transition: all 300ms ease 0ms;
}

.lienrecrue
{
	width: 50%;
	margin: 0 auto;
}

.recrutement h3
{
	text-align: center;
	color: #AA0000;
	font-size: 20px;
	padding-top: 10px;
}

.lienrouge
{
	background-color: #2E2E2E;
	color: #FFF;
	padding: 5px;
	margin: 5px auto;
	width: 30%;
	text-align: center;
}

.btnpostuler:focus
{
    outline: none !important;
    border: 2px solid #AA0000;
}

.info
{
	font-style: italic;
	font-size: 13px;
}

.btnpostuler
{
    background-color: #AA0000;
    color: #FFF;
    border: 2px solid #AA0000;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
}

.btnpostuler:hover
{
    background-color: #2E2E2E;
    border: 2px solid #2E2E2E;
    color: #AA0000;
    cursor: pointer;
    transition: all 300ms ease 0ms;
}

.lienrouge:hover
{
	background-color: #AA0000;
}

h4
{
	margin-top:  10px;
	margin-bottom:  10px;
	padding: 5px;
	background-color: #AA0000;
	color: #FFF;
	font-weight: normal;
}

.recrutement p
{
	padding: 10px;
}

.large
{
	width: 95%!important;
	margin-top: -5px;
}

body 
{
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	line-height: 1.7em;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	min-height: 100vh;
	display: grid;
	grid-template-rows: auto 1fr auto;
	background-image: linear-gradient(rgba(181, 112, 112, 0.6), rgba(112, 122, 181, 0.6)), url('./../images/back.jpg');
	background-color: rgba(181, 112, 112, 0.6);
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pub
{
	width: 100%;
	display: none;
}

.pubpc
{
	width: 100%;
	display: block;
}

a
{
	color: inherit;
	text-decoration: none;
	list-style: none;
}

.cl
{
	clear: both;
}

.gauche
{
	float: left;
	width: 50%;
}

.droite
{
	float: left;
	width: 50%;
}

.gauche2
{
	float: left;
	width: 100%;
}

.droite2
{
	float: left;
	width: 100%;
}

#connexion
{
	padding: 20px;
	background-color: rgba(255,255,255,0.90);
	border-radius: 20px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
  width:50%;
  border: 1px solid #ccc;
}

#connexion img
{
	width: 20%;
	margin: 0 auto;
}

#connexion h1
{
	line-height: 1.3em;
    text-shadow: 0em 0.05em 0.1em rgb(0 0 0 / 40%);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    color: #871816;
    margin-top: 20px;
}

#connexion h2
{
	color: #152d4b;
	line-height: 1.3em;
    text-shadow: 0em 0.05em 0.1em rgb(0 0 0 / 40%);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
}

.pad10
{
	padding-left: 10px!important;
}

.menu
{
	padding: 10px;
}

.onglet
{
	width: 100%;
	margin:2px;;
}

.onglet2
{
	width: 100%;
	margin:5px;
}

.esp-top
{
	margin-top: 20px;
}

.ongletmax
{
	width: 100%;
	margin:10px;
}

.black
{
	color: #000;
}

.big
{
	font-size: 16px;
}

.under
{
	font-weight: bolder!important;
	font-size: 18px;
}

.tleft
{
	text-align: left!important;
}

.btn
{
	border: none;
	padding: 20px;
	width: 95%;
	margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 2.5em!important;
  text-transform: uppercase;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.moniteur
{
	background-color: #1C2847;
    border-color: #1C2847;
	color:  #FFF;
}

.moniteur:hover
{
	border-color: #2E2E2E;
	background-color: #FFF;
	color: #2E2E2E;
	cursor: pointer;
    transition: all 300ms ease 0ms;
}

.mail
{
	background-color: #048032;
    border-color: #048032;
	color:  #FFF;
}

.mail:hover
{
	border-color: #2E2E2E;
	background-color: #FFF;
	color: #2E2E2E;
	cursor: pointer;
    transition: all 300ms ease 0ms;
}

.jsp
{
	background-color: #D3AA1A;
    border-color: #D3AA1A;
	color:  #FFF;
}

.jsp:hover
{
	border-color: #2E2E2E;
	background-color: #FFF;
	color: #2E2E2E;
	cursor: pointer;
    transition: all 300ms ease 0ms;
}

.responsable
{
	background-color: #AA0000;
    border-color: #AA0000;
	color:  #FFF;
}

.responsable:hover
{
	border-color: #2E2E2E;
	background-color: #FFF;
	color: #2E2E2E;
	cursor: pointer;
    transition: all 300ms ease 0ms;
}

.parent
{
	background-color: #3CB371;
  border-color: #3CB371;
	color:  #FFF;
}

.parent:hover
{
	border-color: #2E2E2E;
	background-color: #FFF;
	color: #2E2E2E;
	cursor: pointer;
    transition: all 300ms ease 0ms;
}

.autre
{
	background-color: #2E2E2E;
  border-color: #2E2E2E;
	color:  #FFF;
}

.autre:hover
{
	border-color: #FFF!important;
	background-color: #FFF!important;
	color: #2E2E2E!important;
	cursor: pointer;
  transition: all 300ms ease 0ms;
}

.desactive
{
	background-color: #2E2E2E;
  border-color: #2E2E2E;
	color:  #FFF;
}

.desactive:hover
{
	border-color: #2E2E2E!important;
	background-color: #2E2E2E!important;
	color: #FFF!important;
	cursor: not-allowed;
  transition: all 300ms ease 0ms;
}

.cf
{
	font-size: 25px!important;
}

.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.liendroite {
  float:right;
  padding-right: 10px;
}

.oModal {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.oModal:target {
  opacity:1;
  pointer-events: auto;
}

.oModal:target > div {
  margin: 10% auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.oModal > div {
  max-width: 600px;
  position: relative;
  margin: 1% auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  background: #FFF;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.oModal h3
{
	text-align: center;
	text-shadow: none;
	line-height: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 30px;
}

.tmoniteur
{
	color: #1C2847;
}

.tjsp
{
	color: #D3AA1A;
}

.tresponsable
{
	color: #AA0000;
}

.tparent
{
	color: #2E2E2E;
}

.bmoniteur
{
	border: 2px solid #1C2847;
	background-color: #1C2847;
}

.bjsp
{
	border: 2px solid #D3AA1A;
	background-color: #D3AA1A;
}

.bresponsable
{
	border: 2px solid #AA0000;
	background-color: #AA0000;
}

.bparent
{
	border: 2px solid #2E2E2E;
	background-color: #2E2E2E;
}

.fmoniteur:focus
{
	border: 2px solid #1C2847;
}

.fjsp:focus
{
	border: 2px solid #D3AA1A;
}

.fresponsable:focus
{
	border: 2px solid #AA0000;
}

.fparent:focus
{
	border: 2px solid #2e2e2e;
}

.bmoniteur:hover
{
	border: 2px solid #1C2847;
	background-color: #FFF;
	color: #1C2847!important;
	transition: all 300ms ease 0ms;
}

.bjsp:hover
{
	border: 2px solid #D3AA1A;
	background-color: #FFF;
	color: #D3AA1A!important;
	transition: all 300ms ease 0ms;
}

.bresponsable:hover
{
	border: 2px solid #AA0000;
	background-color: #FFF;
	color: #AA0000!important;
	transition: all 300ms ease 0ms;
}

.bparent:hover
{
	border: 2px solid #2E2E2E;
	background-color: #FFF;
	color: #2E2E2E!important;
	transition: all 300ms ease 0ms;
}

form
{
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px!important;
}

form select
{
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

form input
{
	width: 100%;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

form input[type="checkbox"]
{
	width: 20%;
	padding: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

label
{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

form input:focus
{
	outline: none !important;
}

form input[type="submit"]
{
	color: #FFF;
	padding: 20px;
	font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em!important;
}

form input[type="submit"]:hover
{
    color: #FFF!important;
    background-color: #2E2E2E!important;
    cursor: pointer;
    transition: all 300ms ease 0ms;
}

.version
{
	text-align: right;
	color: #000;
	margin-bottom: -20px!important;
}


#connexion2
{
	width: 50%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px;
	background-color: rgba(255,255,255,1);
	text-align: center;
}

#connexion2 img
{
	width: 40%;
	margin: 0 auto;
}

#connexion2 h1
{
	line-height: 1.3em;
    text-shadow: 0em 0.04em 0.09em rgb(0 0 0 / 40%);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #871816;
}

#connexion2 h2
{
	color: #152d4b;
	line-height: 1.3em;
    text-shadow: 0em 0.04em 0.09em rgb(0 0 0 / 40%);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
}

#connexion3
{
	padding: 30px;
	background-color: rgba(255,255,255,0.80);
	/*border-radius: 10px;*/
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	text-align: center;
}

#connexion3 img
{
	width: 40%;
	margin: 0 auto;
}

#connexion3 h1
{
	line-height: 2.5em;
	text-transform: uppercase;
    text-shadow: 0em 0.04em 0.09em rgb(0 0 0 / 40%);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #871816;
}

#connexion3 h2
{
	color: #152d4b;
	line-height: 2.5em;
	text-transform: uppercase;
    text-shadow: 0em 0.04em 0.09em rgb(0 0 0 / 40%);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
}

#connexion3 h3
{
	text-transform: uppercase;
	font-size: 40px;
	padding: 30px;
}

@media (min-width:1600px)
{

	#connexion h1
	{
		line-height: 1.3em;
	    text-shadow: 0em 0.05em 0.1em rgb(0 0 0 / 40%);
	    text-transform: uppercase;
	    text-decoration: none;
	    font-size: 30px;
	    font-weight: 900;
	    color: #871816;
	    margin-top: 20px;
	}

	#connexion h2
	{
		color: #152d4b;
		line-height: 1.3em;
	    text-shadow: 0em 0.05em 0.1em rgb(0 0 0 / 40%);
	    text-transform: uppercase;
	    text-decoration: none;
	    font-size: 30px;
	    font-weight: 900;
	}
}

@media (max-width:768px)
{

	.version
{
	text-align: right;
	color: #000;
	margin-bottom: -10px!important;
	padding-top: 20px;
}


.gauche
{
	float: none;
	width: 100%;
}

.droite
{
	float: none;
	width: 100%;
}

.gauche2
{
	float: none;
	width: 100%;
}

.droite2
{
	float: none;
	width: 100%;
}

	.pub
	{
		width: 100%;
		display: block;
	}

	.pubpc
	{
		width: 100%;
		display: none;
	}
	
	.oModal > div 
	{
	  max-width: 80%;
	  position: relative;
	  margin: 1% auto;
	  padding: 8px 8px 8px 8px;
	  border-radius: 5px;
	  background: #FFF;
	  transition: all 0.4s ease-in-out;
	  -moz-transition: all 0.4s ease-in-out;
	  -webkit-transition: all 0.4s ease-in-out;
	}

	#connexion
	{
		background-color: rgba(255,255,255,0.80);
		/*border-radius: 10px;*/
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		text-align: center;
	  width:90%;
	  border: 1px solid #ccc;
	  margin: 0 auto;
	  position: relative;
	  top: 0%;
	  left: 0%;
	  padding: 10px;
	  margin-top: 5%;
	}

	#connexion2
	{
		width: 90%;
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 15px;
		background-color: rgba(255,255,255,1);
		text-align: center;
	}

	#connexion img
	{
		width: 50%;
		margin: 0 auto;
	}

	#connexion h1
	{
		line-height: 1.3em;
	    text-shadow: 0em 0.04em 0.09em rgb(0 0 0 / 40%);
	    text-transform: uppercase;
	    text-decoration: none;
	    font-size: 15px;
	    font-weight: 700;
	    color: #871816;
	}

	#connexion h2
	{
		color: #152d4b;
		line-height: 1.3em;
	    text-shadow: 0em 0.04em 0.09em rgb(0 0 0 / 40%);
	    text-transform: uppercase;
	    text-decoration: none;
	    font-size: 12px;
	    font-weight: 700;
	}

	#connexion2 img
	{
		width: 50%;
		margin: 0 auto;
	}

	#connexion2 h1
	{
		line-height: 1.3em;
	    text-shadow: 0em 0.04em 0.09em rgb(0 0 0 / 40%);
	    text-transform: uppercase;
	    text-decoration: none;
	    font-size: 20px;
	    font-weight: 700;
	    color: #871816;
	}

	#connexion2 h2
	{
		color: #152d4b;
		line-height: 1.3em;
	    text-shadow: 0em 0.04em 0.09em rgb(0 0 0 / 40%);
	    text-transform: uppercase;
	    text-decoration: none;
	    font-size: 18px;
	    font-weight: 700;
	}

	.menu
	{
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.onglet
	{
		width: 95%;
		float: none;
		margin-bottom: 5px;
	}

	.onglet2
	{
		width: 95%;
		float: left;
		margin-bottom: 5px;
	}

	h1, h2
	{
		font-size: 15px;
	}
}