/*
	Liste des diférents codes couleur
	
	#F23D5E --> rouge
	#A61766 --> violet
	#04BFAD --> bleu
	#ADD94E --> vert
	#F27C38 --> orange
	#cccccc --> couleur_text
*/


/*  
Variable CSS
_____________________________________*/
:root {
  --color-bib-rouge: #F23D5E;
  --color-bib-violet: #A61766;
  --color-bib-bleu: #04BFAD;
  --color-bib-vert: #ADD94E;
  --color-bib-orange: #F27C38;
  --color-text: #cccccc;
}


/*  
Body
_____________________________________*/

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 7rem;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.container{
	/*margin-top: 100px;*/
}


.img_p404{
    display: block;
    max-width: 300px;
    margin: 0 auto;
}

.desactif{
  color: #bbb;
  background-color: #fdf7f7;
}

.agenda_date_publi{
  color: #43d82a;
}

.agenda_date_edition{
  color: #d68508;
}

.titre_page{
  text-align: center;
  margin: 21px 0px;
}

.MA_titre_agenda{
  text-align: center;
  color: #adb5bd;
}
.MA_btn_create_anim{
  text-align: center;
  margin: 20px auto;
}


#compartiment_bouton_export{
	display: flex;
	gap: 10px;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}



/*  
menu
_____________________________________*/
.menu_navbar_fixe{
  /*position: fixed;*/
  top: 0px;
  width: 100%;
  z-index: 2;
}

/*  
Form connexion
_____________________________________*/
.ACC_h2{
  text-align: center;
  margin: 20px 0px;
  color: #70b6b2;
}
.ACC_logo{
  /*display: contents;*/
  text-align: center;
  background-color: #f8f9fa;
  padding-bottom: 20px;
  border-right: 20px solid #70b6b2;
}
.ACC_logo_martine{
  /*height: 200px;*/
  width: 100%;
}
.ACC_logo_med{
  width: 100%;
  margin: 30px auto;
}

.ACC_text_header{
  /*display: inline-block;*/
}
.ACC_text_header h1{
  /*display: inline-block;*/
  padding: 50px 0px;
}
.ACC_bloc_outils_acc_content{
  margin-top: 50px;
}
.ACC_bloc_outils_acc_p{
  margin: 0px;
  padding: 0px;
}
.ACC_bloc_outils_acc{
  margin:5px;
  border: solid 1px #e9ecef;
  text-align: center;
}
.ACC_bloc_outils_img{
  width: 100px;
    display: block;
    margin: 0 auto;
}

/*  
Form connexion
_____________________________________*/

