﻿/* @import url("menu.css"); */


body{
	font-family:Arial;
	margin-bottom:5%;
	font-size: 48:
}

.titre_page_secondaire{
	font-size:30px;
	text-align:center;
	color:#32637f;
	margin-bottom:100px;
	position:relative;
		top:20px;
}


/*********************** ACCUEIL ***************************/
.principal{
	background-color: rgba( 255, 255, 255, 0.4);
	color:#004977;
	font-size:3.5vw;
	text-align:center;
	position:relative;
		top:50%;
}




#titreaccueil{
	background-image:url("../IMG/image1_0.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	height:40%;
	background-position: center;

}

/***************** Pas utilisé ***************************/
#page{
	position:absolute;
		top:80%;
}

#plantgooglemap{
	width:100%;
	height:100%;

	/* position:absolute;
		top:105%;
		right:5%; */
}

#presentation{
	background-color:#0075be;
	padding:1%;
	font-size:16px;
	color:white;
	width:100%;
}
#photos{
	/* padding:3%; */
	font-size:20px;
	color:white;
	width:100%;
	height:100%;

	/* position:relative;
		top:98%; */

}
#actualite{
	height:90%;
	width:48%;
	padding:3%;
	background-color:#0075be;
	border-radius:5px;
	position:absolute;
	top:175%;
	left:5%;

}

.video{
	width: 95%;
	border: solid 2px blue;
	border-radius: 8px;
	padding: 5px;
	box-shadow: 5px 5px 5px blue;
	text-align: center;
	margin: 0 auto;

}

.ALaUne{
	width: 95%;
	border: solid 2px blue;
	border-radius: 8px;
	padding: 5px;
	box-shadow: 5px 5px 5px blue;
	text-align: center;
	margin: 0 auto;
}

.Une{
	border: solid 2px blue;
	border-radius: 8px;
	padding: 5px;
	box-shadow: 5px 5px 5px blue;
	text-align: center;
	margin: 0 auto;
}

.image_actu{
	width:90%;
	height:auto;
	padding:1%;
}


/***********************************  OPTIONS *********/
.image_option{
	/* width:45%; */
	/* width:90%; */
	max-width: 100%;
	min-width: 80%
	height:auto;
	display: block;
}

.image_nos_options{
	width:40%;
	height:auto;
	display: block;
}
.image_nos_options:hover{
	width: 50%;
	border-radius:3em;
		z-index:1;
}

.liens_nos_options{
	/* background-color:#0075be; */
	background-color:blue;
	border-style: none;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	color: white;
	border-radius: 0.40em;
	text-align: center;
}	
.liens_nos_options:hover{
	border:solid #3459a2 1px;
	background-color:#edf8fd;
	color:blue;
}


/******************** PAS UTILISE ***************/
.image_PO{
	width:20%;
	height:99%;
	position:relative;


}

#texte_seul{ 
	font-size: 17px;
	line-height: 150%;
	color: white;
	font-family: Leelawadee UI;
	text-decoration:none;
	position: center;
	display: inline-block;
	padding: 10px;
	background-color: #6495ed;
	text-align: left;
	margin: 0 auto;
}

#texte_seul a{ 
	font-size: 17px;
	color: white;
	font-family: Leelawadee UI;
	/*display: center;*/
	text-decoration:underline;
	position: center;
	display:inline-block;
	padding: 1px 2px;
	background-color: #6495ed;
	/* background-color: #0075be; */
}

#texte_seul li{ 
	color: white;
	line-height: 50%;
	/* background-color: #0075be; */
}


/*************INSCRIPTIONS **************/
#page_inscriptions{
	margin-top: 10%;
	background-image:url("../IMG/image_inscriptions.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	height:40%;
	background-position: center;
}



/************ TABLEAU ********************/


#tbl_header{
	padding: 10px;
	text-align: left;
}

/*****************PAS UTILISE ************/
#tbl_cellule{
	color: black;
	font-family: Arial;
	font-size: 16;
	padding: 10px;
	text-align: left;
}

#tableau{
	color : #dc5a5f;
	font-size: 12;
	font-weight: bold;
	display: inline-block;
	background-color: white;
	border-radius:0.15em;
	padding: 3px 8px 3px 8px;
	position: relative;
	top: 0px;
	transition: top 0.5s;
}

.titre{
	font-size: 24;
	text-align: center;
	color : white;
	background-color: #365b5c;
	padding: 10px;
}

.construction{
	font-size: 24;
	text-align: center;
	color : red;
	background-color: yellow;
	padding: 10px;
}
#table_une_option{
	width:90%;

}

