/*------------------------------------*\
-------- Couleurs
\*------------------------------------*/
/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../../../../fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../../../../fonts/lato-v24-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../../../../fonts/lato-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../../../../fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../../../../fonts/lato-v24-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../../../../fonts/lato-v24-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('../../../../fonts/lato-v24-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*
--lightgreen : #8BC34A;
lightgreen --- : #C5E1A5;

red --- : #FFCDD2;

lime: #8BC34A;

blanc + : #FaFaFa;

gris ++++ : #212121;
gris +++ : #424242;

*/

:root {
    --lightgreen: #8BC34A;
    --red: #F44336;
}



/*------------------------------------*\
-------- GENERAL
\*------------------------------------*/

* {
    box-sizing: border-box;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: 'Lato', sans-serif;
}

body {
    color: #212121;
    min-height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    background: #FaFaFa;
    position: relative;
	font-size: 0.9em;
}

/*couleur texte*/

.color-lime {
    color: #8BC34A;
}

.color-red {
    color: #F44336;
}


.bg {
    background: red;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Raleway";
    font-weight: bold;
}

h1 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 1.8rem;
}

h2 {
    font-size: 1.5em;
    text-align: center;
}

h3 {
    font-size: 1.6em;
}

hr{
    margin-top: 0;
}


.page-faq h2 {
    font-size: 1.5em;
}

.page-prono h1 {
    font-size: 1.7em;
}

.btn-success,
.btn-primary, .btn-danger {
    margin: 10px 0;
    font-size: 1.1em;
    line-height: 1.1em;
}

.link-red{
    color: var(--red);
    transition: .2s
}

.link-red:hover{
    color: #212121;
}

.font-size-0-6 {
    font-size: 0.6em;
}

.font-size-0-8 {
    font-size: 0.8em;
}

.font-size-1-2 {
    font-size: 1.2em;
}

.alert-danger {
    background: #FFCDD2;
    color: #F44336
}

/*------------------------------------*\
-------- HEADER
\*------------------------------------*/

header {
    width: 100%;
    background: #424242;
    padding: .5em 0;
    background-image: url(header-site.jpg);
    background-size: cover;
    background-position: 0%;
}

header .container {
    display: flex;
	padding-left: 17%;
}
@media screen and (max-width: 920px) {
	header .container {
	padding-left: 5%;
}
}
header .container .titre-header {
    margin: auto 0 auto 0;
    font-size: 40px;
    line-height: 0.9em;
	
}

#home-link {
    color: #fff;
    text-decoration: none;
}

#home-link:hover {
    opacity: 0.8;
}

.sous-titre {
    font-size: 0.6em;
    margin: 0;
    font-weight: 100;
    font-style: italic;
    color: #fff;
}

header .logo {
    margin: auto 20px auto 0;
}

header .logo img {
    width: 70px;
}

@media screen and (max-width: 578px) {
    header .container{
      display:block;
    }
}

/*------------------------------------*\
-------- Menu
\*------------------------------------*/

.navbar{
    margin-bottom: 1em;
}
.navbar ul{
    margin: 0;
}

.navbar li{
    border-bottom: #ddd 1px solid;
}

.navbar li a.nav-link{
    display:block;
    margin-right: 12px;
}

.navbar .active {
    border-bottom: #8BC34A 5px solid;
}

.navbar-light .navbar-nav .active > .nav-link{
    color: #8BC34A;
}

/*------------------------------------*\
-------- Titre de page
\*------------------------------------*/

.etape{
    text-align: center;
}

.etape *{
    display: inline-block;
        margin-bottom: 0;
}

.big-title {
    font-size: 1.6em;
    color: #8BC34A;
    font-weight: 600;
    text-shadow: 0px 1px 0px #689F38;
}

/*------------------------------------*\
-------- Fil d'Ariane
\*------------------------------------*/

#breadcrumbs {
    margin-bottom: 1.8rem;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
}

#breadcrumbs li {
    text-align: center;
    margin: 0 .5em 0 1em;
    background: #ddd;
    padding: .2em 1em;
    text-decoration: none;
    position: relative;
    width: 25%;
}

#breadcrumbs li:first-child {
    margin-left: 0
}

#breadcrumbs li::before,
#breadcrumbs li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1em;
    background: #ddd;
    transform: skew(-10deg);
}

#breadcrumbs li::before {
    left: -.5em;
    border-radius: 5px 0 0 5px;
}

