@charset "utf-8";
/* CSS Document */


HTML { 
	background: #EDEDE; 
	font-size: 1.25em; 
	line-height: 1.75em;
	max-width: 100%;
 	margin: 0px;
  	padding: 3em 1em;
  	font-family:  Arial, 'Helvetica Neue', Helvetica, 'Segoe UI', sans-serif; 
  	scroll-behavior: smooth;
}


title {
    font-family: Roboto, Arial, sans serif;
    font-variant: small-caps;
    font-weight: 600;
}
body {
	position:absolute;
	width: 100%;
	top: -108px ; 
	left: 0px;
}

#progress {
  position: fixed;
  bottom: 360px;
  right: 10px;
  height:80px;
  width: 80px;
  display: none; 
 place-items: center; 
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 40px;
  font-weight: 800;
  color: #990000; 

  /* color: #001a2e; */
}


#page {
    width: 100%;
    padding: 0px  0px 0px 0px;
    margin: 0px 0px  0px 0px;
	
}
#haut  {
    /* margin: 0px 0px 0px 0px; */
    height: 80px;
    /* padding: 0px 0px 0px 0px; */
    top: 0px;
    left: 0px;
	background: linear-gradient(to left, #033E74, #022E51); 
    /* background-color: #033E74;  */
	/* background-color: #022E51; */

}


#titre_toppage {
	font-family: "Roboto";
	margin-right: 5%;
	padding: 10px 0px 0px 10px; 
	text-align:right;
	font-size: 35px;
	line-height: 65px;
	font-weight: 300;
	color: white;
}

#img_logo_page {
	background: #FFFFFF;
	margin-left: 10px;
	margin-top: 11px;
	float:left;
	width: 224px;
	height: 61px; 
    border-width: thin;
	border-color: white;
	}

.separation_top1 {
    width: 100%;
    height: 5px;
    padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	/* séparation alternative rouge foncé : #990000 */
    background-color: #B74803;
}




.nav  {
    width: 100%;
    background-color: #F4F2F3;
    /*background-color: #EFEFEF; */
    display: inline-block;
    align-items:auto;
    justify-content: space-between;
    padding: 0px;
   margin: 0px auto 0px auto; 
    /* text-indent: 10px; */
    text-align: center;
   /*  text-transform: capitalize; 
    séparation alternative rouge foncé : #990000 */
	/*background-color: #A3B4C8; */
    
}


.nav ul li {
	display: inline;
	width: 14%;
	padding: 13px 0px 0px 0px;
	box-sizing: border-box;
}

.icon_accueil {
	float: left; 
	/*margin-top: 14px;
	margin-left: 30px; */
	font-size: 17px;
	padding: 0px 9px 0px 140px ; 
	/*color: #A66AA5; */
    color: black;
}

.nav a {
	outline: none;
    display: block;
	cursor:pointer; 
    float: left; 
    /*color: #A66AA5; */
    color: black;
    margin-right: 1.5%;
	padding: 13px 5px 0px 5px ; 
    font-family: Inter, "Helvetica Neue",  Roboto, Arial, sans-serif;
	font-size: 18px;
    text-decoration: none;
	text-align: center;
    /* text-transform: uppercase; */
	letter-spacing: -0.8px;
	font-weight: 500;
    /*line-height: 33px;	*/
	transition: .2s;
	line-height: 18px;

}


.nav li:last-child a{
	margin-right: 0;
}



.nav a:hover{
    color: #FF6C02;
    font-weight: normal; 
    text-decoration: underline;
    text-decoration-thickness: 4px;
}





.filariane_box {
    font-family: Helvetica, "Noto Sans" "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 15px;
    text-indent: 30px;
    width: 100%;
    font-weight: 700;
    letter-spacing: -.2px;
    height: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
     /* background-color: #A3B4C8; gris bleu */
       /* background-color: #E3DCD2; */
    /*background-color: #EEEEE4; lavande clair */
    /* background-color: #FBE0C3;   /* rose clair*/
    /*  background-color: #E0F4FC;  bleu ciel */
     background-color: #E9F8FE; /*; #e5f3f5 #cfeffb */
	color: #123751;
	border-top: 2px solid #A3B4C8;
	border-bottom: 2px solid #647295;
    text-align: left;
     display: flex;
	}

 

.breadcrumb {
    padding: 0 .3rem;
    font-size: 14px;
    margin: 0;
    text-indent: 5px;
    text-transform: none;
    font-weight: 600;

}

