@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro/MyriadPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Myriad Pro";
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
p {
    color: #666;
}
ul:not(.reporting){
    list-style: none;
    padding: 0;
    margin: 0;
}


img {
    max-width: 100%;
}
.hidden {
    display: none;
}
.txt-bold {
    font-weight: 700;
}
.title-form {
    color:#666;
    display: block;
    margin: 30px auto;
    width: 86%;
    text-align: center;
}
.txt-error,
.error {
    color: #af3334 !important;
    font-weight: 700;    
    margin: 5px 0;
    position: relative;
    text-align: center;    
    width: 80%;    
}
.questionnaire-item .txt-error,
.questionnaire-item .error {
    color: #666 !important;
    width: 100%;
    text-align: left;
}
.suggestion .error {
    color: #666 !important;
}
/*.txt-error:before,
.error:before {
    background: url(../img/alerte-icon.png);
    background-size: cover;
    content: "";
    display: inline-block;
    height: 30px;
    left: 0;
    position: absolute;    
    top: 50%;
    width: 30px;
    transform: -ms-translateY(-50%);
    transform: -moz-translateY(-50%);
    transform: -webkit-translateY(-50%);
    transform: translateY(-50%);
}*/
.container {
    margin: auto;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 300px;
}

.adminTable td {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    text-align: center;
}

.container.no-background {
	background-image: none;
}
/*section.header .container {
    width: 100%;
    max-width: inherit;
}*/
/*.content {
    min-height: -moz-calc(100vh - 265px);
    min-height: -ms-calc(100vh - 265px);
    min-height: -webkit-calc(100vh - 265px);
    min-height: calc(100vh - 265px);
    height: auto;
}*/
.txt-center {
    text-align: center; 
}

/**modification header***/

.logo-right{
    width: 100%;
    text-align: right;
}
/*.img-header{
    max-height: 200px;
    object-fit: cover;
    width: 100%;      
}*/
.txt-header {
    color: #0073bd;
    font-size: 20px;
    font-weight: 700;
    border: 2px solid #0073bd;
    padding: 20px 40px;
    border-radius: 16px;
}
.txt-header,
.logo-header {
    display: inline-block;
    vertical-align: middle;
}
.content-center {
    margin: 40px auto;
    max-width: 500px;
    padding: 20px;    
    width: 90%;    
}
.form {
    color: #5c5c5c;
    margin: auto;
    padding: 0;
    width: 60%;    
}
.group-input-dual {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.group-left {
    width: 31%;
}
.group-right {
    width: 63%;
}
.group-input label,
.text-label,
.tableResponsive label {
    color: #666;
    font-weight: 700;
}
.input_text,
.textarea_text {
    border: 1px solid #666;
    border-radius: 5px;
    /* color: #666; */
    display: block;
    height: 22px;    
    line-height: 22px;
    margin: 5px 0 15px 0;   
    outline: none;
    padding-left: 8px;    
    text-overflow: ellipsis;
    width: -moz-calc(100% - 17px);
    width: -ms-calc(100% - 17px);
    width: -webkit-calc(100% - 17px);
    width: calc(100% - 17px);
}
.textarea_text {
    height: 60px;
    padding-left: 13px;
    resize: none;
}
/*pour le input number */
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin:0;
}
input::-o-inner-spin-button,
input::-o-outer-spin-button { 
    -o-appearance: none;
    margin:0
}
/*fin input number*/
.checkbox-value {
    background: #fff;
    border: 1px solid #666;    
    border-radius: 5px;
    box-shadow: 0px 4px 4px #666;
    display: inline-block;    
    height: 12px;
    margin-right: 5px;
    width: 12px;    
}
input[type="checkbox"]:checked + .checkbox-value {
    background: #666;
    border:1px solid #fff;
}
.lost-password {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: underline;
}
.group-btn {
    margin-top: 30px;
}
.btn-form {
    background: #0b41cd;
    border: 1px solid #fff;
    border-radius: 10px;     
    color: #fff;  
    cursor: pointer;
    display: block;
    font-family: "Myriad Pro";
    font-size: 16px;    
    font-weight: 700;
    margin: 15px auto;
    outline: none;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 190px;    
}
.btn-form.btn-save {
    padding: 10px;
    min-width: 190px;
    width: auto;
}
.btn-formulaire {
    text-align: center;
}
.btn-formulaire .btn-form {
    display: inline-block;
    margin: 0 10px;
}
.btn-form:hover,
.lost-password:hover {
    opacity: 0.8;
}
.rgpd {
    background: #fff;
    padding: 5px;    
}
.rgpd p {
    color: #000 !important;
    font-size: 10px !important;
    margin: 0;
    padding: 10px;
    text-align: justify;
}
.rgpd p a {
    color: #C5C5C5;
    text-decoration: underline;
}
.footer .txt-footer {
    color: #000 !important;
    font-size: 10px;
    font-style: italic;
    text-align: center;
}
/*mode connecté*/
.content-conecte {
    overflow: hidden;
}