#breadcrumbs li::after {
    right: -.5em;
    border-radius: 0 5px 5px 0;
}

#breadcrumbs li:first-child {
    border-radius: 5px 0 0 5px;
}

#breadcrumbs li:first-child::before {
    content: normal;
}

#breadcrumbs li a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#breadcrumbs .innactive{
    cursor: not-allowed;
    color: #868e96;
}

#breadcrumbs .current,
#breadcrumbs .current::before,
#breadcrumbs .current::after {
    background: #8BC34A;
}

#breadcrumbs .passed,
#breadcrumbs .passed::after,
#breadcrumbs .passed::before {
    background: #C5E1A5;
    color: #f5f5f5
}


/*------------------------------------*\
-------- Colonne droite
\*------------------------------------*/

.bloc-phone p {
    font-size: 1.6rem;
    color: #212121;
}

.bloc-engagement {
    overflow: hidden;
    margin-bottom: 20px;
    /*
    border-radius: 0.4rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
*/
}

.bloc-engagement i {
    color: #8BC34A;
}

.bloc-engagement > ul {
    list-style: none;
    padding: 0;
}

.bloc-engagement > ul > li {
    padding-left: 1.3em;
}

.bloc-engagement > ul > li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #8BC34A;
}

.bloc-engagement > ul > li > ul > li {
    list-style-type: disc;
}

/*------------------------------------*\
-------- Colonne gauche
\*------------------------------------*/


.box-form {
    border-radius: 0.4rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.box-form-title {
    text-align: center;
    background: #424242;
    color: #fff;
}

.box-form-title h3 {
    margin: 0;
}

.box-form-content {
    padding: 10px;
    background: #EEEEEE;
}

.link-green {
    color: #8BC34A;
}

.link-green:hover {
    color: #C5E1A5;
}

.p-question {
    font-size: 1em;
}

.p-question i {
    font-size: 1.2em;
}

.p-tel{
    font-weight: bold;
    font-size: 1.2em;
    
}

.help .btn{
    display: block;
    position: fixed;
    z-index:9999;
    right: 25px;
    top: 20%;
    border: 1px solid #F44336;
    color: #F44336;
    background: #fff;
    font-size: 1.5em;  
    cursor: pointer;
}

.help .assist{
    display: none;
}

@media (max-width: 768px) { 
        .help .btn{
            position: initial;
            margin: .5em auto;
    }
    
    .help .assist{
        display: inline-block;
    }
}

.help .btn:hover, .help .btn:active{
    background: #F44336;
    color: #fff;
}

.help .btn:focus{
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

/*------------------------*\
-------- ETAPE 1 - Code Fiche Pratique
\*------------------------*/

.en-tete-rouge {
    font-weight: bold;
    color: #F44336;
    font-size: 1.4em;
}

.avertissement .col-1 {
    display: flex;
}

.avertissement p {
    margin: 0;
}

.avertissement i {
    margin: auto;
    font-size: 4rem;
    color: #F44336;
}

.scale {
    transform: scale(2);
}


.fancybox {
    color: #212121;
}

.fancybox:hover {
    color: #999;
}

.accordion-etape1 .btn{
    font-size: 1.4em
}

/*------------------------------------*\
-------- ETAPE 2 - AIDE ALLOPASS
\*------------------------------------*/

.bloc-video {
    position: relative;
    height: 400px;
}

.bloc-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.etape-allopass {
    counter-reset: allo;
    margin: 10px 0 10px 20px;
    padding: 0;
}

/* on initialise et nomme un compteur */

.etape-allopass li {
    list-style-type: none;
    counter-increment: allo;
    /* on incrémente le compteur à chaque nouveau li */
}

.etape-allopass li:before {
    content: counter(allo) " .";
    /* on affiche le compteur */
    font-weight: bold;
    font-size: 1.2em;
    color: #8BC34A;
    margin-right: 10px;
}

.p-secure{
    color: #212121;
    text-align: center;
    margin-bottom: 1em;
}

.btn-allopass{
    width:100%;
}

/*------------------------*\
-------- ETAPE 3 PRONOSTIC DU JOUR
\*------------------------*/

.pronostic-res {
    width: 100%;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 0.4rem;
    background: #EEEEEE;
}

td {
    font-weight: bold;
}

.card-header {
    padding: 0;
}

.card-header:hover {
    background: #e5e5e5;
}

.card-header .btn-link {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    border-radius: 0;
}

.accordion-etape3 .card-header .btn-link{
    text-align: left;
    padding: 10px 20px;
}

.bandeau-pub{
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .125); 
    border-radius: .5em;
}

#section-pub-1 img{
    height: 40px;
}