.breadcrumb a{
	text-decoration: none;
	font-family: "Noto Sans", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	/* color: #022E51;   */
	/*	color: #8F001A;  */
	color: #285185;


}

.breadcrumb a:hover{
	color: #F21137; 
	text-decoration: underline;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
    
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .25rem;
    /* content: "→"; */
    content: "\25BA";  /* Unicode du triangle à droite */
}




	h2{
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	margin-right: 8%;
	margin-left: 8%;
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	color: black;
	letter-spacing: -0.5px;
	}

	h3{
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	margin-right: 8%;
	margin-left: 8%;
	font-size: 28px;
	line-height: 20px;
	font-weight: 500;
	color: black;
	}

	h6 {
	font-family: Inter, "Source Sans Pro", Arial, Helvetica, "Open Sans", sans serif;
	font-size: 13px;
	}
	
	
.tabletextmoyen {
	font-family: Inter, "Source Sans Pro", Arial, Helvetica, "Open Sans", sans serif;
	font-size: 17px;
	line-height: 6mm;
	font-weight: 500;
	}
	
.tabletextpetit{
	font-family: Inter, "Source Sans Pro", Arial, Helvetica, "Open Sans", sans serif;
	font-size: 13px;
	font-weight:600;
	}
	
td a {
	font-family: Inter, "Source Sans Pro", Arial, Helvetica, "Open Sans", sans serif;
	font-size: 16px;
	line-height: 6mm;
	color:#000;
	font-weight:500;
	text-decoration : none;
	}
	
td a:hover {
	color: #F60;
		line-height: 6mm;
	text-decoration:underline;
	font-weight: 700;
	}


li > a {
	outline: none;
	text-decoration:none;
	color: #0870A1;
	}
	
li > a:visited {
	outline: none;
	text-decoration:none;
	color: #0870A1;
	}

li a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #F60;
	}

.modulePDFdownload {
  float: right;
  display: inline-block;
  margin: 0.2% 8%;
  padding: 12px 40px 12px 20px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid gray;
  border-radius: 4px;
  color: black;
  background:  #F4F2F3;  */
}
  


.modulePDFdownload  a {
  text-decoration: none;
   color: navy;
}

.modulePDFdownload  a:hover {
    color: #FF6C02;
}


.fa-file-pdf {
  color: rgb(255, 5, 5);
  padding: 0 0 0 4px;
  font-size: 26px;
}

.fa-download {
  color: navy;
  font-size: 26px;
}

.fa-download:hover {
    color: #FF6C02;
  }



.contenu {    /* proprités à paramétrer */
	height: 100%; 
	/* max-width: 90%; */
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; 
	color: black;
	/* margin-left:5%; */
	/* margin-top: 10px; */
	margin-left: 8%;
	margin-right: 8%;
	text-align: justify;
	font-weight: 500;
	/* margin-right:10%; */
	line-height:28px;
	/* text-indent: 25px; */
	font-size: 19px;
	}


.contenu_special {  
	
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; 
	color: black;
	text-align: justify;
	font-weight: 500;
	font-size: 19px;
	border: 3px solid #FF6C02;
	background-color: rgba(255, 108, 2, 0.25);  /*#FF6C02;  */
	border-radius: 10px;
	padding: 10px;
	}

	.slider {
      width: 500px;
      height: 700px;
      margin: 0 auto;
    }

    .slider-image {
      position: relative;
      width: 500px;
      height: 700px;

    }

    .slider-image img {
      width: 500px;
      height: 700px;;
      border: solid 1px; /* ajout */
      justify-content: center;
      object-fit: cover;
    }

    .slider-legend {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 10px;
      font-size: 15px;
      text-align: center;
    }

fieldset {
	    border-radius: 5px;
	    border-color: #033E74;
	    border-width: thin;
}

legend {
	background-color: #033E74;
    color: #fff;
    padding: 3px 12px;
    border-radius: 5px;
}

#name::placeholder{
	color:red;
}

#sname::placeholder{
	color:red;
}


#email::placeholder{
	color:red;
}

#tel::placeholder{
	color:red;
}

#message::placeholder{
	color: red;
}

#name2::placeholder{
	color: red;
}

#email2::placeholder{
	color:red;
}

#tel2::placeholder{
	color:red;
}

#message2::placeholder{
	color: red;
}

.increasecheck {
	width: 15px;
	height: 15px;
}

input[type=checkbox]:checked {
    accent-color: #DC143C;
}