/**comment party**/

.content-nav {
    margin: 5px;
}



/* .content-nav ul {
    width: 70%;
} */


/* .content-nav-element {
    border-bottom: 2px solid #0078d1;
} */

.content-nav-element a {
    color:#fff;
    display: block;
    font-weight: 700;  
    min-width: 110px;
    min-height: 40px;
    padding: 10px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-nav-element.current a {
    background: #fff;
    border: 1px solid #0b41cd;
    border-radius: 7px;
    color: #0b41cd;
}
/*.content-right,
.content-no-sidebar {
    margin: 20px auto;
    min-height: -moz-calc(100vh - 265px);
    min-height: -ms-calc(100vh - 265px);
    min-height: -webkit-calc(100vh - 265px);
    min-height: calc(100vh - 265px);    
}*/
.content-right {
    color: #666;
    /*float: right;*/
    padding: 20px 40px;
}
.content-no-sidebar {
    padding: 0;
}
.link-action-container {
    text-align: center;
    margin: 50px auto;
}
/*.link-action-container.enquete:before {
    background: url(../img/go-enquette.png);    
    background-size: contain;
    content: "";    
    display: block;
    height: 100px;
    margin: 10px auto 20px;
    width: 100px;    
}*/
.link-action-container .link-action {
    background: #0b41cd;
    border: 2px solid #fff;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    max-width: 160px;
    padding: 15px;
}
.link-action-container .btn-big {
    max-width: 250px;
    line-height: 140%;
}
.link-action-container .link-action:hover {
    opacity: 0.8;
}
.link-action-container .link-action:disabled {
    background: #cccccc;
    pointer-events: none;
}

/*formulaire*/
.question-container {    
    margin: auto;
    max-width: 700px;
    /*padding: 30px;*/
    width: 90%;
}
.group-dual-flex {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: #5c5c5c;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.group-dual-flex label {
    font-weight: 700;
    margin-bottom: 0 !important;
    width: 55%;
}
.group-dual-flex .input_text {
    margin: 0;
    outline: none;
    width: 45%;
}
.question-container .checkbox-container {
    margin: 10px 0;
    padding-left: 10px;
    position: relative;
}
.checkbox-container label {
    cursor: pointer;
    /*color: #666;*/
    /*font-weight: 700;*/
}
.checkbox-container .absolute-checkbox {
    height: 20px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: -4px;
    width: 20px;
}
.question-container td {
    color: #666;
    font-weight: 700;
    padding: 5px 0 7px 0;
    text-align: center;
}
.question-container td:first-child {
    font-weight: 400;
    text-align: left;
}
.image-inner-enquete {
    margin-top: 30px;
    text-align: center;
}
.image-inner-enquete img {
    max-width: 100%;
}
.image-inner-enquete .full-image-accu-chek{
    width: 130%;
    margin-left: -15%;
    max-width: 130%;
}

.text-center {
    text-align: center;
}
/*historique*/
.tHistorique {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
}
.tHistoriqueHeader {
    border-bottom: 2px solid #666;
    padding-bottom: 10px;    
    text-align: center;
}
.tHistorique span {
    display: inline-block;
    width: 25%;
}
.tHistoriqueElement {
    padding: 5px 10px;
}
.tHistoriqueElement .tDate {
    text-align: center;
}
.tHistoriqueElement .tDetail {
    text-align: center;
}

/*historique*/
.tAdmin {
    width: 100%;
    margin: 30px auto;
}
.tAdminHeader {
    border-bottom: 2px solid #666;
    padding-bottom: 10px;
    text-align: center;
}
.tAdmin span {
    display: inline-block;
    width: 15%;
    word-wrap: break-word;
}
.tAdminElement {
    padding: 5px 10px;
    text-align: center;
}

/*.tAdminElement span{
    display: inline-block;
    width: 25%;
    word-wrap: break-word;
}*/

/*historique*/
.tReporting {
    width: 100%;
    margin: 30px auto;
}
.tReportingHeader {
    border-bottom: 2px solid #666;
    padding-bottom: 10px;
    text-align: center;
}
.tReporting span {
    display: inline-block;
    width: 15%;
    word-wrap: break-word;
}
.tReportingElement {
    padding: 5px 10px;
    text-align: center;
}

.tReportingElement span{
    display: inline-block;
    width: 15%;
    word-wrap: break-word;
}

.questionnaire-item {
    position: relative;
    margin-bottom: 40px;
}
.questionnaire-item > label {
    color: #666;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
}
.image-questionnaire {
    background-repeat: no-repeat;    
    background-size: 100%;
    display: block;
    height: 100px;
    position: absolute;
    right: 80px;
    top: 25px;
    width: 100px;
}
.image_1 {
    background-image: url(../img/questionnaire-1.png);
}
.image_2 {
    background-image: url(../img/questionnaire-2.png);
}
.image_3 {
    background-image: url(../img/questionnaire-3.png);
}
.image_4 {
    background-image: url(../img/questionnaire-3.png);
}
.image_5 {
    background-image: url(../img/questionnaire-4.png);
}
.image002 {
    background-image: url(../img/image002.jpg);
}
.image-test{
    background-image: url(../img/image-test.jpg);
}
.icon-questionnaire {
    display: none;
    /* background-position: center;
     background-repeat: no-repeat;
     background-size: contain;    
     display: inline-block;
     height: 60px;
     vertical-align: middle;
     width: 60px;   */ 
}
/*.icon_1 {
    background-image: url(../img/icon-2.png);
}
.icon_2 {
    background-image: url(../img/icon-3.png);
}*/
.icon-questionnaire + .textarea_text {
    display: inline-block;    
    margin-left: 0;
    vertical-align: middle;    
    width: calc(100% - 100px);    
}
.container-over {
    width: 160%;
}
.container-over label {
    color: #666 !important;
}
.custom-btn .btn-form {
    padding: 10px !important;
    width: auto !important;
}
/*responsive*/
@media (max-width:1024px) {
    .container {
        width: 90%;
    }
    .container-over {
        width: 100%;
    }
}
@media (max-width:768px) {
    .mobile-nav {
        background: #003459;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        border-top:1px solid #fff;
        border-radius: 0 10px 10px 0;    
        cursor: pointer;        
        height: 35px;
        left: 0;
        opacity: 0.7;
        padding: 5px;
        position: absolute;
        width: 30px;  
    }
    .mobile-nav:hover {
        opacity: 1;  
    }
    .actif-nav .mobile-nav {
        left: 181px;
        opacity: 1;
    }
    .actif-nav .mobile-nav .first {
        transform: rotate(-130Deg);
        margin-top: 15px;
        height: 4px;
    }
    .actif-nav .mobile-nav .last {
        transform: rotate(-50Deg);
        margin-top: -18px;
        height: 4px;
    }
    .actif-nav .mobile-nav .no-actif {
        opacity: 0;
    }
    .mobile-nav span {
        background: #fff;     
        display: block;    
        height: 6px;    
        margin: 4px 0;
    }
    .content-nav {
        position: fixed;
        left: 0;
        top: 60px;
    }
    .content-nav ul {
        display: none;
    }
    .content-nav.actif-nav ul {
        background: #e4f0fa;
        border: 1px solid #fff; 
        display: block;
        min-height: -moz-calc(100vh - 60px);
        min-height: -ms-calc(100vh - 60px);
        min-height: -webkit-calc(100vh - 60px);
        min-height: calc(100vh - 60px);
        width: 180px;
    }

    .header {
        padding-top: 15px;
    }
    .content,
    .content-right, 
    .content-no-sidebar {
        min-height: inherit;
    }
    .content-center,
    .content-right {
        border-radius: 20px;
        padding: 20px;
        width: -moz-calc(100% - 42px);
        width: -ms-calc(100% - 42px);
        width: -webkit-calc(100% - 42px);
        width: calc(100% - 42px);
    }
    .form {
        max-width: 320px;
        width: 100%;        
    }
    .title-form {
        margin: 0 auto 20px auto;
        width: 100%;
    }
    .group-dual-flex {
        -moz-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .group-dual-flex label,
    .group-dual-flex input {
        margin-bottom: 10px;
        width: 100% !important;
    }
    .btn-formulaire .btn-form {
        margin: 10px;
    }
    .rgpd p,
    .txt-footer{
        font-size: 14px !important;
        line-height: 150%;
        padding: 10px 0;
    }
    .tableResponsive {
        overflow-x: auto;
    }
    .tableResponsive td:first-child {
        display: block;
        width: 180px;        
    }
}

/** menu flexible**/

.flexible{
    display: flex;
    flex-wrap: nowrap;
    width: 99%;
    margin: 5px;
}
.flexible > .content-nav-element{
    margin: 1px 1px auto;
    border: 1px solid #0b41cd;
    border-radius: 7px;
    background: #0b41cd;
}

.tab {
    margin-left: 3em;
}

.input_text_1{
    width: 50px!important;
    display: inline!important;
}

.txt-header{
    width: 88%;
}

.question-container i{
    font-weight: 100;
    font-size: 0.9em;
}

ol[type="a"] {
    list-style-position: inside;
}

span.normal{
    font-weight: normal;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 25px;
    border: 1px solid #888;
    width: 980px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.image-modal{
    display: inline-block;
    margin: 2px;
}
.text-modal{
    display: inline-block;
    width: 700px;
    vertical-align: top;
    margin-left: 50px;
    font-weight: 500;
    font-size: 20px;
}
.text-pre, .image-left{
    display: inline-block;
    vertical-align: middle;
}

.text-pre{
    padding-left: 15px;
}

.with-img{
    width: 70%;
}

.modal li{
    margin-bottom: 20px;
}

.modal .image-5 img, .modal .image-1 img{
    width: 188px;
}

.modal .image-4 img{
    width: 238px;
}

.modal h2{
    margin-left: 70px;
    font-weight: 700;
}

a.list {
    color: #666;
}
a.list:hover {
    text-decoration: underline;
}

/*FAQ accordeon*/
[id*="open-accordion"], [id*="close-accordion"] {
    background: #0b41cd;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 99%;
}

[id*="close-accordion"] {
    display: none;
}

.accordion a {
    color: #fff;
    font-size: 1.25em;
    font-weight: normal;
    padding-left: 2%;
    text-decoration: none;
    text-shadow: none;
}

[id*="open-accordion"]:after, [id*="close-accordion"]:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.target-fix {
    display: block;
    top: 0;
    left: 0;
    position: fixed;
}

.accordion-content {
    background: #eee;
    height: 0;
    margin: -1px auto 0;
    padding: 0 2.5%;
    position: relative;
    overflow: hidden;
    width: 90%;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}

.accordion span:target ~ .accordion-content {
    display: block;
    height: auto;
    padding-bottom: 25px;
    padding-top: 10px;
}

.accordion span:target ~ [id*="close-accordion"] {
    display: block;
}

.accordion span:target ~ [id*="open-accordion"] {
    display: none;
}

.accordion span:target ~ [id*="close-accordion"]:after {
    border-top: 10px solid #333;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.newsletter-container .checkbox-container{
    margin-top: 17px;
}
.newsletter-container .checkbox-container label{
    font-weight: normal;
    font-size: 18px;
}

.newsletter-container .info{
    margin-top: 30px;
    color: #000;
    font-style: italic;
    font-size: 14px;
    text-align: justify;
}

.enquete .link-action{
    /*width: 180px;*/
    /*max-width: 225px;*/
}


p.label-questionnaire{
    font-weight: 700;
}

.questionnaire{
    margin: 15px;
}

.text-label{
    margin-top: 30px;
}
.msg-error{
    color: #af3334 !important;
    font-weight: 700;
}

.accordion-content ul{
    list-style: disc;
}

span.intro{
    font-style: italic;
    color: #000000;
}

.modal-content.full-text {
    padding-bottom: 50px;
}
.modal-content.full-text .text-label, .text-black{
    color: #000000;
}

.checkbox-inline{
    display: inline-block;
}

.content-nav li.disabled{
    opacity: 0.05;
}
.content-nav li.disabled a{
    cursor: not-allowed;
}

#quest-98 .questionnaire-item,
#quest-98 label {
    margin-bottom: 0;
}

#quest-98 p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    overflow:auto;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 80%;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.closemodal {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.closemodal:hover { background: #00d9ff; }

.modalDialog{
    color: #000000
}

.dataTable tbody tr:nth-child(1n) {
    background-color: #CCC;
}

.dataTable tbody tr:nth-child(2n) {
    background-color: #999;
}

.dataTable tbody td{
    padding: 5px;
}

.none {
    display: none;
}