/************ Utilise deux fois ****
.titre{
	color:#0075be;
	position:absolute;
	right:840px;
	font-weight:bold;
	text-decoration:underline;
}

************************/ 

.soustitre{
	padding: 5px;
	font-size: 15;
	height:20px;
	text-align: center;
	color : white;
	background-color: #4b8081;
}
.cellule{
	font-size: 14;
	padding: 2;
	word-wrap: break-word;
	text-align: center;
}

/********** Uniquement dans classes.php ******************/
#titre{
	font-size: 20;
	text-align: center;
}

#soustitre{
	font-size: 16;
}

/* ***********************Contacts*********************** */

.unite{
	height: 200px;
	/* background-color:#cee9f6; */
	border-left-style:solid;
	margin:10px;
	padding:5px;
	border-left-color:#dc5a5f;
	list-style-type: none;
	text-align:center;
	display: block;
}

#bouton_ajouter_contact{
	background-color:#0075be;
	height:30px;
	width:30%;
	border-style: none;
	text-decoration:none;
	padding:3px 10px 3px 10px;
	color:white;
	border-radius:0.15em;
	text-align:center;

}

#unite_modifier_ordre{
	padding-bottom:10px;
	margin-left:40%;
}

.modif_contacts{
	text-decoration:none;
	background-color:white;
	border:solid #114e67 1px;
	padding:3px;
	color:#114e67;
	border-radius:2px;
}

#tableau_contact{
	width:80%;
	position:relative;
		top:5%;
		left:5%;
}




/********************** Grilles Horaires *******************/

#bouton_rechercheparclasses{
	background-color:#0075be;
	height:30px;
	width:30%;
	border-style: none;
	text-decoration:none;
	padding:3px 10px 3px 10px;
	color:white;
	border-radius:0.15em;
	text-align:center;
}


.lien_grille_horaire{
	color:white;
	padding:5px;
	border-radius:2px;
	background-color:#2086c6;
	text-decoration:none;
}

.lien_grille_horaire:hover{
	background-color:#60a9d6;
	/* padding:6px; */
	animation-name:anim_lien_gr_horraire;
	animation-duration:0.3s;
}

@keyframes anim_lien_gr_horraire{
	0%{
		background-color:#2086c6;
		/* padding:5px; */
	}

	100%{
		background-color:#60a9d6;
		/* padding:6px; */
	}
}

.delete_grille_horaire{
	color:white;
	padding:5px;
	border-radius:2px;
	background-color:#b83511;
	text-decoration:none;
}

.delete_grille_horaire:hover{
	background-color:#b45237;
	/* padding:7px; */
	animation-name:anim_del_gr_horraire;
	animation-duration:0.5s;
}

@keyframes anim_del_gr_horraire{
	0%{
		background-color:#b83511;
		/* padding:5px; */
	}

	100%{
		background-color:#b45237;
		/* padding:7px; */
	}
}
.bouton_ajouter_grille{
	background-color:#0075be;
	height:30px;
	width:30%;
	text-decoration:none;
	padding:3px 10px 3px 10px;
	margin-bottom:500px;
	color:white;
	border-radius:0.15em;
}




/******************* Modifier ****************************/
#text_modif{
	font-size:30px;
	position:relative;
		top:20%;
		left:4%;
		right:70%;
}

#bt_validation{
	background-color:#0075be;
	height:30px;
	width:30%;
	border-style: none;
	text-decoration:none;
	padding:3px 10px 3px 10px;
	color:white;
	border-radius:0.15em;
	text-align:center;
	position:relative;
		top:20%;
		left:4%;
}

#bt_validation:hover{
	background-color:#3a99d4;
	animation-name:annim_bt_retour;
	animation-duration:0.25s;
}

@keyframes annim_bt_retour{
0%{background-color:#0075be;}
100%{background-color:#3a99d4;}
}

#bt_retour {
	color:black;
	background-color:white;
	text-decoration:none;
	padding:2px 5px 2px 5px;
	color:#3a99d4;
	cursor:pointer;
	border-style:solid;
	border-color:#3a99d4;
	position:relative;
		top:20%;
		left:4%;
}


/****************** PAS UTILISE ********************/

#text_requete{
	color:#a2a2a2;
		position:absolute;
		top:10%;
		right:4%;
}

/*************** LIENS ***********************/
.sous_titre_liens{
	background-color:#0075be;
	color:white;
	border-radius:2px;
	padding:5px 10px 5px 10px;
	margin:0px 10px 0px 10px;
	width:100%;
}


.liens_lien{
	position:relative;
	left:10%;
}

.a_lien{
	text-decoration:none;
	color:#0ca0da;
	/* position:relative; */
		/* left:10%; */
	}

