



/* écrans TELEPHONES largeur maxi 480 px ************************************************************************/
/*******************************************************************************************************************************************/
@media(max-width: 480px) {

	
#container {
position: absolute;
z-index: 1;
margin-left: auto;
margin-right: auto;
width: 100%;
height:auto;
}

p.tarif {
	text-align: center;
	width: 100%;	
}

p.erreur {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 12px;
	font-style: arial;
	margin-left: 10px;
	margin-right: 10px;

}
	
h2.tarif {
	background-color: #3E41E8;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 10px 10px 0 0px;
}	

	
table.mois01 {
margin-top:5px;
	margin-left: auto;
	margin-right: auto;
    height: auto;
	width: 100%;
	background-color: #D3E1FF;
	border: 1;
}

table.mois02 {
margin-top:5px;
    max-width: 100%;
    height: auto;
background-color: #D3E1FF;
border: 1;
}	

th.titreMois {
font-family: arial;
font-size: 20px;
color: red;
border: 0;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: #D3E1FF;
}

th.titrePrive {
font-family: arial;
font-size: 18px;
color: white;
border: 0;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-weight: bold;
text-align: center;
overflow-wrap: break-word;
width: auto;
padding: 0px;
background-color: #4747FF;
}

td.titrePrive {
font-family: arial;
font-size: 18px;
color: black;
border: 0;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-weight: bold;
text-align: center;
overflow-wrap: break-word;
width: auto;
padding: 0px;
background-color: #D3E1FF;
}

th.titre {
font-family: arial;
font-size: 16px;
color: #7F0000;
border: 2px;
border-style: grove;
font-style: bold;
text-align: center;
width: auto;
padding: 0px;
background-color: #D3E1FF;
}

th.titre2 {

font-family: arial;
font-size: 14px;
color: #7F0000;
border: 0;
font-style: bold;
text-align: center;
width: auto;
padding: 0px;
background-color: white;
}

th.titre3 {
font-family: arial;
font-size: 16px;
color: #7F0000;
border: 0;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: white;
}

th.titre4 {
font-family: arial;
font-size: 16px;
color: white;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: #7F0000;
}

th.titre5 {
font-family: arial;
font-size: 16px;
color: red;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-style: bold;
text-align: right;
width: auto;
padding: 5px;
background-color: pink;
}

th.titre6 {
font-family: arial;
font-size: 16px;
color: white;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: grey;
}

#suivant {
	background-color: #3E41E8;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
width: 60px;
height: 40px;	
	
}

#precedent {
	background-color: #3E41E8;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
width: 60px;
height: 40px;	
	
}


	
	
}



/* écrans TABLETTES largeur MINI 481 px et MAXI 780 px ************************************************************************/
/*******************************************************************************************************************************************/
@media(min-width: 481px) AND (max-width: 780px) {
	


#container {
position: absolute;
z-index: 1;
margin-left: auto;
margin-right: auto;
width: 100%;
height:auto;
}
	
p.tarif {
	text-align: center;
	width: 100%;	
}

p.erreur {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 18px;
	font-style: arial;
	margin-left: 10px;
	margin-right: 10px;
}
	
h2.tarif {
	background-color: #3E41E8;
	color: white;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-left: 25%;
	margin-right: 25%;
	 border-radius: 10px 10px 0 0px;
}		
	
table.mois01 {
margin-top:5px;
	margin-left: auto;
	margin-right: auto;
    height: auto;
	width: 50%;
	background-color: #D3E1FF;
	border: 1;
}

table.mois02 {
margin-top:60px;
margin-left:20%;
margin-right:20%;
width:100%;
background-color: #D3E1FF;
border: 1;
}	
	
th.titreMois {
font-family: arial;
font-size: 28px;
color: red;
border: 0;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: #D3E1FF;
}

th.titrePrive {
font-family: arial;
font-size: 20px;
color: white;
border: 0;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-weight: bold;
text-align: center;
overflow-wrap: break-word;
width: auto;
padding: 0px;
background-color: #4747FF;
}

