/* On supprime les marges inutiles */
html, body {
  margin : 0; padding: 0;
  font-family: 'Lato', arial, sans-serif;
}
html {
 display: block;
 font-family: sans-serif;
 line-height: 1.15;
 -webkit-text-size-adjust: 100%;
 -webkit-tap-highlight-color: transparent;
 height:100%;
}

html[Attributes Style] {
    -webkit-locale: "en";
    direction: ltr;
    unicode-bidi: isolate;
}

body {
    margin: 0;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";  */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	/*color: #858796;*/
    text-align: left;
	background: #EFF5F9!important;
	/*border:3px solid #000000;*/
	font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
/*******header*****************/
header {
  /*background-color: #ff896b;*/
  padding: 30px;
  /*color: white;*/
  margin-bottom: 30px;
}

.header {
    padding: 10px 0px 0px 0px;	
}
h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.header h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.header p {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
/*.header h3 .container h3{
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}*/
.col-md-12, .col-md-2, .col-md-5{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
/*******fin header*****************/



nav {
  float: right;
  padding-top: 10px;
}

nav li a {
  color: #ebe6e6;
  text-decoration: none;
}
nav li a:hover {
  color: #f5f5f5;
}

nav #active a {
  color: white;
}

nav ul, #footer-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

nav li, #footer-links li {
  margin: 0 5px;
  display: inline-block;
}



h1 {
  font-family: 'Merriweather', serif;
  margin-top: 50px;
}

#top-3 {
  text-align: center;
}
/*
.logo {
  width: 30px;
  display: inline-block;
}
*/
.logo img {
  width: 100%;
}
 /************************css2*********************/


img {
    vertical-align: middle;
    border-style: none;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.container p {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.connecte{
font-size: 15px;
    color: #333333;
    font-weight: bold;	
}
.deconnecte{
font-size: 15px;
    color: blue;
    font-weight: bold;	
}

*, ::after, ::before {
    box-sizing: border-box;
}



.col-md-12, .col-md-2, .col-md-5{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


.text-center {
    text-align: center!important;
}




.full-background {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    /*min-height: 100vh;*/
    background-color: #EFF5F9!important;
	
	
}

.container{
    /*max-width: 920px;*/
}



.img-fluid {
    max-width: 100%;
    height: auto;
}
.logo {
    max-width: 120px;
}

.img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.align-center {
    align-items: center;
}

.6666main-section{
	
/*border:2px solid #000000;*/
    min-height: 55vh;
	/*margin-top:50vh;
	transform: translateY(-50%);*/
}
.main-section2{
	margin: 0 auto; 
text-align:right;	
/*border:2px solid yellow;*/
    /*min-height: 50vh;*/
	/*margin-top:50vh;
	transform: translateY(-50%);*/
}

.container1 {
	border:2px solid green;
    width: 65%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	
	
}




a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}



p{margin-top:0;margin-bottom:1rem}


h2,h3{margin-top:0;margin-bottom:.5rem}



/*********************************/
/********************************/
/*******************************/


.container label{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}





 /***********************fin css2******************/
/* On englobe notre site dans un container et on le centre */
.container {
	/*border:2px solid yellow;*/
  margin: 0 auto;  
     width: 940px;
	 /*border:2px solid yellow;*/
	 /*width: 65%;  */
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	
	/* margin: 0 auto;
  width:90%;
  background-color: #EFF5F9;*/
}
.form-user {
	border: 1px solid black;
 width:100%;
 margin: 0 auto;
 /*padding: 20px;*/
 /*border: 1px solid #f1f1f1;
 background: #f8f8f8;*/
 /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
/* -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;                                            */
 /*margin-top:5px;*/
 /*transform: tanslateY(-50%);*/
     border: 0px solid black;
	     background-color: #fff;
}
.form-admin {
 width:90%;
  margin: 0 auto;
 padding: 20px;
 /*border: 1px solid #f1f1f1;
 background: #f8f8f8;*/
 /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
 /*-webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;*/
 /*margin-top:5px;*/
 /*transform: tanslateY(-50%);*/
     border: 0px solid #e3e6f0;
	     background-color:#EFF5F9;
 
}
.coffee {
  /*width: 190px;
  height: 190px;*/
  margin: 0 auto;
  width:90%;
  background-color: #EFF5F9;
  /*margin: 15px;*/
  /*display: inline-block;*/
}

.coffee img {
  width: 90%;
  padding: 20px;
}
.container form {
	
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  /*background-color: #fff;*/
  text-align:left;
  /*-webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;*/
}

select{ 
min-width:100px;
border:inherit;
 background-color:#fff; 
padding: 0;
margin:0;
vertical-align:middle;
/*position: relative;
top: -1px;*/
 overflow: hidden; 
 
   padding: 0 0 0 0px;
   width:100%;
   height:30px;
   
   
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
/********************************************/*
/* Full-width inputs */
input[type=text], input[type=password] , input[type=file]{
 width: 100%;
 min-width:170px;
 
 /*margin: 8px 0;*/
 margin: 5px 0px 15px 0px;
 display: inline-block;
 box-sizing: border-box;
 padding: 0.375rem 0.75rem;
 border: 1px solid #d1d3e2;
 border-radius: 0.35rem;
 /*height: calc(1.5em + 0.75rem + 2px);*/
 height:37px;
/*font-size: 1rem;*/
/*color: #6e707e;*/
border: 1px solid #d1d3e2;
background-color:#fff;
   
 font-size: 16px;
    /*color: #333333;*/
	/*color: #6e707e;*/
    font-weight: bold;
	font-family: inherit;
}


input[type=text], input[type=date], input[type=password] {
 width: 100%;
 min-width:170px;
 
 /*margin: 8px 0;*/
 margin: 5px 0px 15px 0px;
 display: inline-block;
 box-sizing: border-box;
 padding: 0.375rem 0.75rem;
 border: 1px solid #d1d3e2;
 border-radius: 0.35rem;
 /*height: calc(1.5em + 0.75rem + 2px);*/
 height:37px;
/*font-size: 1rem;*/
/*color: #6e707e;*/
border: 1px solid #d1d3e2;
background-color:#fff;
   
 font-size: 16px;
    /*color: #333333;*/
	/*color: #6e707e;*/
    font-weight: bold;
	font-family: inherit;
}

/* Set a style for all buttons */
input[type=submit] {
 padding: 17px 20px;
 /*display:block;*/
 margin: 0 auto;
/*margin-left: 50%;
transform: translateX(-50%);*/
 /*border: none;*/
 cursor: pointer;
 width: 100%;
    border: 1px solid transparent;
	    padding: 0.375rem 0.75rem;
	border-radius: 0.35rem;	
	line-height: 1.5px;	
	height:35px;
	margin-top : 25px; 
	margin-bottom : 20px; 
	
	
    background-color: #36b9cc;
    border-color: #36b9cc;
	
	
	 font-size: 18px;
    color: #333333;
    font-weight: bold;
		
}
button[type=submit]:hover {


 
     color: #fff;
    background-color: #2c9faf;
    border-color: #2a96a5;
}
}

}
button {
    border-radius: 0;
}	



/**********footer*****************/
footer {
  border-top: 1px solid #f0f0f0;
  /*padding: 50px 30px;*/
  color: #777;
  font-size: .8em;
  margin-top: 30px;
}

footer #footer-links {
  float: right;
  text-align: right;
}