.a_lien:hover{
	color:#3459a2;
}

.liens_admin_modif{
	text-decoration:none;
	color:#0ca0da;
	/* height:30px; */
	/* width:150px; */
	padding:0px 10px 0px 10px;
	margin:0px 10px 0px 10px;
	border:solid #0ca0da 1px;
	border-radius:2px;
	position:relative;
		left:50px;
}

.liens_admin_modif:hover{
	border:solid #3459a2 1px;
	background-color:#edf8fd;
}


#tableau_liens{
	width:40%;
}

#Ajouter_lien{
	position:relative;
		top:50px;
		left:51%;
}


.modif_lien{
	width:30%;
	position:relative;
	top:10%;
	left:4%;
}

#position_modif_lien{
	width:100%;
	position:relative;
	top:10%;
}

/*************************admin***************************/

#page_admin{
    margin: auto;
    width: 50%;
	/* position:relative; */
		/* left:10%; */
}


#sous_titre_admin{
	background-color:#0075be;
	text-align:center;
	color:white;
	border-radius:2px;
	padding:5px 10px 5px 10px;
	margin:0px 10px 0px 10px;
	width:100%;

}

.lien_admin{
	text-decoration:none;
	color:#0ca0da;
	padding:5px;
	width:30%;
	margin:10px;
}

#bt_validation_admin{
	font-size:20px;
	background-color:#0075be;
	color:white;
	height:30px;
	/* width:20%; */
	border-style: none;
	cursor:Pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0.15em;
}

#bt_deconection_admin{
	height:30px;

	border-radius:0.15em;
	padding:3px 10px 3px 10px;
	text-decoration:none;
	background-color:#2b3b93;
	color:white;
}




/**************P&R manuel et 1 degre ******************/

#Bt_replace_document{
	text-decoration:none;
	font-size:20px;
	border-style:solid;
	color:#0075be;
	padding:5px;
	position:relative;
		top:-10px;
}

.liste_grille{
	text-align:right;
	color: black;
	font-family: Arial;
	font-size: 16;
	padding: 10px;
}

#lien_grille{
	width:100%;
	margin-bottom:10px;
}

/***************Internat *********************/

.unite_internat{
	width:20%;
	background-color:#d6f8f8;
	border-top:solid #339595 2px;
	border-bottom:solid #339595 2px;
	padding-bottom:15px;
}

.lien_mail{
	text-decoration:none;
	color:#0075be;
	padding:5px;
	margin:10px;
	position:relative;
		top:6px;
}
/***** Ephemerides **************************************/

.week_end{
	background-color:#258aac;
	height:75px;
	width:100%;
}

.jour_semaine{
	background-color:#cccccc;
	height:75px;
	width:100%;
	font-size:12px;
	font-weight: bold;
}
.jour_quelconque_tr{
	background-color:#eeeeee;
	height:75px;
	width:100%;
	font-size:12px;
	font-weight: bold;
}
.jour_passe{
	background-color:#aaaaaa;
	height:75px;
	width:100%;
}
.jour_ephemeride{
	background-color:#ffaaaa;
	height:75px;
	width:100%;
}

#CalendrierComplet{
	color:white;
	/* height:100px; */
	width:100%;
}

.JourIndependant{
	display:inline-block;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0075be;
	border-bottom-color: #0075be;
	border-radius: 5px;
	margin-right:5px;
	width:8%;
}

.JourIndependantVertical{
	display:inline-block;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0075be;
	border-bottom-color: #0075be;
	border-radius: 5px;
	margin-right:5px;
	width:100%;
}

.NomDuMois{
	display:block;
	width:100%;
	font-size:20px;
	margin-top:20px;
	margin-bottom:5px;
	font-weight:bold;
	padding:10px;
	background-color:#0075be;
}

.InterieurJours{
	width:100%;
}

/****************** NOT USED ****************************/
#sommaire{
	color:white;
}

/****************** NOT USED ****************************/
#sommaire2{
	color:white;
}


.BarreDate{
	background-color: #2A93D5;
	table-layout: fixed;
	font-size:14px;
}
.BarreDateVertical{
	background-color: #2A93D5;
	width: 30px;
	font-size:14px;
	font-family: Courier;
	font-weight:bold;

}
.PaveDate{
	table-layout: fixed;
	display: inline-block;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0075be;
	border-bottom-color: #0075be;
	border-radius: 5px;
	margin-right: 5px;
	width: 100%;
	height: 75px;
	
}
.CalendrierConcis{
	table-layout: fixed;
}

/****************************** IMAGES MOUVANTES (DE W3SCHOOLS ) ************/
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


