/* 


                                 _ _             
                                | (_)            
   __ _ _ __ _ __ ___   __ _  __| |_ _   _  ___  
  / _` | '__| '_ ` _ \ / _` |/ _` | | | | |/ _ \ 
 | (_| | |  | | | | | | (_| | (_| | | |_| | (_) |
  \__,_|_|  |_| |_| |_|\__,_|\__,_|_|\__, |\___/ 
                                      __/ |      
                                     |___/       

(c) armadiyo.com - fevrier 2021
*/


/* --------------------------------------------------------------------------------------------------- */
/* Reset                                                                                              */
/* --------------------------------------------------------------------------------------------------- */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

/* --------------------------------------------------------------------------------------------------- */
* { 
  padding:0;
  margin:0;
  font-family: 'TTNormsPro-Rg',sans-serif;
  -webkit-font-smoothing: antialiased;
} 
html {
  font-size: 62.5%;
} 
   
html, body {
    height: 100%;
    overflow: auto;
    position: relative;
}

.background-corner{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform : translateX(-50%);
    top: 0px;
    background:url('./images/background-corner.png') left bottom no-repeat;
    background-size: auto !important; 
    min-height: 100%;
    max-width: 1200px;

    /*background: #94877f;*/
}

.background-corner2{
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 1200px;
   left: 50%;
    transform : translateX(-50%);
    top: 0px;
    background:url('./images/background-corner-bleu.png') right top no-repeat;
    background-size: auto !important; 
    min-height: 100%;
    /*background: #94877f;*/
}

p{
  font-size: 1.6rem;
  line-height: 1.8rem;
}
a {
    color: #f3a712;
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: thin dotted;
}
a:link,
a:visited,
a:hover,
a:active {
    outline: none
}
a:active,
a:hover {
    color: #686963;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    margin: 0px;
}
h1 {
    font-size: 36px;
    color: #201a41;
}
h2 {
    font-size: 20px;
    color: #201a41;
    background-color: #fdc800;
    padding: 10px 20px;
    display: inline-block;
}
h3{
    width: 75%;
    font-size: 20px;
    color: #201a41;
    font-weight: 600;   
}
h3 span{
    color: #c8a065;
}
h3 a{
    text-decoration: underline;
    color: #c8a065;
}
h4{
    font-size: 22px;
    line-height: 26px;
    color: #686963;
    margin-top: 10px;
    margin-bottom: 10px;
}
.medium32{
  font-size: 32px;
  line-height: 32px;
}
b,
strong {
    font-weight: 700;
}
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clear{clear:both;}

.floatLeft{float:left;}
.floatRight{float:right;}
.tac{text-align:center;}
.tal{text-align:left;}
.tar{text-align:right;}
.taj{text-align:justify;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.h100{height: 100%;}
.invisible{display: none;}
#page{
  width: 100%;
  max-width: 1000px;
  vertical-align: top;  
  margin:40px auto;
  position: relative;  
  border: 1px solid #b29c8d;
}
.dbonly{display: none;}
.obligatoire{
  color: #db2532;
  font-weight: bold;
  font-size: 14px;
  vertical-align: top;
}
/* --------------------------------------------------------------------------------------------------- */
/* FORMULAIRES                                                                                              */
/* --------------------------------------------------------------------------------------------------- */
::placeholder{
  color: #201a41;
  font-style: italic;
}
  
input{
    font-size: 1.6rem;
    line-height: 2rem;
    color: #201a41;
    padding: 10px 10px;
    text-align:left;
    width: 60%;
    border: 1px solid #b29c8d;
}
input::placeholder{
    font-size: 1.6rem;
    line-height: 2rem;
}

input[type=checkbox]{
    width: auto;
}
.input-doublesize{
    width: 800px;
}
textarea{
    font-size: 1.6rem;
    line-height: 2rem;
    color: #201a41;
    padding: 10px 20px;
    text-align:left;
    width: 70%;
    min-height: 140px;
    border: 1px solid #b29c8d;
}

input:focus,
textarea:focus{
    outline: none;
}
input[type=checkbox]:focus{
    outline: unset;
}

.suggestionList ul{
    list-style: none;
    display: inline-block;
    margin: 20px auto 0px auto;
}

