/*------------------- COLORS ------------------*/
.grey {color: #444444;}
.grey-med {color: #999999;}
.grey-lt {color: #bababa;}
.blue_marine {color: #4070a3;}
.blue{color:#183b64;}
.MSblack {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-style: normal;
}
.MSitalic {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: italic;
}
.MSblackIt {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-style: italic !important;
}
.MSbold {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
}


.MSboldIt {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: italic;
}
.white {color: #fffbfb;}
.cyan{color:#e2a9c3;}
.orange{color:#ffa92a;}
.brdx{color:#bf1363;}

.gradient-orange {
    background: rgb(190, 114, 142);
    background: -moz-linear-gradient(45deg, rgba(190, 114, 142, 1) 0%, rgba(244, 166, 5, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(190, 114, 142, 1) 0%, rgba(244, 166, 5, 1) 100%);
    background: linear-gradient(45deg, rgba(190, 114, 142, 1) 0%, rgba(244, 166, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be728e', endColorstr='#f4a605', GradientType=1);
}

.BGcyan {
    background-color: #d42a2a;
}

/*------------------- COUNTDOWN ------------------*/
:root {
  --smaller: .75;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
  font-size: 0.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  background-color:#d21721;
  color:#fff;
  border-radius: 5px;
}

li span {
  display: block;
  font-size: 1.5rem;
}

.emoji {
  display: none;
  padding: 1rem;
}



@media all and (max-width: 768px) {
  
  li {
    font-size: calc(0.7rem * var(--smaller));
  }
  
  li span {
    font-size: calc(1.5rem * var(--smaller));
  }
}


/*------------------- TEXTE ------------------*/
h1 {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: white;
    font-size: 26px;
    line-height: 60px;
}

h2 {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fffbfb;
    font-size: 23px;
    
}



h3 {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #006d9b;
    font-size: 18px;
    margin-bottom: 0px;
    padding-bottom: .75rem;
}

h4 {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #fffbfb;
    font-size: 22px;
    text-transform: uppercase;
}

h5 {
    display: inline-block;
}

h6  {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #434343;
    font-size: 30px;
   
}


body {
   
    position: relative;
    background-color: #efefef;
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #434343;
    font-size: 18px;
    line-height: 26px;
    overflow-x: hidden;
    width: auto;
}


#bouton{width:90%;height:50px;border-bottom: 3px solid #69a132; padding: 5px 5px 5px 5px;background-color: #78ba37;}
#bouton:hover {border: 1px solid #b8b8b8;padding: 5px 5px 5px 5px;background-color: #69a132;opacity: 1;
    transition: all 0.3s ease;}
#bouton:focus {border: 1px solid grey;padding: 5px 5px 5px 5px;background-color: #006d9b;}


.lineHeight1 {
    line-height: 1rem;
}

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


.bloc-coche{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    margin-bottom:10px;
}
.coche{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    

}

.move {  padding-top: 50px;  }



#edito1 {
    padding-top: 0px;
    padding-bottom: 100px;
}

a {
    
    color: #e2a9c3;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #0898d3;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a.hyperlien {
    text-decoration: underline;
}

a.hyperlien:hover {
    text-decoration: underline;
}

a.cta {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fffbfb;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #4070a3;
    padding: 1rem;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a:hover.cta {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #d21721;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #999999;
    padding: 1rem;
    border-radius: .35rem;
    text-decoration: none;
}

.algtop {position: relative; padding-top: 30px;}


 }

.cta {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px 20px;
    margin:0 auto;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 40px;
    transition: all .15s ease-in-out;
    color: #fffbfb;
    border:none;
    background-color: #0053a1;
}



#cta {
    color: #78ba37; !important;
    cursor:pointer;
    height: 70px;
    border-radius:15px;
    background-color: #006d9b;
}

#cta:disabled {
    color: #fff !important;
    cursor:pointer;
    background-color: grey;
    cursor: not-allowed;
}

#cta:hover {
    color: #fff !important;
    
}

.shadow {
    box-shadow: 0 1rem 5rem rgba(0, 0, 0, .3) !important;
}

.borderB {
    padding-bottom: 15px;
    border-bottom: 1px solid #fffbfb;
}

/*------------------- HEADER ------------------*/
header {
    
    background: #183b64 url(../img/BG_header.jpg) no-repeat 20% center;
    //background-color:#183b64;
    background-size: cover;
    position: relative;
    height: 100%; 
    padding-top: 60px; 
    padding-bottom: 60px;
}

header nav,
header .container {
    position: relative;
    z-index: 10;
}

.header_2 {
    
    background: #183b64 url(../img/BG_header_2.jpg) no-repeat 20% center;
    //background-color:#183b64;
    background-size: cover;
    position: relative;
    height: 100%; 
    padding-top: 60px; 
    padding-bottom: 60px;
}

.header_2 nav,
.header_2 .container {
    position: relative;
    z-index: 10;
}

.error {
    height: 100vh;
   background-color:#4070a3;
    background-size: cover;
    position: relative;
}

.error nav,
.error .container {
    position: relative;
    z-index: 10;
}




.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav-item a {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fffbfb;
    font-size: 14px;
    text-transform: uppercase;

}

.nav-item a:hover {
    color: #00a6ea;
}


.text {
    display: block;
    margin: 20px;
    margin-left: -30px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}



/*------------------- EDITO ------------------*/
#edito ul {
    padding-left: 0;
}

#edito li {
    list-style-type: none;
    background-image: url(../img/puceCheck.svg);
    background-repeat: no-repeat;
    background-position: 0 0.32em;
    background-size: 20px;
    padding-left: 15px;
   
}

.fleche {
    background-image: url(../img/puceArrow.svg);
    background-repeat: no-repeat;
    background-position: 0 0.15em;
    background-size: 30px;
    padding-left: 30px;
    
}

.fleche1 {
    background-image: url(../img/puceArrow1.svg);
    background-repeat: no-repeat;
    background-position: 0 0.15em;
    background-size: 20px;
    padding-left: 30px;
    
}

.fleche2 {
    background-image: url(../img/puceArrow2.svg);
    background-repeat: no-repeat;
    background-position: 0 0.15em;
   background-size: 20px;
    padding-left: 30px;
    
}

.fleche3 {
    background-image: url(../img/puceArrow3.svg);
    background-repeat: no-repeat;
    background-position: 0 0.15em;
    background-size: 20px;
    padding-left: 30px;
    
}







/*------------------- QUOTE  ------------------*/

#quote {
    background-color: #183b64;
}

hr {
    width: 15px;
    border: 1px solid #fffbfb;
    background-color: #fffbfb;
}


/*------------------- FORMULAIRE ------------------*/
#form {background-color: #fff;border: 3px solid #00a7cf;  }



.form-control {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: .35rem;
    border: 1px solid #dddddd;
    height: 42px;
}

.form-group {
    margin: 0;
    padding: 0;
}

.mentions {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #c9c9c9;
}

.form-row > .col,
.form-row > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.form-check {
    margin-left: 1.25rem;
}

.form-title {
	font-size:18px;
	color:#006d9b;
	display: block;
}

.steps {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}

.btn-choix {
    
	margin:3px;
	border:0;
	padding:0;
	background-color: transparent;
	cursor: pointer;
}

.btn-choix:focus, .btn-choix:active {
	outline:none;
}

.btn-choix img {
	height: 60px;
	width: 60px;
}

.btn-choix span {
	font-family: Lato, sans-serif;
    font-weight: 700;
	color:#fff !important;
	font-size:100%;
	display: block;
}

.btn-choix div {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	margin-left:auto;
	margin-right:auto;
	border:none;
	width:120px;
	height:120px;
	margin-bottom:10px;
}

.btn-choix:hover div,.choisi div {	
	background-color: RED;
}

.btn-choix:hover img, .choisi img {
	
}

.btn-step {
	font-family: Lato, sans-serif;
    font-weight: 400;
	color:#fff !important;
	font-size:90%;
	background-color:#006d9b;
	width: 200px;
    margin-left: auto;
    margin-right: auto;
   display: flex;
  justify-content: center;
	padding-top:10px;
	padding-bottom:8px;
	margin-top:20px;
    text-decoration:none;
}

.btn-step:focus, .btn-step:active {
	outline:none;
}

.btn-step:hover {
	background-color:#93b0bc;
	color:#fff !important;
   	text-decoration:none;
}

.btn-step:disabled {
	background-color:#999;
	color:#fff !important;
}

.cta:disabled {
	background-color:#c3c3c3;
	color:#fff !important;
    height: 70px;
    border-radius: 5px;
}



.btn-retour {
	border:0;
	background-color: transparent;
	font-family: Lato, sans-serif;
   	font-weight: 400;
	color:#ccc !important;
	font-size:80%;
	cursor: pointer;
}

.btn-retour:focus, .btn-retour:active {
	outline:none;
}

.fv-help-block {
	line-height: 1.2em !important;	
}


/*------------------- FOOTER ------------------*/
footer {
    background-color: #efefef;
}

footer .logo {
    width: 160px;
}

footer p,
footer a {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
}

.topFooter {
    padding-top: 80px;
    padding-bottom: 80px;
}

.RS a {
    width: 40px;
    height: 40px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .15s ease-in-out;

}

.RS a:hover {
    background-color: #7b7b7b;
    display: inline-block;
}

.RS i {
    color: #333333;
}

.subFooter {
    background-color: #222931;
    height: 230px;
}
.subFooter1 {
    background-color: white;
    text-align: center;
    
}

.copyright {
    font-size: 12px;
    color: #999999;
}

/*------------------- HELPER ------------------*/

.cursor-default {
    cursor: default !important;
}

/*------------------- MOBILE ------------------*/
@media (max-width: 575.98px) {
    
    h1 {
       
        line-height: 40px;
    }

    h3 {
        font-size: 35px;
        text-transform: uppercase;
       
        margin-bottom: 30px;
        padding-bottom: .75rem;
    }

    .container-arrow {
        display: none;
    }

    .date {
        font-size: 22px;
        margin-top: 50px;
    }

    
    }


    .container {
        padding-left: 20px;
        padding-right: 20px;

    }

  

    #edito img {
        width: 100%;
    }

    .bg-mobile-dark {
        background-color: #343a40;
    }

}

#logo {padding-top: 20px;}
@media (max-width: 900px) {
    
    #logo {padding-top: 20px;padding-left: 15px;}
    
    .partie {padding-top: 30px;padding-bottom: 30px;border: 1px solid #d9d9d9;}

    .flip-nav-logo {
        background: url("../img/logo_w.svg") no-repeat !important;
    }
    
    header {
        background-color: #006d9b;
        background-image: none;
        position: relative;
        height: 100%; 
        padding-top: 0px; 
       padding-bottom: 60px;
}

.header_2 {
        background-color: #006d9b;
        background-image: none;
        position: relative;
        height: 100%; 
        padding-top: 0px; 
       padding-bottom: 60px;
}
        
    }

    .form {
        background-color: #498ac8;
        margin: 0;
        padding: 10px;
    }

    .form-group {
        padding: 0;
        margin: 0;
    }


@media (max-width: 502px) {

.subcta {width: 100px; }

}
#sous_titre {font-size: 21px;color: #fff;}
#bloc_france { width: 60%;padding-top: 25px; }
#titre_principal { color: #fff; font-size: 31px; font-weight: 700;line-height: 40px;}
#picto_pret {width: 120px;position:relative;left:150px;border: 5px solid #fff;border-radius: 15px;  }
#logo_france {width: 120px;position:relative;left:0px;  }
#picto_pret:hover {width: 120px;position:relative;left:150px;border: 5px solid #78ba37;border-radius: 15px;  }
#picto_pret_3 {width: 120px;position:relative;left:150px; }
#picto_pret_2 {width: 120px;position:relative;right:150px;border: 5px solid #fff;border-radius: 15px; }
#logo_france_text {width: 120px;position:relative;right:50px; }
#picto_pret_2:hover {width: 120px;position:relative;right:150px;border: 5px solid #78ba37;border-radius: 15px; }
#picto_pret_4 {width: 120px;position:relative;right:150px; }
#pac{color: #333333; font-size: 18px; line-height: 17px; font-weight: 300; padding-top: 20px; width: 80%;}
#header_title_3 { position: relative;top: 40px;color: #006d9b;font-weight: 400;font-size: 21px;}
#header_title_4 { position: relative;top: 40px;color: #fff;font-weight: 400;font-size: 21px;}
#countdown { position: relative;top: 10px;}

@media (max-width: 769px)  { #countdown { padding-top:20px;}#image_logo{padding-bottom: 60px;}
#pac{text-align: center;}}


@media (max-width: 1595px) {
#header_title_3 { position: relative;top: 30px;font-size: 16px;}
}

@media (max-width: 992px) {
    #sous_titre {font-size: 21px;color: #fff;top: 50px;position: relative;}
    #section {padding-left: 5px;}
    #logo {display: none;}
    #bloc_france { width: 100%; }
    #picto_pret {width: 100px;position:relative;left:0px;;border: 5px solid #fff;border-radius: 15px;}
    #logo_france {width: 100px;position:relative;left:0px;}
    #picto_pret:hover {width: 100px;position:relative;left:0px;;border: 5px solid #78ba37;border-radius: 15px;}
    #picto_pret_3 {width: 100px;position:relative;left:0px;}
    #picto_pret_2 {width: 100px;position:relative;right:0px;border: 5px solid #fff;border-radius: 15px; }
    #logo_france_text {width: 100px;position:relative;right:0px;}
    #picto_pret_2:hover {width: 100px;position:relative;right:0px;border: 5px solid #78ba37;border-radius: 15px; }
    #picto_pret_4 {width: 100px;position:relative;right:0px;}
    #titre_principal { color: #fff; font-size: 21px; font-weight: 700;line-height: 20px;position: relative;top: 40px;}
}


@media (min-width: 992px) {
    
    
   
    .flip-nav {
        background-color: #fffbfb;
        border-bottom: 1px solid #dcdcdc;
        box-shadow: 0px -10px 20px 0px #183b64;
        
    }

    .flip-nav-a {
        color: #444444 !important;
    }

    .flip-nav-a:hover {
        color: #00a6ea !important;
    }
}

@media (min-width: 1199.98px) and (max-width: 1439.98px) {
 
    h2 {
        font-size: 25px;
    }

    .date {
        font-size: 22px;
        margin-top: 38px;
    }
}


/*-----------------------PROGRESS BAR ---------------------------*/

.meter {
    box-sizing: content-box;
    height: 10px;
    position: relative;
    margin: 10px 20px;
    background: #555;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    }
    .meter > span {
    display: block;
    height: 100%;
    background-color: #00a7cf;
    position: relative;
    overflow: hidden;
    }

    .meter > span:after,
    .animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    overflow: hidden;
    }

    .animate > span:after {
    display: none;
    }

    @keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }

    }