input[type=file] {
	background-color: #1255a2;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}



figure {
  /* float: right;
  width: 30%; */
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  min-width: :  150px;
  max-width: 500px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: black;
  text-indent: 0;
  margin: 0; 
  padding: 0.1em;
}

img .scaled {
  width: 100%;
}

.scaledcenter{
	  width: 99%;
	  max-width: 100%;
	  height: auto;
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
}

.contenu > img {
	float:left;
	margin-right:15px;
	}

.image-align-left {
	float:left;
	margin-right:15px;
	}
	
.image-align-right {
	float: right;
	margin-left: 15px;
	}

	
h6 > a {
	outline: none;
	text-decoration:none;
	color: #0870A1;
	}
	
h6 > a:visited {
	outline: none;
	text-decoration:none;
	color: #0870A1;
	}

h6 a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #F60;
	}

.contenu > a {
	outline: none;
	text-decoration:none;
	color: #0870A1;
	}

.contenu > a:hover {
	outline: none;
	text-decoration:none;
	color: #F60;
	}

	a {
		outline: none;
	text-decoration:none;
	color: #0870A1;
	}

	a:hover {
	outline: none;
	text-decoration:none;
	color: #F60;
	}

	
.contenu > a:visited {
	outline: none;
	text-decoration:none;
	color: #0870A1;
	}
	


.contenu > li > a {
	outline: none;
	text-decoration:none;
	color: #0870A1;
	}
	
.contenu > li > a:visited {
	outline: none;
	text-decoration:none;
	color: #0870A1;
	}
	
.contenu > li > a:hover, a:focus, a:active {
	text-decoration: underline;
	color: #F60;
	}


.image-align-left{
  float : left;
}
.image-align-right{
  float : right;
}

main{
  width: 84%;
  margin-left: 8%;
  margin-right: 8%;
 
}


.diapo{
  position: relative;
   margin-left: 18%;
  margin-right: 18%;
  text-align: center;
  width: 640px;
  height: 360px;
  overflow: hidden;
}



#nav-droite, #nav-gauche{
  position: relative;
  top:-50px;
  /*transform: translateY(-90%); */
  color: white;
  font-size: 2em;
}

#nav-gauche{
  left: 20%;
}

#nav-droite{
  left:20.2%;
}

.elements{
  display: flex;
   transition: 1.5s linear;
}

.element{
  flex: 1 0 100%;
    position: relative; 
}

.element > img{
  width: 100%;
}

.caption{
  position: absolute;
  text-align: center;
  font-size: 18px;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,0.4);
  padding: 10px;
}




h7 {
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  text-align: center;
  font-size: 320px;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 0px;
  line-height: 350px;
  letter-spacing: -3.0px;
  opacity: 1.0;
}

.dispo404  {
  float: left;
    text-align: center;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-flex;
  writing-mode: horizontal-tb;
}

 .err404 {
	background-clip:text;
	-webkit-background-clip:text;
	color:transparent;
	background-image: url(../images/FondationCLmotifFrise.png);
  }




/*  code special tableau liens biblio   */

.table-style  {
	width:84%;
    border-collapse: collapse;
    margin: 0px auto;
    border: 1px solid midnightblue;
}



th, td {
    padding: 15px 20px;
    text-align: center;
}

tbody tr, td, th {
    border: 1px solid #000;
	line-height: 26px;
}

tbody tr:nth-child(even){
    background-color: #eceeff;
}

@media screen and (max-width: 550px) {
  body {
    align-items: flex-start;
  }
  .table-style  {
    width: 100%;
    margin: 0px;
    font-size: 10px;
  }
  th, td {
    padding: 10px 7px;
}

}

/*  fin code tableau liens biblio    */

.titre_statuts{
	font-weight: 600;
	color: #146D9E;
}

