/* raleway-300italic - latin_latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/raleway-v11-latin_latin-ext-300italic.eot'); /* IE9 Compat Modes */
  src: local('Raleway Light Italic'), local('Raleway-LightItalic'),
       url('../fonts/raleway-v11-latin_latin-ext-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v11-latin_latin-ext-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v11-latin_latin-ext-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v11-latin_latin-ext-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v11-latin_latin-ext-300italic.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin_latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v11-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v11-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v11-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v11-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v11-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v11-latin_latin-ext-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-500italic - latin_latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/raleway-v11-latin_latin-ext-500italic.eot'); /* IE9 Compat Modes */
  src: local('Raleway Medium Italic'), local('Raleway-MediumItalic'),
       url('../fonts/raleway-v11-latin_latin-ext-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v11-latin_latin-ext-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v11-latin_latin-ext-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v11-latin_latin-ext-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v11-latin_latin-ext-500italic.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-500 - latin_latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/raleway-v11-latin_latin-ext-500.eot'); /* IE9 Compat Modes */
  src: local('Raleway Medium'), local('Raleway-Medium'),
       url('../fonts/raleway-v11-latin_latin-ext-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v11-latin_latin-ext-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v11-latin_latin-ext-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v11-latin_latin-ext-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v11-latin_latin-ext-500.svg#Raleway') format('svg'); /* Legacy iOS */
}

body{
  margin: auto;
  padding:0;
  background-color:#eeeeee;
  text-align:center;
}

h1{
    font-size: 27px;
}

input {
    text-align: right;
}

input[type=radio]{
    display: none;
}

input[type=radio] + label:before {
	
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-left: 560px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 15px;
    height: 15px;
}

input[type=radio]:checked + label:before {
    background: #5d60eb;
    border-color: #ff00ff;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

/*masquer les spinners boutons sur les champs number*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    width:30px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

label{
    cursor:pointer;
}

section {
	width: 1024px;
	height: 159px;
	background:linear-gradient(90deg,#4481eb 0%, #04befe 80%);
        z-index: 1;
}

section p{
    padding-top:10px;
    margin-top:30px;
    margin-left: 13.5%;
    width : 643px;
    font-family: raleway;
    font-weight: lighter;
    font-size: 21px;
    color: white;
	}

section img{
  height:150px;
  margin-left:10px;
}

.chcommune{
    	width: 680px;
	text-align: left;
	margin-right: 20px;
	margin-top: 40px;
	padding-left: 20px;
        padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #caf1fe;
	border: 1px solid;
	border-color: #4481eb;
	border-radius: 5px;
	display: flex;
}

.custom-dropdown__select{
	width: 270px;
	height: 40px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 35px;
        border: 1;
        border-radius: 5px;
        display: inline-block;
        box-shadow: .1em .1em 1px #555;
	margin-left: -30px;
}

.ct{
    margin:-20px auto auto;
	width:1024px;
        height: 100%;
	background-color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-family: Raleway, Helvetica, Arial;
	font-weight : normal;
        text-align: left;
    padding-bottom: 20px;
    position: relative;
}

.commune{
    width: 240px;
    height: 30px;
    margin-left: 5px;
}

.trait{
    margin-top: 40px;
    margin-left: 751px;
    background-color: white; 
    width:3px;
    height:119px;
    position:absolute;
}
.espace{
    background-color: white; 
    width:1024px;
    height:40px;
    position:absolute;   
}
.espace2{
    background-color: white; 
    width:1024px;
    height:60px;
    position:absolute;   
}

.rhone{
    transform: scale(0.8);
    position: absolute;
    margin-left: 780px;
    margin-top: 18px;
    z-index: 3;
}
.logo{
    position: absolute;
    height: 127px;
    background: white;
    margin-left: 0px;
    padding-right: 20px;
    margin-top: 32px;
    z-index: 3;
}

.calc{
    position: absolute;
    transform: scale(1.4);
    margin-top: 24px;
    margin-left: 297px;
    padding-right: 20px;
    z-index: 2;
}

.txtblc {
    position: absolute;
    margin-left: 418px;
    margin-top: 52px;
    font-size: 17.5px;
    line-height: 25px;
    z-index: 3;
}

.title{
    padding-left: 3%;
}

.spantitre{
     font-size: 25px;
     width: 90%;
}

.vertbarre{
    width:72px;
    height:2px;
    background-color: #4481ec;
}

.fond {
	padding: 20px;
	line-height: 30px;
	font-size: 16px;
	margin-left: 20px;
}
.titre1{
    padding-top:50px;
}

.footer {
        margin-top: 10px;
	font-family: raleway;    
        font-size: 12px;
        padding-bottom: 10px;
}

.bleu {
	color: #4481ec;
	font-weight: bold;
}

.bouton_commencer {
	font-family: raleway;
	font-weight: 500;
	color: white;
	width: 140px;
	height: 40px;
	background-color: #4481ec;
	border-radius: 5px;
	border: none;
	background: #5d60eb;
	box-shadow: #c9c9c9 2px 2px 3px;
        margin-top: 20px;
}

.bouton_commencer:hover {
	background-color: #4e50bb;
	transition: all 0.4s ease;
	box-shadow: #c9c9c9 4px 4px 6px;
}

.bouton_commencer:disabled{
	background: #aeaff5;
}

.bouton_continuer{
	font-family: raleway;
	font-weight: 500;
	color: white;
	width: 140px;
	height: 40px;
	background-color: #4481ec;
	border-radius: 5px;
	border: none;
	background: #5d60eb;
	box-shadow: #c9c9c9 2px 2px 3px;
	margin-top: 15px;
	margin-left: 830px;
}

.bouton_continuer:hover {
	background-color: #4e50bb;
	transition: all 0.4s ease;
	box-shadow: #c9c9c9 4px 4px 6px;
}

.bouton_continuer:disabled{
	background: #aeaff5;
}

.bouton_terminer{
	font-family: raleway;
	font-weight: 500;
	color: white;
	width: 140px;
	height: 40px;
	background-color: #4481ec;
	border-radius: 5px;
	border: none;
	background: #5d60eb;
	box-shadow: #c9c9c9 2px 2px 3px;
	margin-left: 830px;
}

.bouton_terminer:hover {
	background-color: #4e50bb;
	transition: all 0.4s ease;
	box-shadow: #c9c9c9 4px 4px 6px;
}


.type_rss {
    font-size: 1.2em;
}

.montant {
    padding-right: 40px;
    text-align: center;
}

.ressource {
	padding-top: 10px;
}

.recap {
        margin-left: 20px;
        margin-top: 15px;
        width: 900px;
}
.recap2{
    margin-left: 40px;
}

.recap3{
	border: solid 1px #grey;
        border-radius: 5px;
	padding: 10px;
	margin-left: 20px;
        margin-top: 10px;  
	width: 900px;	
	box-shadow:inset 1px 1px 3px #656565;
	text-align: center;
}

.trait2{
	width: 5px;
	height: 80px;
	background-color: #3867fa;
	position: absolute;
	margin-top: 22px;
	margin-left: 20px;
}

.recap4{
	margin-left:55px;
        width: 840px;
}

.recap5{
	margin-left:35px;
        width: 840px;       
        line-height: 20px;
}

.sv{
	color: #3867fa;
	font-size: 1.1em;
	font-weight: bold;	
}

.bandeau{
    font-size:15;
    padding-top: 40px;
    display:flex;
    flex-direction: row;
    align-content: space-between;
    margin-left: 50px;
}
.active{ 
        display:inline-block;
        padding-top: 25px;
        font-size: 1em;
        height: 70px;
        width: 190px;
        background-color: #9013fe;
        box-shadow: 1px 1px 6px #555;
        border-radius: 5px;
        text-align: left;
        padding-left: 15px;
        color: white;
        margin-left: 10px;
        align-item:center;
        align-self:center;
}

.not_active{
        display:inline-block;
        font-size: .8em;    
        height: 55px;
        width: 150px;
        background-color: #3867fa;
        border-radius: 5px;
        text-align: left;
        padding-left: 15px;
        color: white;
        margin-left: 10px;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-item:center;
        align-self:center;
}
.not-active span
{
    flex:1;
}
.sf{
        margin-top: 120px;
        margin-left: 20px;
}

.question {
/*	width: 90%;*/
	height: 40px;
	background-color: white;
/*	margin-left: 40px;*/
}
.minusandplus{
        margin-left: 560px;
        font-size: 1.2em;
}
.t1 {
	font-size: 1.5em;
	color: #4481eb;
}
.M {
	font-size: 1.2em;
	position: absolute;
	width: 540px;
	text-align: right;
}