.suggestionList ul li{
    margin: 10px 10px ;
    min-width: 190px;
    width: 31%;
    height: 55px;
    line-height: 55px;
    list-style-type: none;
    color:#fff;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    position: relative;
    float: left;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(171,180,180,1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(171,180,180,1);
    box-shadow: 4px 4px 0px 0px rgba(171,180,180,1);
    -webkit-transition:-webkit-all 100ms;
    transition:all 100ms;
    background-color: #201a41;
}
.suggestionList li:hover{
    -webkit-transform:scale(.9);
    transform:scale(.9); 
}


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

/* Header */
header .grid-container .grid-50{
    height: 200px;
    position: relative;
}
.header-logo{
  max-width: 256px;
  position:absolute;
  right: 10px;
  top: 50%;
  transform:translateY(-50%);
}
.header-logo img{
  padding-bottom: 0px;
}
.header-intitule{
  position:absolute;
  max-width: 300px;
  left: 10px;
  top: 50%;
  transform:translateY(-50%);
  padding-left: 0.8rem;
  border-left: 0.25rem solid #b29c8d;
}
.header-intitule1{
  color: #201a41;
  font-size: 2rem;
  line-height: 3rem;
}
.header-intitule2{
  font-family: 'TTNormsPro-Rg',sans-serif;
  color: #201a41;
  font-size: 3rem;
  line-height: 3rem;
}

/* --------------------------------------------------------------------------------------------------- */
/* FOOTER                                                                                              */
/* --------------------------------------------------------------------------------------------------- */
footer{
    z-index: 1;
    width: 100%;
    /*position: absolute;
    bottom: 0px;*/
    /*
    padding-top: 40px;
    */
    padding-bottom: 40px;

    background-color: #fff;
}
.footer-main{
    width: 100%;
    position: relative;
    max-width: 1000px;
    margin: 0px auto 0px auto;
    padding:0px;
    background-color: #fdc800;
    text-align: center;
}
.footer-main ul{
    list-style: none;
    display: inline-block;
    margin: auto;
}
.footer-main ul li{
    float: left;
    margin:0px 0px 0px 10px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}
.footer-main ul li img{
    display: inline-flex;
    vertical-align: middle;
}
.footer-main a{
    color: #201a41;
}
.footer-main a:hover{
    color: #201a41;
}
/* --------------------------------------------------------------------------------------------------- */
/* popover                                                                                              */
/* --------------------------------------------------------------------------------------------------- */
.popover{
    width: 350px;
    padding: 15px;
    background-color: #f9eddf;
    border-radius: 15px;
     box-shadow: -3px 3px 0px 3px rgba(198, 198, 198, 0.95);
    -moz-box-shadow: -3px 3px 0px 3px rgba(198, 198, 198, 0.95);
    -webkit-box-shadow: -3px 3px 0px 3px rgba(198, 198, 198, 0.95);
    -webkit-transition:-webkit-transform 100ms;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    font-size: 14px;
    color: #413423;  
    display: none;
    z-index: 1000;  
}
.popover:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-bottom: 10px solid #f9eddf;
    border-right: 8px solid transparent;
    border-top: 0px;
    border-left: 8px solid transparent;
    position: absolute;
    display: block;
    top: -10px;
    left: 20px;
}
.popover h2{
    font-size: 18px;
    color: #413423; 
    margin-bottom: 10px;
}
.popover p{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #413423; 
}

/* --------------------------------------------------------------------------------------------------- */
/* INTERIEUR                                                                                           */
/* --------------------------------------------------------------------------------------------------- */

/* Questionnaire post-debat */
.container{
  max-width: 76.8rem;
  position: relative;  
  width: 100%;
  max-width: 1000px;
  /*max-width: 76.8rem;*/
  min-height: 700px;
  margin: 40px auto 40px auto;
  background: #fff; 
}
.interieur{
    padding: 40px 0;
    z-index: 5;
    max-width: 1000px;
    margin: 0px auto 0px auto;
    position: relative;
    text-align: center;
    background: #fff;
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #201a41;
}
.interieur p{
  width: 70%;
  margin: 10px auto 20px auto;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.erreur,.erreur2{
    font-size: 16px;
    color: #db2532;
}
.legende{
    font-size: 14px;
    opacity: 0.8;
    font-style: italic;
}
.bouton{
    background: #9a897d;
    width: 340px;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding: 15px 15px;
    margin: 20px auto;
    /*
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    */
    text-align: left;
    transition:all 0.2s ease-in;
    cursor: pointer;
}
.bouton-home{
    width: 260px;
    background: #201a41;
    display: inline-block;    
}
.bouton:hover{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);    
}
.bouton img,
.bouton p{
    float: left;
}
.bouton p{
    margin: 15px 0px 0px 20px;
}

/* --------------------------------------------------------------------------------------------------- */
/* Page Accueil                                                                                        */
/* --------------------------------------------------------------------------------------------------- */
.choix-questionnaire{
    list-style: none;
    list-style-type: none;
    display: inline-block;
    margin-top: 20px;
}
.choix-questionnaire li{
    float: left;
    margin: 0px 35px 20px 35px;
}
.choix-questionnaire li:nth-child(0n+1) .bouton{
    background-color: #0b52a2;
    width: 260px;
    height: 90px;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding: 4% 4%;
}
.choix-questionnaire li:nth-child(0n+2) .bouton{
    background-color: #97864b;
    width: 390px;
    height: 110px;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding: 4% 4%;
}
.choix-questionnaire li .bouton img{
    float: left;
}
.choix-questionnaire li .bouton p{
    margin-left: 15px;
    margin-top: 15px;
    float: left;
}
.choix-questionnaire li .bouton p:after{
    clear:both;
}

/* --------------------------------------------------------------------------------------------------- */
/* Barre de progression  & nvaigation                                                                  */
/* --------------------------------------------------------------------------------------------------- */
.bloc-nav-prog{
    width: 70%;
    margin: 70px auto 20px auto;
    display: inline-block;
}
.barre-progression{
    /*
    position: absolute;
    right: 60px;
    bottom: 10px;
    */
    width: 225px;
    height: 12px;
    background-color: #dedede;
    /*
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    */
    margin: 15px auto 0px auto;
    display: inline-block;
}