.footer {
	width: 100%;
	height: 280px;
	padding-top: 15px;
	background: linear-gradient(to left, #033E74, #022E51);
	color: white;
	font-family: Inter, "Source Sans Pro", Arial, Helvetica, "Open Sans", sans serif;
	font-size: 20px;
	line-height: 10px;
	font-weight: 300;
	letter-spacing: .5px;
	text-align: center;
}

.footer_titregras{
	font-weight: 600;
}

.footer_soustitre {
	width: 100%;
	font-family: Inter, "Source Sans Pro", Arial, Helvetica, "Open Sans", sans serif;
	font-size: 13px;
	margin:0 auto 0;  
	line-height: 30px; 
	font-weight: 300;
	letter-spacing: 0.2px;
	text-align: left;
	text-transform: uppercase;
	color: #CCE7E8;
	border: none;
}

.footer_liens {
	display: block;
	color: white;
	margin:0 auto 0;  
	/*margin :20px 8% 10px 8%;*/
	padding: 0;
	font-family: Inter, "Source Sans Pro", Arial, Helvetica, "Open Sans", sans serif;
	font-size: 13px;
	/* line-height: 16px; */
	font-weight: 500;
	letter-spacing: .5px;
	text-align: center;
	text-transform: none;
	list-style-type: none;

}
ul.footer_liens{
	display:block;
	width: 100%;
	text-align: center;
	margin:0 auto 0;  
	text-indent: 10px;
}

ul.footer_liens li {
	display: block;
	float: left;
	padding: 0;
	color: white;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .5px;
	margin: 0;  
	padding: 0 0 0 3px;
	width : 18%;
	height : auto;
 	border: 4px solid #033E74;

}

ul.footer_liens a {
	color: white;
	text-decoration: none;
}



.footer_liens li a:hover{   /* à continuer comportement liens */
	display: block;
	color: #FF1100; 
	/*color: white; 
	padding: 10px 0 5px 10px;*/
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	text-align: left;
	line-height: 15px;
	float: left;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #FF7F7F;
}

/*
.tableau2 {
	display: block;
	align: center;
}  */

 UL.tableau2 {
	display:block;
	width: 94%;
	text-align: center;
	margin:0 auto 0; 
	/* padding: 0;  */
	line-height: 20px;
	text-indent: 10px;
}

UL.tableau2 li {
	display: block;
	font-family: Inter, "Source Sans Pro", Arial, Helvetica, "Open Sans", sans serif;
	margin: 0;  
	padding: 0 0 0 4px;
	float: left;
	width : 18%;
	height : auto;
 	border: 4px solid transparent; 
	text-align:left;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .5px;
	color: gray;
} 

UL.tableau2 a {
	float: left;
	color: gray;
	text-decoration: none; */
}

UL.tableau2  li a:hover{
	float: left;
	padding: 0;
	border-left-style: solid;
	height: 10px;
	border-left-width: 4px;
	border-left-color: #FF7F7F;
}



/*.tableau2 li:hover {
	float: left;
	border-left-style: solid;
	height:   25px;
	border-left-width: 4px;
	border-left-color: #FF7F7F;
	
	/*padding-top: 0px;
	padding-bottom: 0px;
	
	border-left: 4px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px; */

}





.piedpage {
  width: 100%;
  position: relative;
  height: 300px;
  text-indent: 20px;
}

.piedpage .piedpage_col {

  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}

.piedpage .piedpage_col h4 {
  margin: 0;
  padding: 0;
  font-family: Noto, Inter, "Source Sans Pro", Arial, Helvetica, "Open Sans", sans serif;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 20px 15px 20px;
  color: #CCE7E8;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.450px;
}

.piedpage .piedpage_col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}

.piedpage .piedpage_col ul li a {
  color: lightblue;
  float: left;
  font-size: 13px;
  font-family: inherit;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  letter-spacing: .5px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}



h5 {
	margin-right: 25px;
	margin-top: 9px;
	font-size: 18px;
	letter-spacing: -1.5px;
	text-transform: none;
}

.piedpage_social {
  color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
  padding: 4px 6px 0 6px;
}


.piedpage .piedpage_col ul li a:hover {
	/* color: #f7631b; */
  color: #ffffff; 
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}



.icons{
	/* position: relative; */
	top:.3em;
	right: .3em;
}

.icons ul li{
	position: relative;
	top : -20px;
	right: 8px;
	display: inline-block;
	font-size: 25px;
	margin: 0px;
}
.icons ul li .fab{
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 2px solid rgba(255, 161, 1, 0.7); /* rgba(255, 110, 0, 0.7);  CCE7E8 FFA101 1995AD turquoise 2cd4d9 CC6D3D FF6C02 CCD9E2 0A62D0 FFB400 B3DEE5 E59A59 D67940 F6F4F8 BACEC1  FFA101 à 2px    */
	border-radius: 10%;
	opacity: 0.7;
	padding: 10px;
	color: #FFF;  
	/* background: transparent; */
	/* background: : #00aced; */
	/* background: #0f056b;  
	/* border-radius: 50%;
	border: solid 2px #007bb6; */
	transition: .3s;
}

.icons ul li .fa-facebook-f{
	color: #3b5998;  
}

.icons ul li .fa-twitter{
	color: #1da1f2;
}

.icons ul li .fa-youtube{
color: #bb0000;

}