.element{
    margin-bottom:10px; 
}

.compo {
	padding-top: 20px;
}

.M1{
        font-family: "Arial";
        margin-top: 60px;
        margin-left: 452px;
}
.t2 {
	font-size: 1.5em;
	color: #4481eb;
	font-family: "Arial";
	padding-top: 20px;
	padding-bottom: 20px;
}

.child {
        margin-top: 70px;
        margin-left: 20px;
}

.champ1 {
	width: 400px;
	text-align: right;
	position: absolute;
}

.champ2 {
	width: 400px;
	text-align: right;
	position: absolute;
	margin-top:40px;
}

.champ3 {
	width: 400px;
	text-align: right;
	position: absolute;
	margin-top:80px;
}

.info {
    color: #AA0000;   
}

p.navi{
    font-style: italic;
    font-size:small;
}
.metro{
    display: none;
    width: 702px;
    font-size: 14px;
    color: darkred;
    line-height: 10px;
    margin-right: 100 px;
    font-weight: 300;
    background-color: #FFCDC8;
/*    background-color: #04befe; */
/*    background-color: #4481EB;    */
    border-radius: 5px;
    padding: 20px;
}

.panel {
    display: none;
    width: 580px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 100 px;
    margin-left: 20px;
    font-weight: 300;
    background-color: #caf1fe;
    border-radius: 5px;
    padding: 15px;
}
.termine {
    font-size: 20px;
    line-height: 60px;
    padding-bottom: 240px;
    padding-top: 240px;
    text-align: center;
    
}
.total {
    margin-top: 10px;
    border-radius: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    margin-right: 10px;

}

a:link{
    text-decoration: none;
} 

a:visited {
    text-decoration: none;
}

 couleur de fond des input avec focus 
input:focus {
    background: pink;
}

 couleur de fond des ignes paires  
tr:nth-child(even) {
    background-color: #F0F0F0;
}

 couleur de fond des ignes impaires  
tr:nth-child(odd) {
    background-color: #C0C0C0;
}
.center{
    width: 150px;
    margin: 40px auto;
}
.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
button.qtyplus{ 
    background: transparent url(../images/btn_plus.png) no-repeat;
    text-indent:-9999px;
    margin:0 auto;
    width:26px;
    height:26px;
    border: none;
}
button.qtyminus{ 
    background: transparent url(../images/btn_moins.png) no-repeat;
    text-indent:-9999px;
    margin:0 auto;
    width: 26px;
    height: 26px;
    border: none;
}

.tbl{
    margin-top: 110px;
    margin-left: 20px;
}

.somme{
    border-radius: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 10px;    
}
th.somme{
    text-align: center;
    font-size: 0.9em;
    line-height: 1.4em;
}

#myform {
    text-align: center;
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 2%;
}