.barre-progression-etat{
    position: relative;
    width: 0;
    height: 12px;
    background-color: #66b6e5;
    /*
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    */
}
.barre-progression-valeur{
    position: absolute;
    top: -7px;
    left: -35px;
    color: #66b6e5;
    font-size: 14px;
    text-align: right;
}   

.navigation{
    display: inline-block;
    /*margin: 20px auto 0px auto;*/
    /*position: absolute;
    left: 60px;
    bottom: 30px;*/
}
.navigation ul{
    list-style: none;
}
.navigation ul li{
    float: left;
    margin: 0px 20px 0px 0px;
    height: 60px;
    /*border: 1px solid #dedede;*/
}
.navigation ul li div{
    width: 120px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #201a41;
    /*
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px; 
    */
    font-size: 16px;
    color: #201a41;
    text-align: center;
}
.navigation ul li:nth-child(1) div{
    border: 1px solid #201a41;
    transition:all 100ms;
}
.navigation ul li:nth-child(1):hover > div{
    background-color: #201a41;
    color: #fff;
}
.navigation ul li:nth-child(2) div{
    border: 1px solid #201a41;
    /*border: 1px solid #0f70b7;*/
    transition:all 100ms;
}
.navigation ul li:nth-child(2):hover > div{
    color: #ffffff;
    /*background-color: #0f70b7;*/
    background-color: #201a41;
    color: #fff;
}

    /*
.navigation ul li:nth-child(1){
    background:url("../../images/navigation-fleche-gauche-norm.png") no-repeat;
    background-position: 15px 50%;
    -webkit-transition:-webkit-all 100ms;
    transition:all 100ms;
    text-align: right;
    padding-right: 20px;
}
.navigation ul li:nth-child(1):hover{
    background:url("../../images/navigation-fleche-gauche-surv.png") no-repeat;
    background-position: 5px 50%;
}
.navigation ul li:nth-child(2){
    background:url("../../images/navigation-fleche-droite-norm.png") no-repeat;
    background-position: 102px 50%;
    -webkit-transition:-webkit-all 100ms;
    transition:all 100ms;
    text-align: left;
    padding-left: 20px;
}
.navigation ul li:nth-child(2):hover{
    background:url("../../images/navigation-fleche-droite-surv.png") no-repeat;
    background-position: 112px 50%;
}
    */


.inactif{
    opacity: 0.5;
}
.inactif:hover{
    background:url("../../images/navigation-fleche-droite-norm.png") no-repeat !important;
    background-position: 102px 50% !important;
}
.btn{
    margin: 0px auto;
    width: 400px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    /*
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px; 
    */
    font-size: 14px;
    color: #201a41;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    
    background-color: #005e9a;
    border: 1px solid #005e9a; 
}
.btn:hover{
    background-color: #005e9a;
    color: #fff;
}
.btn-fin{
    float: left;
    width:47%;
    margin:0 10px;
}
.btn-fin p{
    line-height: 16px;
    margin-top: 12px;
}
.btn-fin:nth-child(even){
    float: right;
}
.btn-fin:nth-child(odd){
    float: left;
}
.btn-fin:hover{
    background-color: #0f70b7;
    color: #fff;
}

/* --------------------------------------------------------------------------------------------------- */
/* Page Titrage                                                                                       */
/* --------------------------------------------------------------------------------------------------- */
.section {
    min-height: 300px;
    position: relative;
    text-align: center;
}
.section .bloc-titrage {
    position: absolute;
    width: 60%;
    top: 50%;left: 50%;
    transform:translateY(-50%) translateX(-50%);
}
.section .picto{
}
.section h2 {
  font-family: 'TTNormsPro-Reg',sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #201a41;
  background-color: transparent;
  display: inline-block;
  margin: 0px auto 0px auto;
  padding:0;
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
}
.section h2 strong{
  font-family: 'TTNormsPro-XBd',sans-serif;
  font-size: 42px;    
}
/* --------------------------------------------------------------------------------------------------- */
/* Page Question                                                                                       */
/* --------------------------------------------------------------------------------------------------- */
.titre-thematique{
    list-style-type: none;
    display: inline-block;
    margin: auto;
    border-radius:8px;
    background-color: #686963;
}
.titre-thematique li{
    /*height: 45px;*/
    line-height: 30px;
    float: left;
    position:relative;
    text-transform: uppercase;
    padding: 10px 20px;
}

.home .titre-thematique{
    padding: 0px;
}
.home .titre-thematique li{
    height: auto;
    line-height: 1.2;   
}
.titre-thematique li h2{
    font-family: 'TTNormsPro-Reg',sans-serif;
    text-transform: initial;
}
.titre-thematique li img{
    vertical-align: top;
    padding-left: 1px;
}
.texte-home{
     width:60%;margin: 0px auto 20px auto;text-align:left;
}
.texte-home a{
    color:#201a41;   
    text-decoration: underline;
}
.texte-home ul{
    width:60%;margin: 0px auto 40px auto;text-align:left;color:#201a41;
}
.texte-home ul li{
    text-align:left;color:#201a41;margin:0;padding:0;
}

/*
.titre-thematique li:nth-child(0n+1){
    padding: 0px 0px 0px 0px;
}
*/
/*.titre-thematique li:nth-child(0n+2):before{
    content:'';
    display: inline-block;
    width: 2px;
    height: 35px;
    background-color: #ffffff;
    position:absolute;
    top:5px;
    left:0px;
}
*/
.titre-thematique li:nth-child(0n+2){
    padding: 0px 15px 0px 15px;
}