.icons ul li .fab:hover{
	transform: scale(1.1) rotate(360deg);
	color: orange;
	background: transparent;
}  



.icons ul li .fa-facebook-f:hover{
	transform: scale(1.1) rotate(0deg);
	border-radius: 10%;
	border: solid 3px #3b5998;
	color: #FFF;  
	opacity: 1;
	background: transparent;
}


.icons ul li .fa-twitter:hover{
	
	/* color: #00aced; #1da1f2; */
	transform: scale(1.1) rotate(0deg);
	border-radius: 10%;
	border: solid 3px #007bb6;
	color: #FFF;
	opacity: 1;
	background: transparent;
}

.icons ul li .fa-youtube:hover{
	transform: scale(1.1) rotate(0deg);
	border-radius: 10%;
	border: solid 3px #bb0000;
	color: #FFF;  
	opacity: 1;
	background: transparent;
}



.icons ul li .fa-twitter:hover i{
        border: #666 2px dotted;
        padding: 5px 20px 5px 5px;
        display: block;
        z-index: 100;
        background: #e3e3e3;
        left: 0px;
        margin: 15px;
        width: 300px;
        position: absolute;
        top: 15px;
        text-decoration: none;
      }

.icons ul li .fa-youtube:hover i{
        border: #666 2px dotted;
        padding: 5px 20px 5px 5px;
        display: block;
        z-index: 100;
        background: #e3e3e3;
        left: 20px;
        margin: 15px;
        width: 300px;
        position: absolute;
        top: 15px;
        text-decoration: none;
      }


i[alt1]:hover::after {
  content: attr(alt1);
  position: absolute;
  left: -40px;
  top: 60px;
  margin: auto;
  color: #FFF;
  height:18px;
  width:155px;
  font-family: Roboto, sans-serif;
  font-size:10px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: .3px;
  overflow: hidden;
  border: solid 1px #FFF; /*#000;  */
  border-radius: 3px;
  background-color: #1877F2;
  
}

i[alt2]:hover::after {
  content: attr(alt2);
  position: absolute;
  left: -80px;
  top: 60px;
  margin: auto;
  color: #000;
  height:18px;
  width:145px;
  font-family: Roboto, sans-serif;
  font-size:10px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: .3px;
  text-align: center;
  overflow: hidden;
  border: solid 1px #fff; 
  border-radius: 3px;
  background-color: #1da1f2;
}


i[alt3]:hover::after {
  content: attr(alt3);
  position: absolute;
  left: -80px;
  top: 60px;
  margin: auto;
  color: #fff;
  height:18px;
  width:145px;
  font-family: Roboto, sans-serif;
  font-size:10px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: .3px;
  text-align: center;
  overflow: hidden;
  border: solid 1px #fff; 
  border-radius: 3px;
  background-color: #bb0000;
}


.icon_copyright {
	font-size: 11px;
	line-height: 35px;
	margin-right: 3px;
}

#footer_copyright{
	/* background: #ff7a18; */
	width: 100%;
	background: #022E51;
	height : 35px;
	max-height: 50px;
	line-height: 35px;
	border-top: 1px solid #647295;
	font-family: "Open Sans", sans serif;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.4px;
	color: white;
}

input[type=text], textarea, input[type=email], input[type=tel] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  margin-right: 0px;
  margin-left: 0px;
  resize: vertical;
}
label{margin-right: 0px;
  margin-left: 0px;
  width: 100%;}

input[type=submit], input[type=reset] {
  background-color: #1255a2;
  color: white;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #1872D9;
}

input[type=reset]:hover {
  background-color: #1872D9;
}



.container {
  /* Ajouter box-sizing */
  box-sizing : border-box;
  border-radius:5px;
  background-color:rgb(217, 229, 240);
  padding:20px;
  width: 100%;
  /* redéfinition 400 + 2*20 */
  max-width: 540px;
  margin:0 auto;
}

.container2 {
  /* Ajouter box-sizing */
  box-sizing : border-box;
  border-radius:5px;
  background-color:rgb(191, 209, 229);
  padding:20px;
  width: 100%;
  /* redéfinition 400 + 2*20 */
  max-width: 540px;
  margin:0 auto;
}

.container3 {
  /* Ajouter box-sizing */
  box-sizing : border-box;
  border-radius:5px;
  background-color:rgb(191, 209, 229);
  padding:20px;
  width: 100%;
  /* redéfinition 400 + 2*20 */
  max-width: 640px;
  margin:0 auto;
}