.wrapper-login {
  margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-signin .form-signin-heading{
  margin-bottom: 30px;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*  
Form recherche utilisateur
_____________________________________*/
.form_recherche{
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin: 0 auto;
	max-width: 600px;
	margin-bottom: 50px;
}

.form-group{

}

.form-group label{
	padding-right: 20px;
}

.form-group input{
	margin-right: 20px;
}

.param-icon{
	height: 16px;
	width: 16px;
}

.param-icon-press{
  height: 16px;
  width: 16px;
  margin-right: 20px;
}

.com_icon{
  height: 20px;
  width: 20px;
  margin-bottom: 5px;
}

.btm-creer-compte{
	height: 30px;
    width: 200px;
    margin-top: 20px;
    padding: 0;
}

#submit_rechercher
{
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}



/*  
gestion des libellées
_____________________________________*/
.GL_page{
  padding-top: 50px;
}
.GL_lib_ligne{

}

.GL_lib_hr{
  margin: 5px 0px;
}
.GL_memo{
  margin-top: 50px;
}
.GL_memo .table thead{
  background-color: #17a2b8;
}
/*  
gestion outil agenda interne public
_____________________________________*/
.OAIP_zone_edition{
  background-color: #ececec;
  width: 90%;
  height: 300px;
  overflow: overlay;
  border: 2px solid #a2a2a2;
  margin: 0 auto;
}

.OAIP_bouton_validation{
  margin-top: 30px;
  margin-bottom: 40px;
}

.OAIP_option_outil{
  width: 90%;
  margin: 10px auto;
}

.OAIP_titre_modif{
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
}
.OAIP_box_edition{
  background: #545454;
  padding: 10px;
}
.OAIP_btn_span{
  margin: 0px 5px;
}
/*  
gestion page IE
_____________________________________*/
.IE_box_img img{
  margin: 0 auto; 
}

/*  
gestion département
_____________________________________*/
.GD_img_affiche{
  height: 70px;
  width: 50px;
}

.GD_affiche{
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  padding: 10px 0px;
}


/*  
Animation liste
_____________________________________*/
.AL_anim{
  box-shadow: 0px 0px 4px #adb5bd;
  margin-bottom: 15px;
  padding: 4px;
}
.AL_img_anim{
  display: block;
  max-width:100%;
  max-height:200px;
  width: auto;
  height: auto;
}
.AL_title{
  font-weight: bold;
  color: #b15555;
  margin-bottom: 0;
}
.AL_info_crea{
  font-size: 12px;
  color: #b9b9b9;
}

.AL_info_anim{
  color: #505050;
  font-size: 14px;
}

.AL_info_anim b{
  
}

.AL_info_lieu{
  
}

.AL_info_date{
  margin: 0;
  color: #6c757d;
  font-size: 14px;
}
.AL_bouton_option{
  margin-bottom: 20px;
}

.LA_btn_word{
  
}

/*  
Animation form
_____________________________________*/
.AA_form_titre{

}

.AA_element_form_anim{
  padding-top: 15px;
}

.AA_box_add_img{
  border: solid 1px #ddd;
  padding: 20px;
  background-color: rgba(255, 138, 0, 0.06);
}

.AA_box_inscription{
  width: 100%;
}

.AA_button{
  margin: 50px auto;
}

.EA_box_img img{
  height: 70px;
}

/*  
Outil
_____________________________________*/
.bouton_fixe_agenda{
  position: fixed;
  right: 10px;
  bottom: 100px;
}
.code_element{
  background-color: #fff;
  color: #6c757d;
  max-height: 100px;
  width: 100%;
}
.code_element_contenu{
  background-color: #fff;
  color: #6c757d;
  max-height: 100px;
  width: 100%;
}
.box_anim{
  margin-top: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0px 0px 5px #00000052;
  padding: 5px;
}
.in_iguana{
  background-color: #feffe1;
}
.bouton_fixe_agenda .btn-lg{
  background-color: #00bb85;
}
.OA_titre {
  font-weight: bold;
  color: #b15555;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: -17px;
}
.OA_info_sous_titre {
  color: #8a8a8a;
  font-size: 12px;
  margin-bottom: 0;
}
.OA_info_sous_titre b{
  font-size: 14px;
}
.OA_info {
  color: #af7e33;
}
.OA_info_anim {
  color: #8a8a8a;
  font-size: 12px;
}
.OA_info_anim b{
  font-size: 14px;
}

.OA_date_anim{
  padding: 0;
  margin: 0;
  color: #6c757d;
  font-size: 15px;
  margin-bottom: -18px;
}

.bouton_display{
  display: none;
}
.OAP_icon_word{
  height: 50px;
}
.OAP_list_anim p{
  margin-bottom: 0;
}

.OAP_rubrique_anim{
  font-weight: bold;
}

.OAP_titre_anim{
    font-weight: bold;
}

.OAP_description_anim{
  font-weight: bold;
}

.OAP_date_anim{
  font-weight: bold;
}

.OAP_med_anim{
  font-weight: bold;
}


.OAA_titre_anim{
    font-weight: bold;
    text-transform: uppercase;
    color: lightseagreen;
}

/*  
Page outil newsletter public
_____________________________________*/
.ONP_titre_date{
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 20px;
}
.ONP_box_link{
  line-height: 30px;
}

.ONP_titre_anime p{
  background-color: #000;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

.ONP_titre_med{
  color: #02ceff;
  font-weight: bold;
}

.ONP_description{

}

.ONP_animation{
  margin-bottom: 40px;
}

.ONP_logo{
  text-align: center;
}

.ONP_logo img{
  width: 50%;
  max-width: 300px;
}

.ONP_titre_news{
  font-size: 40px;
  text-align: center;
}

.ONP_info{
  font-weight: bold;
}

.ONP_info a{
  color: #000;
  text-decoration: underline;
}






/*  
Page outil biblioplanning
_____________________________________*/
.OBP_titre_semaine{
  background-color: cadetblue;
  color: #fff;
  margin-bottom: 20px;
  display: inherit;
}
.OBP_form_control{
  position: relative;
  font-size: 16px;
  height: auto;
  width: 100%;
  padding: 10px;
  background: #e9ecef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}
.OBP_table{
  margin-bottom: 50px;
}

.OBP_table td{
  box-sizing: content-box;
}

.OBP_titre_date{
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0a6cc1;
}
.OBP_titre_table{
  text-transform: uppercase;
  color: darkgray
}

.OBP_nom_agent{
  color: #ff4d4c;
}

.OBP_titre_table_date{
  width: 20%;
  min-width: 180px;
}

.OBP_titre_table_titre_anime{
  width: 50%;
}

.OBP_titre_table_agent{
  width: 30%;
}


/*  
Page outil agenda interne
_____________________________________*/
.OAIP_logo{
  height: 100px;
  margin-right: 30px;
}
.OAIP_header{
  margin-bottom: 30px;
  font-size: xx-large;
}
.OAIP_header p{
  text-align: center;
}
.OAIP_header div div{
  display: inline-grid;
}



/*  
Page outil Newsletter
_____________________________________*/
.ON_input_titre{
  margin-bottom: 20px;
}

.ON_form_group input{
  margin-right: 0px;
}

.ON_box_anim{
  background-color: #f5fcff;
  margin: 10px 0px;
}

.ON_box_anim h2{
  

}

.ON_check_for_news{
  width: 18px;
  height: 18px;
}



/*  
Page outil Newsletter choix
_____________________________________*/
#ONC_buttonArea{
  position: fixed;
  right: 10px;
  bottom: 100px;
}

.ONC_titre_anim_news{
  text-transform: uppercase;
}

.ONC_code_element{
  background-color: #555;
  color: #fff;
  height: 200px;
  width: 100%;
}



/*  
Outil affiche pdf
_____________________________________*/
.liste_link_affiche{
  margin-top: 30px;
}

.OACP_container{
  margin: 0;
  height: 4961px;
  width: 3508px;
}

.OACP_image_bg{

}

.OACP_image_bg img{
  width: 508px;
  height: 961px;
}

/*  
The creators
_____________________________________*/
.TC_container{
	/*background-image: url(../images/thecreators/fond.jpg);*/
	width: 100%;
	height: 100%;
	max-width: 100%;
	cursor: url(../images/thecreators/cursor.gif),auto;
	background-image: url(../images/thecreators/fond.jpg);
	height: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}


.TC_container_box{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.TC_img_head{
  max-width: 1000px;
  width: 100%;
  margin: 50px 0px;
}
.TC_credo{
	width: 100%;
    background-color: #111;
    color: #fff;
    padding: 20%;
}
.TC_credo h2{
    text-transform: uppercase;
    text-align: center;
}
.TC_credo p{
    text-align: justify;
}
.TC_img_credo{

}
.TC_img_gif_perso{
  max-width: 200px;
}
.blink {
  color:red; 
  animation: colorblink 1s infinite;
}

@keyframes colorblink { 
  0% { }
  50% { color:green; } 
}

.TC_en_bref{
    width: 100%;
    background-color: #111;
    color: #fff;
    padding: 20%;
    text-align: justify;
}

.TC_en_bref h2{
    font-size: 25px;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-align: center;
}

.TC_en_bref_sous_t{
    font-size: small;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 20%;
}

.TC_small{
	font-size: small;
}

.TC_titre_box{
	position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.TC_titre{
	background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
    z-index: 1;
    text-transform: uppercase;
}

.TC_titre_small{
	background-color: #111;
    color: #fff;
    padding: 7px;
    font-size: small;
    letter-spacing: 4px;
}

.TC_bg_img{
	background-image: url(../images/thecreators/fond_player.gif);
    height: 100%;
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    margin: 50px 0px;
}

.TC_bg_portrait_img{
	background-image: url(../images/thecreators/fond_galaxy.gif);
    height: 100%;
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    margin: 50px 0px;
}

.TC_bg_credo_img{
	background-image: url(../images/thecreators/fond_feu.gif);
    height: 100%;
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    margin: 50px 0px;
}

.TC_portrait{
	text-align: center;
}

/*  
Footer
_____________________________________*/

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}

.F_footer_martine{

}

.F_footer_creator{
	font-size: small;
}
.F_footer_creator p a{
	text-decoration: none;
	color: black;
}