#section-pub-1 p{
    display: inline-block;
}

.section-pub a{
    display: block;
    text-align: center;
    background: #fff;
    color:#212121;
    padding: 0 .25em;
}

.section-pub a:hover{
    background: #e5e5e5;
}

#section-pub-1 .col-md-4{
        padding: 0;
}

.link-grey {
    color: #999;
}

.link-grey:hover{
    color: #000;
}




/*------------------------------------*\
-------- CONSULTER PRONOSTIC TELEPRONO
\*------------------------------------*/

.link-faq {
    counter-reset: allo;
    margin: 10px 0 30px 0;
    padding: 0;
}

/* on initialise et nomme un compteur */

.link-faq  .slide-link {
    list-style-type: none;
    counter-increment: allo;
    /* on incrémente le compteur à chaque nouveau li */
    color: #000;
}

.link-faq  .slide-link:before {
    content: counter(allo) " .";
    /* on affiche le compteur */
    font-weight: bold;
    font-size: 1.2em;
    color: #8BC34A;
    margin-right: 10px;
}

.link-faq  .slide-link:hover {
    background: #f5f5f5;
    color: #000;
}

.link-faq  .slide-link.faq-actif,
.link-faq  .slide-link.faq-actif:hover {
    background: #8BC34A;
    color: #fff;
}

.link-faq  .slide-link.faq-actif:before {
    color: #fff;
}

.col-faq {
    border: 1px solid #ddd;
    border-radius: .25em;
    text-align: center;
    padding: 5px;
    background: #fff;
}

.col-faq-mid-center {
    display: flex;
    height: 60px;
}

.col-faq-head {
    font-weight: bold;
    margin: auto;
    color: #8BC34A;
}

.faq{
    margin-top: 1em;
}

.faq .col-sm-6 {
    text-align: center;
}

.faq-chiffre {
    text-align: center;
    color: #F44336;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .25em;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px;
    display: inline-block;
}

.triangle {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 40px 0 40px;
    border-color: #8BC34A transparent transparent transparent;
}


/*------------------------------------*\
-------- ARCHIVES PRONO
\*------------------------------------*/

#tab-prono td {
    font-weight: normal;
}

/*------------------------------------*\
-------- FOOTER
\*------------------------------------*/

main {
    padding-bottom: 15px;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.footer-lime {
    background: #8BC34A;
	height: 18px;

}

.footer-dark {
    background: #424242;
    padding: 10px 0;
}

footer p {
    margin: 0;
}

.reseaux-sociaux-btn {
    background: #8BC34A;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    line-height: 1.5;
    border-radius: 2rem;
    color: #fff;
    margin: 0 0.25rem;
}

.link-white {
    color: #ffffff;
}

.link-white:hover {
    color: #eeeeee;
}


/*------------------------------------*\
-------- RESPONSIVE
\*------------------------------------*/

@media (max-width: 576px) {
    header {
        text-align: center;
    }

    .btn-allopass{
        display:block;

    }
}

/*------------------------------------*\
-------- ANIMATION
\*------------------------------------*/

.btn-success{
    animation: pulseGreen 1.8s infinite;
}

.btn-primary{
    animation: pulseBlue 1.8s infinite;
}

.btn-danger{
    animation: pulseRed 1.8s infinite;
}


@keyframes pulseGreen {
    0% {
      box-shadow: 0 0 0 0 rgba(139, 195, 74, 0.4);
    }
    70% {
        box-shadow: 0 0 1px 4px rgba(139, 195, 74, 0.4);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(139, 195, 74, 0.4);
    }
  }

  @keyframes pulseBlue {
    0% {
      box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 1px 4px rgba(0, 123, 255, 0.4);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
    }
  }

  @keyframes pulseRed {
    0% {
      box-shadow: 0 0 0 0 rgba(244, 67, 54, 0.4);
    }
    70% {
        box-shadow: 0 0 1px 4px rgba(244, 67, 54, 0.4);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 67, 54, 0.4);
    }
  }
.reponse2 {
	max-width: 700px;
	margin: auto;
	padding: 15px 0;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.25em;
	font-weight: 600;
	color: #008996;
}
.li-garantie {
    list-style-image: url(../images/puce-garantie.png);
    text-indent: 0;
    padding-left: 15px;
}
.li-garantie li {
	padding-top: 8px;
	}