.question{
    /*margin: 40px auto 40px auto;*/
    margin: 0px auto 40px auto;
    width: 80%;
    text-align: center;
    color: #201a41;
    overflow: hidden;
}
.question p{
    width: 80%;
    margin: 0px auto 0px auto;
}
.question h2 {
    font-family: 'TTNormsPro-XBd',sans-serif;
    width: 100%;
    font-size: 32px;
    line-height: 32px;
    color: #201a41;
    background-color: transparent;
    display: inline-block;
    margin: 0px auto 20px auto;
    padding:0;
    position: relative;
}
.question h2:before{
    content: "";
    border-bottom: 0.4rem solid #dc390f;
    display: inline-block;
    height: 1px;
    position: absolute;
    vertical-align: bottom;
    width: 200px;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
/*
.question .theme1:before{
    content:'';
    background: url('./images/picto-question1.png') no-repeat left center;
    width: 42px;
    height: 42px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 2px;
}
*/
.question h3{
  width: auto;
  display: inline-block;
  /*margin: 20px auto 10px auto;
  font-size: 20px;*/
  margin: 70px auto 10px auto;
  font-size: 24px;
  line-height: 28px;
  color: #201a41;
  font-weight: 500;
  padding:0;
}
.question h3:before,
.question h3:after {
  border-bottom: 2px solid #201a41;
}
/*
.question h3:before,
.question h3:after {
    border-bottom: 2px #3378a1 solid;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.question h3:before {
    right: 0.5em;
    margin-left: -50%;
}
.question h3:after {
    left: 0.5em;
    margin-right: -50%;
}
*/
.reponse{
    width: 70%;
    margin: 20px auto 0px auto;
    text-align: center;
    position: relative;
    z-index: 500;
}

/* Réponse : type choix sexe */
.choix_sexe{
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin:auto;
}
.choix_sexe li{
    margin: 0px 8px;
    width: 130px;
    height: 160px;
    list-style-type: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    float: left;
    -webkit-transition:-webkit-all 0.1s;
    transition:all ease 0.1s;
}
.choix_sexe li:hover{
    -webkit-transform:scale(.9);
    transform:scale(.9); 
}


/* Réponse : type choix unique */
.liste-choix-unique {
  width: 75%;
}
.liste-choix-unique .sous-question{
  float: left;
  width: 45%;
  text-align: left;
  display: inline-block;
}
.liste-choix-unique .choix_unique{
  float: right;
  margin-top: 15px;  
  width: auto;
  display: inline-block;
}
.liste-choix-unique .choix_unique li{
  height: 35px;
  line-height: 35px;
  width: 105px;
}
.liste-choix-unique .choix_unique li p{
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: center;
}
.choix_unique{
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin:0px auto 20px auto;
    background: transparent !important;

    /*height: 80px;*/
}
.choix_unique .choix_little{
    font-size: 14px !important;
}
.choix_unique .choix_big{
    height: auto;
    padding: 10px;
    min-height: 45px;
}
.choix_unique .choix_big p{
    font-size: 14px !important;
    line-height: 16px;
    vertical-align: middle;
}
.choix_unique li{
    margin: 0px 8px;
    width: 200px;
    height: 55px;
    line-height: 55px;
    list-style-type: none;
    color:#fff;
    cursor: pointer;
    text-align: center;
    position: relative;
    float: left;
    -webkit-transition:-webkit-all 100ms;
    transition:all 100ms;  
    background-color: transparent;
    border: 1px solid #b29c8d;
}
.choix_unique li p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin:0;
    width: 90%;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #000;
}

.choix_unique li:hover{
    /*-webkit-box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1);
    -moz-box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1);
    box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1);*/
    -webkit-transform:scale(.9);
    transform:scale(.9); 
}
.choix_unique_clic{
    /*
    -webkit-box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1) !important;
    -moz-box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1) !important;
    box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1) !important;
    */
    background: #201a41 !important;
    border: 1px solid #201a41 !important;
    -webkit-transform:scale(1) !important;
    transform:scale(1) !important;
}
.choix_unique_clic p{
  color: #fff !important;
}
.choix_unique li .deuxlignes{
    line-height:20px !important;
    margin-top:8px;
}
/*
.choix_unique li:nth-child(0n+5){
    background-color: rgba(220,111,72,0.6);
}
.choix_unique li:nth-child(0n+4){
    background-color: rgba(220,111,72,0.8);
}
.choix_unique li:nth-child(0n+3){
    background-color: rgba(220,111,72,1);
}
.choix_unique li:nth-child(0n+2){
    background-color: rgba(220,111,72,0.8);
}
.choix_unique li:nth-child(0n+1){
    background-color: rgba(220,111,72,0.6);
}
*/

/* Réponse : type choix étoile */
.liste-choix-etoile {
  width: 70%;
}
.liste-choix-etoile .sous-question{
  float: left;
  width: 70%;
  text-align: left;
  display: inline-block;
}
.liste-choix-etoile .choix_etoile{
  float: right;
  width: auto;
  display: inline-block;
}