td.titrePrive {
font-family: arial;
font-size: 12px;
color: black;
border: 0;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-weight: bold;
text-align: center;
overflow-wrap: break-word;
width: auto;
padding: 0px;
background-color: #D3E1FF;
}


th.titre {
font-family: arial;
font-size: 18px;
color: #7F0000;
border: 0;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: #D3E1FF;
}


th.titre2 {

font-family: arial;
font-size: 20px;
color: #7F0000;
border: 0;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: white;
}

th.titre3 {
font-family: arial;
font-size: 18px;
color: #7F0000;
border: 0;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: white;
}

th.titre4 {
font-family: arial;
font-size: 18px;
color: white;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: #7F0000;
}

th.titre5 {
font-family: arial;
font-size: 18px;
color: red;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-style: bold;
text-align: right;
width: auto;
padding: 5px;
background-color: pink;
}

th.titre6 {
font-family: arial;
font-size: 18px;
color: white;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: grey;
}


#suivant {
	background-color: #3E41E8;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
width: 100px;
height: 40px;	
	
}

#precedent {
	background-color: #3E41E8;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
width: 100px;
height: 40px;	
	
}


	
	
	
}



/* écrans ORDIS largeur MINI 781 px ************************************************************************/
/*******************************************************************************************************************************************/
@media(min-width: 781px) {
	

	
#container {
position: absolute;
z-index: 1;
margin-left: auto;
margin-right: auto;
width: 100%;
height:auto;
}
  
p.tarif {
	text-align: center;
	width: 100%;	
}

p.erreur {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 24px;
	font-style: arial;
	margin-left: 10px;
	margin-right: 10px;

}
	
h2.tarif {
	background-color: #3E41E8;
	color: white;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-left: 25%;
	margin-right: 25%;
	border-radius: 10px 10px 0 0px;
}		
	
table.mois01 {
margin-top:10px;
margin-left:25%;
margin-right:25%;
width: 50%;
background-color: #D3E1FF;
border: 1;
}

table.mois02 {
margin-top:60px;
margin-left:20%;
margin-right:20%;
width:100%;
background-color: #D3E1FF;
border: 1;
}	

th.titreMois {
font-family: arial;
font-size: 38px;
color: red;
border: 0;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: #D3E1FF;
}
	
th.titrePrive {
font-family: arial;
font-size: 22px;
color: white;
border: 0;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-weight: bold;
text-align: center;
overflow-wrap: break-word;
width: auto;
padding: 0px;
background-color: #4747FF;
}

td.titrePrive {
font-family: arial;
font-size: 12px;
color: black;
border: 0;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-weight: bold;
text-align: center;
overflow-wrap: break-word;
width: auto;
padding: 0px;
background-color: #D3E1FF;
}

th.titre {
font-family: arial;
font-size: 22px;
color: #7F0000;
border: 0;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: #D3E1FF;
}



th.titre2 {

font-family: arial;
font-size: 22px;
color: #7F0000;
border: 0;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: white;
}

th.titre3 {
font-family: arial;
font-size: 22px;
color: #7F0000;
border: 0;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: white;
}

th.titre4 {
font-family: arial;
font-size: 18px;
color: white;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: #7F0000;
}

th.titre5 {
font-family: arial;
font-size: 18px;
color: red;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-style: bold;
text-align: right;
width: auto;
padding: 5px;
background-color: pink;
}

th.titre6 {
font-family: arial;
font-size: 22px;
color: white;
 border-width:1px; 
 border-style:solid; 
 border-color:white;
font-style: bold;
text-align: center;
width: auto;
padding: 5px;
background-color: grey;
}

#suivant {
	background-color: #3E41E8;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
width: 100px;
height: 40px;	
	
}

#precedent {
	background-color: #3E41E8;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
width: 100px;
height: 40px;	
	
}





	
}