.box-oui {
	max-width: 650px;
	text-align: center;
	padding: 10px 0 25px 0;
	margin: 0 auto 15px auto;
	line-height: 1.2em;
	font-size: 0.9em;
}

.box-offre {
	background-color: #fef8f5;
    background-image: url(../images/petite-fleche.png);
    background-position: center top;
    padding-top: 25px;
    background-repeat: no-repeat;
	max-width: 550px;
	margin: auto;
	padding: 10px 0 0 0;
	line-height: 1.2em;
}
@media screen and (max-width: 550px) {
	.box-offre {
	max-width: 96%;
	margin: auto;
	padding: 2% 0;
}
}
.reponse {
	max-width: 700px;
	margin: auto;
	padding: 15px 0;
	font-size: 1.3em;
	text-align: center;
	line-height: 1.25em;
	font-weight: 600;
	color: #89c440;
}
/*CSS fORM*/

.checkcbpaypal {
	text-align: center;
	font-size: 1em;
		line-height: 1.2em;
	padding-top: 0;

}
.checkcbpaypal p {
	padding-bottom: 0;
}


/*#formulairebis {
	width: 410px;
	padding: 1% 20px 2% 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;

	}*/
#paiement_echelonne ul#choix ul {
	padding-left: 50px;
	list-style-type: disc;
	font-size: 0.9em;
}
@media screen and (max-width: 600px) {
#formulairebis {
	width:100%;
	padding:2% 0 0 0;
	margin:0;
	font-size: 1em;
}
}
#formulaire {
	width:410px;
	padding: 1% 0px 2% 0px;
	margin: 2% auto;	
	}
@media screen and (max-width: 600px) {
#formulaire {
	width:100%;
	padding:2% 0 2% 0;
	margin:0;
	font-size: 1em;
}
}

#liste-civilite li {
	width: 100%;
	display: inline;
	margin-top: 0%;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 0%;
	font-size: 1em;
}
@media screen and (max-width: 600px) {
	#liste-civilite li {
	width: 100%;
	display: block;
	float:none;
}
}



.asterisq {
	font-weight: bold;
	color: #9E9E9E;
	font-size: 0.9em;
}

#titre-form {
	color: #339;
	margin-left: 10%;
	font-size: 1.2em;
	text-align:left;
	margin-bottom:5%;
	margin-top:3%;
}
@media screen and (max-width: 600px) {
	#titre-form {
		text-align:center;
		margin-top:5%;
		}
		}
#txt-re-email {
	font-style: italic;
	color: #333;
	margin-top:2%;
	font-size:0.8em;
	margin-left:10%;
	text-align: center;
}
@media screen and (max-width: 600px) {
#txt-re-email {
	width: 60%;
	margin: auto;
	padding-top: 10px;
	}
}
@media screen and (max-width: 368px) {
#txt-re-email {
	width:80%;
	padding-top: 10px;
	margin: auto;

}
}
#champs-obli {
	text-align: right;
	font-size: 0.7em;
	color: #333;
	margin-top: 1%;
	margin-bottom: 1%;
}
#btn-valider {
	text-align: center;
}
#prenom, #prenom-input, #nom, #nom-input, #adresse, #adresse-input, #cp, #cp-input, #commune, #commune-input, #email1, #email1-input, #email2, #email2-input, #pays-input, #pays, #adresse2, #adresse2-input {
	float: left;
	margin-top:1%;
	font-size: 0.9em;
}
@media screen and (max-width: 600px) {
	#prenom, #prenom-input, #nom, #nom-input, #adresse, #adresse-input, #cp, #cp-input, #commune, #commune-input, #email1, #email1-input, #email2, #email2-input, #pays-input, #pays, #adresse2 , #adresse2-input {
	float: none;
}
}
#prenom, #nom, #adresse, #cp, #commune, #email1, #email2, #pays, #adresse2 {
	width:35%;
	text-align:left;
	margin-left:10%;
	
}
#paiement_echelonne ul#choix li {
	padding-top: 7px;
}
#paiement_echelonne ul#choix ul li {
	padding-top: 2px;
}
#paiement_echelonne {
	display: block;
	clear: both;
	margin-left:10%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.9em;
}

