body{
    overflow-x: hidden;
    font-size: 14px;
    width: 100%;
}

.row-overflow-auto{
    max-height: 400px;
    overflow: auto;
}

.flash-notice{
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
    width: 97%;
    margin: 20px 20px;
}

.flash-error{
    color: #721c24;
    background-color: #f8d7da;
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
    margin: 20px;
    width: 97%;
}

.action_button_catalogue{
    color: white;
    background: #f04925;
    border-radius: 0;
    text-shadow: none;
    min-width: 220px;
    text-align: center;
    letter-spacing: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    text-decoration: none;
    cursor: pointer;
    max-height: 40px;
    font-weight: 200;
    margin: 0 auto;
    margin-top: 20px;
    outline:none;
}


label.required:after {
    content:" *";
    color:red;
}

.action_button_catalogue:hover{
    opacity: .8;
}

.action_button_catalogue:focus{
    outline:none;
}

.action_button_catalogue a{
    outline:none;
    font-weight: 200!important;
    color: white!important;
    font-family: "OpenSans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.box_download_file{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f7f7+0,ffffff+50,f6f7f7+100 */
    background: #f6f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f6f7f7 0%, #ffffff 50%, #f6f7f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6f7f7 0%,#ffffff 50%,#f6f7f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6f7f7 0%,#ffffff 50%,#f6f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f7', endColorstr='#f6f7f7',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 2px 12px -2px rgba(156,156,156,0.6);
    -moz-box-shadow: 0px 2px 12px -2px rgba(156,156,156,0.6);
    box-shadow: 0px 2px 12px -2px rgba(156,156,156,0.6);
    margin-bottom: 20px;
    min-height: 140px;
    padding: 15px;
    padding-top: 25px;
}

.title_category{
    color: #f04925;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

/* Hide the browser's default checkbox */
.title_category input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
}

.checkmark_outline{
    background-color: transparent;
    position: absolute;
    top: -20px;
    right: 0;
    height: 26px;
    width: 26px;
    cursor: pointer;
    border-radius: 20px;
    border: 1Px solid #d6d7d9;
}

/* On mouse-over, add a grey background color */
.title_category:hover input ~ .checkmark_outline .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.title_category input:checked ~ .checkmark_outline .checkmark {
    background-color: #f04925;

}

.title_category_main{
    font-weight: 600;
    width: 97%;
    font-size: 16px;
    margin-top: 30px;
}

.title_name{
    font-weight: 700;
}

.title_category_main hr{
    margin-top: 5px;
    width: 100%;
    border: 1.5px solid rgba(0,0,0,.1);
}

.title_memory{
    display: block;
    font-style: italic;
    margin-top: 10px;
}

.zone_category{
    max-width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

span.encadre_category {
    flex-grow: 1;
    text-align: center;
    min-height: 50px;
    padding-top: 13px;
    height: 50px;
    cursor:pointer;
}

.encadre{
    border:1px solid #cccecb;
    border-right: 0;
}
.encadre:last-child{
    border:1px solid #cccecb;
}

span.encadre_non_select:last-of-type{
    border-right: 1Px solid #cccecb;
}

.encadre_select{
    border:1px solid #f14925;
    color: #f14925;
}


.encadre_select::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f14925;
    position: relative;
    top: 15px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.read_less{
    display: none;
}

.read_more, .read_less{
    font-style: italic;
    color: #a9a9a9;
    text-decoration: underline;
    cursor: pointer;
}

.reinitialize_select{
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
    padding-right: 15px;
    color: white;
    position: relative;
    bottom: 5px;
}

.zone_read_more, .zone_read_less{
    text-align: right;
}

.zone_reinitialize_select{
    text-align: right;
    margin: 0 auto;
    background: red;
    background-color: #566062;
    padding: 0px;
    position: relative;
    top: -20px;
}

.button_validate{
    background-color: #566062;
    width: 100%;
    color: white;
    height: 50px;
    letter-spacing: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100;
    cursor: pointer;
    border: 0;
}

.button_validate_small {
    background-color: #566062;
    color: white;
    width: auto;
    display: inline-block;
    height: auto;
    padding: 5px 15px;
    border: 0;
    letter-spacing: 0;
    cursor: pointer;
}

.button_validate_small[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

#your_informations_submit{
    background-color: #566062;
    width: 31%;
    color: white;
    height: 50px;
    margin-bottom: 8px;
    letter-spacing: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100;
    cursor: pointer;
    text-align: center;
    border: 0;
}

.form-group input{
    padding-left: 10px;
    border: 1px solid grey;
}

.form-group-submit{
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.form-group label {
    min-width: 140px;
    text-align: left;}


.form-group {
    color: #566062;
    text-transform: uppercase;
    text-align: center;
    width: 49%;
    display: inline-block;
}

.zone_button_validate{
    margin: 0 auto;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.ligne_flotaison_button_validate{
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 14px;
}

.popup {
    display: none;
    position: fixed;
    padding: 10px;
    width: 280px;
    left: 50%;
    margin-left: -150px;
    height: 180px;
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    z-index: 20;
}

.zone_view_more{
    display: none;
}

.overlay{
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2;
}

.popup_doc {
    position: fixed;
    padding: 30px;
    width: 70%;
    bottom: 30px;
    background: #FFF;
    z-index: 20;
    margin: auto;
    left: 0;
    right: 0;
    display: none;
}

.popup_doc form{
    margin-top: 20px;
}

.popup_doc.active, .overlay.active, .button-close {
    display: block;
}

.button-close{
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #f14925;
    cursor: pointer;
}

.input-search {
    width: 100%;
    padding: 2px 10px;
    flex: 4;
}

.row-search {
    margin: 30px -15px 45px;
}

.row-search button {
    flex: 1;
    margin: 0 0 0 15px;
}

.form-flex {
    display: flex;
    align-items: center;
}

.form-flex label {
    margin: 0 10px 0 0;
}

.form-order {
    justify-content: flex-end;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-order select {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid grey;
}

@media screen and (max-width:768px){
    .zone_read_more, .zone_read_less{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 992px){
    #your_informations_submit{
        width: 50%;
        margin-top: 20px;
    }

    #your_informations{
        text-align: left;
    }

    .form-group {
        width: 100%;
    }

    .form-group label {
        min-width: 160px;
        text-align: left;
    }

}

@media screen and (max-width: 453px){
    div#your_informations label{
        margin-bottom: 0px;
    }

}

.form-group-consent {
    display: flex;
    align-items: flex-start;
    column-gap: 1em;
}

.form-group-consent input {
    margin-top: 5px;
}

.form-group-consent label {
    text-align: justify;
    text-transform: initial;
    font-size: 10px;
}