.choix_etoile{
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin:0px auto 20px auto;
    background: transparent !important;
}
.choix_etoile li{
    margin: 0px 5px;
    list-style-type: none;
    text-align: center;
    position: relative;
    float: left;
    -webkit-transition:-webkit-all 50ms;
    transition:all 50ms;  
    background-color: transparent;
    color: #201a41;
    cursor: pointer;
    font-size: 26px;
}
.liste-choix-etoile .choix_etoile_big{
  float: none;
}
.choix_etoile_big li{
    /*font-size: 44px;*/
    font-size: 32px;
    margin: 0px 14px;
}
.choix_etoile li:hover{
    /*-webkit-box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1);
    -moz-box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1);
    box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1);*/
    -webkit-transform:scale(1.3);
    transform:scale(1.4); 
}
.choix_etoile_clic{
    /*
    -webkit-box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1) !important;
    -moz-box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1) !important;
    box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1) !important;
    */
    background: #201a41 !important;
    -webkit-transform:scale(1) !important;
    transform:scale(1) !important;
}


.bloc-etoile{
  list-style:none;display:inline-block;width:100%;
}
.bloc-etoile li{
  display:inline-block;float:left;position:relative;height:60px;margin:0;padding:0;
}
.bloc-etoile li:nth-child(1){
  width:70%;
}
.bloc-etoile li:nth-child(2){
  width:30%;
}
.bloc-etoile li p{
  position:absolute;left:0;top:50%;transform:translateY(-50%);float:none;margin:0;
  width: 85% !important;
}
.bloc-etoile li ul{
  position:absolute;right:0;top:50%;transform:translateY(-50%);
  float:none !important;
  margin:0 !important;
}
.bloc-etoile li ul li{
  width: auto !important;
  height: auto;
  float: left;
  margin:0 5px;
}

.participation_info_condition,
.modalite_info_condition{
  width: 50%;
  float: right;
}
.participation_info_condition input,
.modalite_info_condition input{
  width: 92%;
  padding:5px 2%;
  margin-bottom: 10px;
}
.dropzone .deuxlignes,
.draggable .deuxlignes{
    line-height:20px !important;
    margin-top:5px;
}

.choix_unique_carre li{
    background-color: transparent;
    color: #201a41;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    height: auto;
    line-height: 30px;
    width: auto;
    padding-left: 40px;
}
.choix_unique_carre .choix_unique_clic{
    background: transparent !important;
}
.choix_unique_carre li:hover{
    /*-webkit-box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1);
    -moz-box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1);
    box-shadow: inset 0px 6px 0px 0px rgba(104,105,99,1);*/
    -webkit-transform:none;
    transform:none; 
}
.choix_unique_carre li:before {
   content: '';
   color: #201a41;
   font-size: 15px;
   width: 25px;
   height: 25px;
   border: 1px solid #b29c8d;
   position: absolute;
   left: 0px;
   top: 0px;
   display: block;
}
/*
.choix_unique_clic:after{
    content:'';
    background-color: #201a41;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
}
*/

/* Réponse : type choix multiple */
.choix_multiple{
    width: 100%;
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin: 0px auto 0px auto;
}
.choix_multiple_large{
    width: 90%;
}
 .choix_multiple_1col{
    width: auto;
 }

.choix_multiple li{
    width: 43%;
    height: 40px;
    padding-left: 3.5rem;
    padding-right: 2%;
    list-style-type: none;
    color:#201a41;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: left;
    position: relative;
    float: left;
    z-index: 9;
    margin-bottom: 20px;
    margin: 5px 0px 30px 0px;
}
 .choix_multiple_1col li{
    width: auto;
    float: none;
    padding-right: 0;
}
.choix_multiple_large li{
    width: 450px;
}
.choix_multiple li p{
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin: 0px 0px 0px 0px;
    color: #201a41;
}
.choix_multiple li .deuxlignes{
    width: 100%;
    font-size: 1.6rem;    
    line-height:1.8rem;
    margin: 5px 0px 20px 0px;
}
.choix_multiple_2cols li{
    width: 300px;
}
.choix_multiple li:before {
   content: '';
   color: #201a41;
   font-size: 15px;
   width: 25px;
   height: 25px;
   /*background-color: #686963;*/
   border: 1px solid #b29c8d;
   /*-moz-border-radius: 25px; 
   -webkit-border-radius: 25px; 
   border-radius: 25px;*/
   position: absolute;
   left: 0px;
   top: 0px;
   display: block;
   /*
   box-shadow: -1px 1px 0px 2px rgba(158, 166, 165, 0.95);
   -moz-box-shadow: -1px 1px 0px 2px rgba(158, 166, 165, 0.95);
   -webkit-box-shadow: -1px 1px 0px 2px rgba(158, 166, 165, 0.95);
   */
   -webkit-transition:-webkit-transform 100ms;
   transition:transform 100ms;
}
.choix_multiple li:hover::before {
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
}