footer #footer-links p {
  margin-top: 0;
  padding-right: 5px;
}

footer #footer-links a {
  color: silver;
  text-decoration: none;
}
footer #footer-links a:hover {
  color: grey;
}
.footer .copyright p{
    font-size: 14px;
    line-height: 17px;
    color: #888;
    font-weight: 400;
    margin-top: 30px;
}
.footer {
	/*border: 4px solid yellew;*/
	height: 10%;
    margin-bottom: 20px;
	/*padding-left: 10px;*/	
}
/***********fin footer***************/
/***************************************/


.tdleft{text-align:left;}
.tdright{text-align:right;}
.tdcenter{text-align:center;}

.mut1 input { margin:0;	}

.mut1 td{height:60px;}

.mut1 p{margin-top:0;margin-bottom:0rem}

.mut2 td{ border: 1px solid black;
  vertical-align:middle; 
 /* max-width:5ch; 
   white-space:pre-wrap;
  word-break:break-word;
  word-wrap:break-word;
  overflow-wrap: break-word; 
  word-wrap: break-word; 
  word-break: break-all; bien */
   word-wrap: break-word;
 
  
  
  vertical-align:middle;
	}
.mut2 td{height:60px;}
.mut2{
	border-collapse: collapse;
}

.mut2 input { margin:0;	}

.mut2 input[type=radio] , input[type=checkbox]{width:18px; height:18px;}


.mut2 p{margin-top:0;margin-bottom:0rem}

  .tdleft{ width:270px}
  .tdright{ width:270px}

@media all and (max-width: 1000px) {
  
  .container {
   /* width: 500px;*/
  }

}

@media all and (max-width: 900px) {
  
 .container {
	/* border :2px solid green;*/
    width: 100%;
	text-align:center;
	margin: 0 auto;
  }
  
 /* .tdleft{max-width:8ch;} */
  input[type=text], input[type=date], input[type=file]{min-width:130px;}
  select{min-width:130px;}
  
  /*.tdleft td{min-width:100px;}
  .tdright td{min-width:50px;}*/
 header .container { display: none; } 
 /*footer { display: none; } */

  
}

@media all and (max-width: 360px) {

  /* Header */
  /*header .container { text-align: center; }
  nav { float: none; }*/
  
  /* Footer */
 /* footer .container { text-align: center; }
  footer #footer-links { float: none; text-align: center; }*/
}

/*nouveau 29.06.2025*/
.input-like0 {
  width: 100%;
  min-width: 170px;
  margin: 5px 0px 15px 0px;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.375rem 0.75rem;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  height: 37px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: inherit;
}
.input-like0{min-width:130px;}

/*Fin nouveau 29.06.2025*/

.input-like {
  width: 100%;
  min-width: 130px; /* min-width déjà défini */
  margin: 5px 0 15px 0;
  display: block; /* ou flex, mais pas inline-block */
  box-sizing: border-box;
  padding: 0.375rem 0.75rem;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: inherit;
  /* Supprimer height fixe */
  height: auto;
  line-height: 1.4;
  word-wrap: break-word;
  white-space: normal; /* permet le retour à la ligne */
}
