
.add_ques {
    z-index: 999;
    margin-top: 20px;
}

.dbOpenButton span {
    position:relative;
    top: 5px;
}

.questions, .fields {
    margin-top: 10px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    /* width: 88%; */
    padding: 1%;
    
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.rowfield {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.style0 {
    background: #ffe259;
    background: -webkit-linear-gradient(to right, #ffe259, #ffa751);
    background: linear-gradient(to right, #ffe259, #ffa751);
}

.style1 {
    background: #56ccf2;
    background: -webkit-linear-gradient(to right, #56ccf2, #2f80ed);
    background: linear-gradient(to right, #56ccf2, #2f80ed);
}
.style2 {
    background: #9796f0;
    background: -webkit-linear-gradient(to right, #9796f0, #fbc7d4);
    background: linear-gradient(to right, #9796f0, #fbc7d4);
}

.style3 {
    background: #cac531;
    background: -webkit-linear-gradient(to right, #cac531, #f3f9a7);
    background: linear-gradient(to right, #cac531, #f3f9a7);
}
.style4 {
    background: #f4c4f3; 
    background: -webkit-linear-gradient(to right, #fc67fa, #f4c4f3);
    background: linear-gradient(to right, #fc67fa, #f4c4f3); 
}


.prevcont {
    position: absolute;
    bottom: 0px;
    left: 14px;
    width: 100%;
    height: 50px;
}
.GoPrev {
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.GoNext {
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.cbh {
    position: relative;
    top: -3px;
}
.fields2 {
    
    position: absolute;
    /* border: 1px solid red; */
    height: 100%;
    padding: 2% 2% 60px 2%;
    align-content: center;
    /* align-items: center; */
    justify-content: space-around;
    flex-flow: column;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}
.fields2 p {
    text-shadow: 1px 1px 2px black, 0 0 0.2em black, 0 0 0.2em black;
    color: #fff;
}

.desc {
    padding: 0 20px;
    text-shadow: 1px 1px 2px black, 0 0 0.2em black, 0 0 0.2em black;
    color: #fff;
}
.legend {
    text-shadow: 1px 1px 2px black, 0 0 0.2em black, 0 0 0.2em black;
    color: #fff;
    padding: 0px 20px 0px 20px;
}
.desc .list-group {
    text-align: center;
}
.desc .list-group .list-group-item h3 {
    font-size: 4rem !important;
    color: #000 !important;
    text-shadow: 0px 0px 0px black;
}

.pading {
    padding: 20px;
}

@media screen and (min-width: 900px) {
    .repsfor {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        overflow: hidden;
    }
    
}
@media screen and (max-width: 900px) {
    .repsfor {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        overflow-y: scroll;
        overflow-x: hidden;
    }

}


.questions legend {
    position: relative;
    top: 24px;
    margin-bottom: 20px;
}
.fields legend {
    position: relative;
    top: 24px;
    margin-bottom: 20px;
}
.administratif, #avis {
    margin-top: 50px;
}
.administratif form {
    width: 96%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;

}
.sadm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}

.sadm2 {
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}

.invalid_question {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 83%, rgba(255,7,7,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 83%,rgba(255,7,7,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 83%,rgba(255,7,7,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff0707',GradientType=1 ); /* IE6-9 */
}

input, .newslettersend {
    cursor: pointer;
}

label {
    margin: 10px;
}
.desc {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*
body {
    background-image: linear-gradient(to right bottom, #6502c0, #4248dc, #006cee, #008af9, #00a5fd);
    height: 100%;
    background-attachment: fixed;
}*/
html,body{ margin:0; padding:0; height:100%; width:100%;position: absolute; }

.fullScreen {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display:none;
}
.dessin_retour {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}


@-webkit-keyframes chrono_tour_go {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
	}
}
.chrono_tour {
	
	-webkit-animation-name: chrono_tour_go;
	-webkit-animation-duration: 60s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
.canvas_dessins {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*   */
#retour {
    width: 100px;
    height: 40px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 200;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

.connexion {
    width: 468px;
    height: 40px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 200;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}


.connexion form {
    margin-top: 10px;
}

#banner {
    background-image: url("../img/header.png");
    height: 200px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}





.flexible {
    display: flex;
    width: calc(100% - 20px);
    min-height: 100px;
    background-color: #fff;
    align-content: center;
    align-items: start;
    justify-content: space-around;
    padding: 10px;
    margin-top: 20px;
}

.vignette {
    width: 260px;
    padding: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #eee;
}
.vignette img {
    width: 100%;
    height: auto;
}

footer {

    width: calc(100% - 2px);
    border: 1px solid #ffffff;
    background-color: #fff;
    bottom: 0px;
}

#recapitulatif {
   margin-top: 50px;
    
}

.repp {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.repp label {
    cursor: pointer;
}

.bderror {
    border: 1px solid #ff0000 !important;
}



.ctc_msg {
    min-height: 185px !important;
}
.flagstitle {
    width: 100%;
}
.flag {
    width: 24px;
    height: 24px;
    background-image: url(../img/flags.png);
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
}