@media screen and (max-width: 600px) {
#prenom, #nom, #adresse, #cp, #commune, #email1, #email2, #pays, #adresse2 {
	width:60%;
	margin-right:20%;
	margin-left:20%;
}
	#paiement_echelonne {
		width:60%;
	margin-right:20%;
	margin-left:20%;
}
}
@media screen and (max-width: 368px) {
#prenom, #nom, #adresse, #cp, #commune, #email1, #email2, #pays, #adresse2 {
	width:80%;
	margin-right:10%;
	margin-left:10%;
}
	#paiement_echelonne {
	width:80%;
	margin-right:10%;
	margin-left:10%;
}
}
#prenom-input, #nom-input, #adresse-input, #cp-input, #commune-input, #email1-input, #email2-input, #pays-input, #adresse2-input {
	width:40%;
	text-align:left;
	
}

@media screen and (max-width: 600px) {
#prenom-input, #nom-input, #adresse-input, #cp-input, #commune-input, #email1-input, #email2-input, #pays-input, #adresse2-input {
	width:60%;
	margin-right:20%;
	margin-left:20%;	
}
}
@media screen and (max-width: 368px) {
#prenom-input, #nom-input, #adresse-input, #cp-input, #commune-input, #email1-input, #email2-input, #pays-input, #adresse2-input {
	width:80%;
	margin-right:10%;
	margin-left:10%;	
}
}
#calq-civilite {
	width:240px;
	text-align:left;
	margin-left:10%;
	
}

@media screen and (max-width: 600px) {
#calq-civilite {
	width:60%;
	margin-right:20%;
	margin-left:20%;	
}
}
@media screen and (max-width: 368px) {
#calq-civilite {
	width:80%;
	margin-right:10%;
	margin-left:10%;	
}
}
#prenom-input input, #nom-input input, #adresse-input input, #cp-input input, #commune-input input, #email1-input input, #email2-input input, #pays-input select, #adresse2-input input {
	width:100%;	
}
.clear {
	clear:both;
}

#mlle, #mme, #m {
	float: left;
	width: 70px;
	text-align:left;
	margin-bottom: 5px;	
	font-size: 0.9em;
}
@media screen and (max-width: 368px) {
#mlle, #mme, #m {
	float: none;
	}
	}
#adresse-input input, #adresse2-input input {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#cb {
	font-weight: bold;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#visa {
	color: #666;
	padding-left: 21px;
	width:86.3%;
	margin-left:auto;
	margin-right:auto;
}




.cgv {
	font-size: 0.9em;
	text-align: left;
	padding-left: 60px;
	text-indent: -20px;
	line-height: 1.2em;
	padding-top: 15px;
	padding-bottom: 8px;
}

.validation {
	max-width: 550px;
	margin: auto;
	padding: 25px;
	text-align: left;
	font-size: 0.9em;
	
}
.validation-2 {
	max-width: 550px;
	margin: auto;
	padding: 40px 10px 10px;
	text-align: left;
	font-size: 1em;
}
.validation-2 p {
	font-size:1em;
	margin-top:10px;
	text-align: left;
	line-height: 1.3em;
	text-indent: 15px;
}
.center {
	text-align: center!important;
}
.plus-plus-grand {
	font-size: 1.8em!important;
}
.validation p {
	text-indent: 15px;
	padding: 4px 0;
}

.right {
	text-align: right !important;
	text-indent: 0;
}

.ps {
text-indent: -32px !important;	
	padding-left: 50px !important;
}

.blk {
	font-weight: 700;
}

.img-retour {
	float: right;
}
@media (max-width: 720px) {
	.img-retour {
	float: none;
		display: block;
		margin: auto;
		width: 100%;
}
}

.rouge {
	color: #c11e30;
}

.attention {
	background-color: #f9e4e7;
	padding: 5px;
}
.plus-de-details {
	max-width: 600px;
	color: #676767;
	font-size: 0.7em;
	text-align: center;
	margin: auto;
	padding-bottom: 5px;
	padding-top: 0;
}
.plus-grand {
	font-size: 1.2em!important;
}

.vert {
	color: #1b338d;
}


/*POPUP*/


h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.legende {
    margin-top: 5px;
    margin-bottom: 5px;
}
#modalCheck {
    display: none;
}
.modalLayer {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
#modalCheck:checked + .modalLayer, #modalContent:target {
    display: none;
}
.popup_block {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    position: relative;
    margin: 10% auto;
	max-width: 500px;
    box-shadow: 0px 0px 20px #000;
    border-radius: 2px;
	width: 80%;
}
img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
    cursor: pointer;
}
.button {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}