.choix_multiple li.active{font-size:12px;line-height: 14px; color: #201a41;}
.choix_multiple li.active:before{border: 1px solid #201a41;}
.choix_multiple li .coche{
    background-color: #201a41;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 3px;
    left: 3px;
    display: none;
}

/* Réponse : type notation */
.notation{
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin: 50px auto 0px auto;
    height: 80px;
}
.notation:after{
    position: absolute;
    top: -40px;
    left: 60px;
    background: #bebbbb;
    width: 360px;
    content:' ';
    display:block;
    height: 4px;
    z-index: 8;
}
.notation-3dots:after{
    width: 240px !important;
}
.notation-3dots li:nth-last-child(0n+1) {
    margin-left: 0px !important;
}
.notation li{
    width: 120px;
    height: 80px;
    list-style-type: none;
    color:#0b52a2;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    position: relative;
    float: left;
    z-index: 9;
}
.notation li:before {
   content: '';
   color: #201a41;
   font-size: 15px;
   width: 25px;
   height: 25px;
   background-color: #0b52a2;
   -moz-border-radius: 25px; 
   -webkit-border-radius: 25px; 
   border-radius: 25px;
   position: absolute;
   left: 50px;
   top: -50px;
   display: block;
   box-shadow: -1px 1px 0px 2px rgba(158, 166, 165, 0.95);
   -moz-box-shadow: -1px 1px 0px 2px rgba(158, 166, 165, 0.95);
   -webkit-box-shadow: -1px 1px 0px 2px rgba(158, 166, 165, 0.95);
   -webkit-transition:-webkit-transform 100ms;
   transition:transform 100ms;
}
.notation li:hover::before {
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
.notation li:nth-last-child(0n+1) {
    margin-left: 50px;
}
.notation li.active{font-size:12px;line-height: 14px; color: #201a41;}
.notation li.active:before{border: 1px solid #201a41;}
.coche{
    width: 50px;
    height: 49px;
    position: absolute;
    top: -70px;
    left: 45px;
    display: none;
}

.carte{
    position: relative;
    width: 350px;
    height: 398px;
    background: url('../../images/carte-quartiers.png') no-repeat center center;
    margin: 20px auto 0px auto;
}
.dot{
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 43px;
    -moz-border-radius: 45px; 
    -webkit-border-radius: 45px; 
    border-radius: 45px;
    font-size: 20px;
    color: #fff;
    background-color: #565655;
    text-align: center;
    cursor: pointer;
}
.dot:hover{
    background-color: #97864b;
}
#dot-1{left: 174px;top: 160px;}
#dot-2{left: 115px;top: 211px;}
#dot-3{left: 148px;top: 82px;}
#dot-4{left: 227px;top: 135px;}
#dot-5{left: 211px;top: 275px;}
#dot-6{left: 47px;top: 242px;}

.item-classement{
    cursor: pointer;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #b29c8d;
    color: #686963;
    border-radius: 3px;
    margin:auto;
    font-size: 16px;
    margin:0px 10px 20px 10px;
}
.item-classement-double{
    width: 400px;
    line-height:20px;
}

.item-classement-un{
    background-color: rgba(220,111,72,1);
    color: #fff;
}
.item-classement-deux{
    background-color: rgba(220,111,72,0.75);
    color: #fff;
}
.item-classement-trois{
    background-color: rgba(220,111,72,0.5);
    color: #fff;
}

.draggable{
    cursor: pointer;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #b29c8d;
    border-radius: 3px;
    margin:auto;
    font-size: 16px;
    margin:0px 10px 20px 10px;
}
.dropzone {
    width: 300px;
    height: 50px;
    line-height: 50px;
    border: 1px dashed #565655;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    margin:auto;
    margin:0px 10px 20px 10px;
}

.mail-share-button{
    background-color:#97864b;
    padding:0px 8px 0px 6px;
    box-sizing:border-box;
    width:60px;
    height:20px;
    line-height: 20px;
    color:#fff;
    border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: inline-block;
    font-size: 11px;
}
.mail-share-button:hover{
    color:#fff;
    background-color: #756429;
}

/* --------------------------------------------------------------------------------------------------- */
/* Responsive                                                                                          */
/* --------------------------------------------------------------------------------------------------- */

/* Smaller screens & really big devices (landscape mode) */
@media all and (max-width: 1160px) {
    .header-main,.interieur,.footer-main{
        width: 1000px;
    }
    #page{
        min-height: 768px;
    }
}

/* Large devices in portrait mode */
@media all and (max-width: 990px) {
    .header-main, .interieur, .footer-main{
        width: 92%;
        padding:0 4%;
    }
    .floatLeft, .floatRight{
        float: none;
    } 
    #page{
        min-height: auto;
    }
    h1{font-size: 30px;line-height: 34px;}
    h3{font-size: 20px;padding: 0px 5%;}
    h4{font-size: 18px;padding: 0px 10%;}
    
    header{
        padding-bottom: 40px;
    }
    .home .interieur .texte-home{
        width: 86% !important;
    }
    .boutons-home {
        width: 100% !important;   
    }
    .boutons-home li{
        float: none !important;
        width: 100% !important;
    }
    .boutons-home .bouton {
        width: 80% !important;   
    }
    .bouton-home p{
        margin-top: 6px !important;
    }
    
    /* Footer */
    footer{position: relative;padding: 20px 0px;display: none;}
    .footer-main{height: auto;text-align: center;padding-top:20px;padding-bottom:20px;}
    .footer-main ul{position: relative;padding:0;width: 100%;margin:auto;left: 0;}
    .footer-main li{float: none;width: 100%;text-align: center;}

    /* Interieur */
    .bouton{
        width: 70%;
        max-width: 340px;
    }

    .choix-questionnaire{margin-top: 30px;}
    .choix-questionnaire li{
        float: none;
        width: 100%;
        text-align: center;
        margin: 0px auto 20px auto;
    }
    .choix-questionnaire li:nth-child(0n+1) .bouton,
    .choix-questionnaire li:nth-child(0n+2) .bouton{
        width: 90%;
        /*height: auto;*/
        height: 70px;
        text-align: left;
    }
    /*
    .choix-questionnaire li:nth-child(0n+1) .bouton img,
    .choix-questionnaire li:nth-child(0n+2) .bouton img,
    .choix-questionnaire li:nth-child(0n+1) .bouton p,
    .choix-questionnaire li:nth-child(0n+2) .bouton p{
        float: none;
    }*/
    .choix-questionnaire li:nth-child(0n+1) .bouton img,
    .choix-questionnaire li:nth-child(0n+2) .bouton img{
        width: 20%;
    }

    .choix-questionnaire li:nth-child(0n+1) .bouton p,
    .choix-questionnaire li:nth-child(0n+2) .bouton p{
        font-size: 16px;
        line-height: 20px;
    }
    .bouton{
        font-size: 20px;
        margin: 15px auto;
    }
    .bouton p{
        margin: 15px 0px 0px 10px
    }
    .medium32{
        font-size: 22px;
    }
    .suggestionList ul li{
        width: 45%;
        min-width: 200px;
    }

    .choix_unique {
        width: 80%;
    }
    .choix_unique li{
        width: 100%;
        margin: 0;
    }
    .item-classement-double{
        width: 96%;
        height: auto;
        min-height: 50px;
        padding: 10px 0;
    }

    .choix_etoile li,
    .choix_etoile_big li{
      font-size: 32px;
      margin: 0px 14px !important;
    }

}

/* Smaller devices & regular smartphones */
@media all and (max-width: 770px) {
    .mb0{
      margin-bottom: 0px !important;
    }
    .dn{
        display: none;
    }
    .dbonly{
        display: block;
    }

    .titre-thematique{
        width: 100%;
    }
    .titre-thematique li{
        height: auto;
        text-align: center;
        width: 96%;
        float: none;
        padding:2% !important;
        margin:0 !important;
    }
    .titre-thematique li:nth-child(0n+2):before{
        display: none;
    }
    .titre-thematique li img{
        max-height: 71px;
    }
    .question{
        width: 100%;
    }
    .question p,
    .question h3{
        width: 100%;
        padding: 0;
    }
    input{
        font-size: 1.6rem;
        line-height: 2rem;
        width: 95% !important;
        margin-top: 5px;
        padding: 5px;
    }
    .choix_multiple li input,
    .deuxlignes input{
      margin-top: 10px !important;
      margin-left: 0px !important;
    }
    input[type=checkbox]{
        width: auto !important;
    }
    .rgpd{
        width: 100% !important;
    }
    .navigation{
        width: 100%;
    }
    .navigation ul li{
        margin: 0 1% 0 1%;
        width: 110px;
        margin-bottom: 20px !important;
        width: 48%;
    } 
    .choix_unique, .choix_multiple{
        height: auto;
    }
    .choix_unique li{
        float: none;
        margin-bottom: 20px;
    }
    .choix_unique_carre{
        width: 100%;
        margin-bottom: 40px !important;
    }
    .choix_unique_carre li{
        float: left !important;
        width: auto !important;
        margin: 0 8px !important;
        width: 30% !important;
    }
    .choix_multiple{
        width: 90%;
    }
    .choix_multiple li,
    .choix_multiple_2cols li{
        width: 40%;
    }
    .choix_multiple li{
        padding-left: 5%;
        margin-bottom: 10px;
    }
    
    .notation li{
        width: 100px;
    }
    .notation:after{
        width: 400px;
    }
    .notation-3dots:after{
        width: 200px !important;
    }


}

@media all and (max-width: 740px) {
    #page{
      margin: 10px auto 30px auto;  
    }
    .section{
      min-height: auto;
    }
    .background-corner{
      display: none;
    }

    .bouton-home{
      width: auto;
    }
    .reponse,
    .divbtnhome,
    .interieur p{
      width: 90% !important;
    }
    .bouton-home p{
      width: auto !important;
    }

    .bloc-nav-prog{
      width: 100%;
      text-align: center;
      padding-bottom: 40px;
    }
    .navigation ul{
      display: inline-block;
      margin:auto;
      width: 100%;
    }
    .barre-progression{
      width: 90%;
    }

    .navigation-titrage ul{
      width: auto;
    }

    .section .bloc-titrage{
      position: relative;
      width: 90%;
      top: 0;
      left: 0;
      transform: none;
      width: 100%;
      margin-top: 30px;
    }
    .section .bloc-titrage .grid-container .grid-30{
      text-align: center;
    }
    .section .bloc-titrage .grid-container .grid-30 img{
      width: 80px;  
    }
    .section .bloc-titrage h2{
      font-size: 28px;
      position: relative;
      display: inline-block;
      top: 0;
      left: 0;
      transform: none;
      width: 100%;
      margin-top: 20px;
      text-align: center;
    }

    #page{
      border: 0;
    }
    header{
        width: 100%;
        z-index: 10;
        text-align: center;
        height: auto;
        line-height: 1;
    }
    .header-logo{
      width: 100%;
      text-align: center;
      max-width: none;
      position: relative;
      top: 0;
      right: 0;
      transform: none;
    }
    .header-intitule{
      display: inline-block;
      text-align: left;
      max-width: none;
      position: relative;
      top: 0;
      right: 0;
      transform: none; 
    }
    header .grid-container .grid-50{
      height: auto;
    }
    .logo img{
        width: 100%;
        max-width: 256px;
        height: auto;
        margin-top: auto;
    }
    .btn-fin{
        float: none !important;
        width: 70% !important;
        height: 50px !important;
        line-height: 50px !important;
        margin: 10px auto !important;
    }
    /*header{
        height: auto !important;
    }*/
    .titre-thematique{
        width: 90%;
    }
    #page .texte{
        width: 90% !important;
    }
    .invisible{
        display: inline-block;
    }
    .header-main .logo-cndp{
        width: 90%;
        margin: 34px 0px 0px 10px;
        /*display: none;*/
    }
    .header-main .logo-cpdp{
        width: 100%;
        max-width: 388px;
    }
    .illustration-cpdp{
        width: 90%;
        margin: auto;
        max-width: 500px;
    }
    .home h3{width: 90% !important;padding:0 5%;}
    .notation{height: auto;margin: 10px 0px 40px 0px;}
    .notation:after{display: none;}
    .notation li{
        width: 100%;
        min-width: 200px;
        margin: 0px 8px 10px 8px;
        height: 55px;
        line-height: 55px;
        list-style-type: none;
        color:#686963;
        cursor: pointer;
        font-size: 20px;
        text-align: center;
        position: relative;
        float: none;
        -webkit-box-shadow: -4px 4px 0px 0px rgba(171,180,180,1);
        -moz-box-shadow: -4px 4px 0px 0px rgba(171,180,180,1);
        box-shadow: -4px 4px 0px 0px rgba(171,180,180,1);
        -webkit-transition:-webkit-all 100ms;
        transition:all 100ms; 

    }
    .notation li:before{
        display: none;
    }
    .notation li:nth-last-child(0n+1){
        margin-left: 8px;
    }
    .notation-3dots li:nth-last-child(0n+1) {
        margin-left: 8px !important;
    }
    .notation li:nth-child(0n+1){
        background-color: rgba(94,162,163,0.2);
    }
    .notation li:nth-child(0n+2){
        background-color: rgba(94,162,163,0.4);
    }
    .notation li:nth-child(0n+3){
        background-color: rgba(94,162,163,0.6);
    }
    .notation li:nth-child(0n+4){
        background-color: rgba(94,162,163,0.8);
    }
    .notation li:nth-child(0n+5){
        background-color: rgba(94,162,163,0.9);
    }
    .notation li:nth-child(0n+6){
        margin-top: 20px;
        background-color: rgba(94,162,163,1);
    }    
    .coche{
        top: 0px;
        left: 0px;
    }
    .notation .coche{
        top: 0px;
        left: 0px;
        width: 100%;
        border-top: 6px solid #0b52a2;
        background: transparent !important;
    }    

    .choix_multiple{
        width: 100%;
    }
    .choix_multiple li{
        width: 90%;
        height: auto;
        padding-left: 15%;
        margin-bottom: 40px;
    }
    /*
    .choix_multiple li:last-child{
        margin-bottom: 0px;
    }
    */
    .choix_multiple_2cols li{
        width: 70%;
    }
    .suggestionList ul li{
        width: 95%;
        min-width: 200px;
    }

    .btn{
        max-width: 500px;
        width: 90%;
        height: auto;
        font-size: 14px;
        line-height: 20px;
        margin:0;
    }

    .choix_unique li .deuxlignes{
        margin-top:0px;
        padding-top:18px;
    }
    .draggable .deuxlignes{
        margin-top:0px;
        padding-top:5px;
    }

    .liste-choix-etoile,
    .liste-choix-unique{
      width: 100%;
    }

    .bloc-etoile li:nth-child(1),
    .bloc-etoile li:nth-child(2){
      width: 100%;
    }

    .bloc-etoile li ul{
      position: relative;
      margin: auto;
    }
    .liste-choix-etoile .sous-question,
    .liste-choix-unique .sous-question{
      float: none;
      position: relative;
      margin: auto;
      width: 100% !important;
      text-align: center;

    }

    textarea{
        width: 90%;
    }

    .footer-main ul{
        padding-top: 20px !important;
    }
    .footer-main ul li{
        height: auto;
        line-height: 1;
        margin-bottom: 10px;
    }
    .footer-main ul li:nth-child(0n+1){
        margin-left: 0px;
        margin-right: 0px;
    }
    .footer-main ul li:nth-child(0n+2){
        margin-left: 0px;
    }


   
    .navigation ul li div{
        display: inline-block;
    }
     .navigation ul li:nth-child(1){
        text-align: left;
    }
     .navigation ul li:nth-child(2){
        text-align: right;
    }
}

@media all and (max-width: 350px) {
    .bouton-home img{
        width: 60px;
        height: auto;
        margin-top: 10px;
    }
    .bouton-home p span{
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .bouton-home p{
        margin-top: 15px !important;
    }
    .carte{
        width: 100%;
    }
    .carte img{
        width: 100%;
    }
}

/* Question notation special ipad landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .dnonly{
        display: none;
    }
    .dbonly{
        display: block;
    }
}