﻿html, body {
    padding: 0;
    margin:0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    color: #3F3F3F;
}

button:hover { cursor: pointer; }

.orange {
    color: #D75634;
}

a {
    color: #D75634
}

.violet {
    color:#573F80;
}

input[type='text'], textarea, .select-normal {
    padding: 5px;
    border-radius: 5px;
    margin-top: 3px;
    border: 1px solid #C3C3C3;
    color: #573F80;
    font-family: 'Montserrat', sans-serif;
}

input[type='text']:hover, textarea:hover, .select-normal:hover {
    border: 1px solid #573F80;
}

    input[type='text']::placeholder, textarea::placeholder, .select-normal::placeholder {
        font-family: 'Montserrat', sans-serif;
        color: #C3C3C3;
    }

.select-titre {
    font-size: 1.3em;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 5px 5px;
    background: white;
    color: #D75634;
    outline: none;
    border: 1px solid #EFEFEF ;
}

.container {
    max-width: 1360px;
    margin: 0 auto;
}

.col66 {
    width: 66.66%;
    float: left;
}

.col90 {
    width: 90%;
    float: left;
}

.col80 {
    width: 80%;
    float: left;
}

.col70 {
    width: 70%;
    float: left;
}

.col60 {
    width: 60%;
    float: left;
}

.col30 {
    width: 30%;
    float: left;
}

.col25 {
    width: 25%;
    float: left;
}

.col20 {
    width: 20%;
    float: left;
}

.col15 {
    width: 15%;
    float: left;
}

.col10 {
    width: 10%;
    float: left;
}


.col40 {
    width: 40%;
    float: left;
}

.col45 {
    width: 45%;
    float: left;
}


.col50 {
    width: 50%;
    float: left;
}

.col48 {
    width: 48%;
    float: left;
}

.col33 {
    width: 33.33%;
    float: left;
}

.col100 {
    width: 100%;
    /*float: left;*/
}

.droite {
    text-align: right;
}

.centre {
    text-align: center;
}

a {
    text-decoration: none;
    color: #D75634;
}

.titre {
    max-width: 100%;
    height: auto;
}

.bloc-image {
    /*margin: 20px;*/
    box-shadow: 0px 1px 1px rgba(12, 75, 84, 0.7), 0px 2px 1px -1px rgba(12, 75, 84, 0.9), 0px 1px 3px rgba(12, 75, 84, 0.9);
    border-radius: 6px;
    padding: 30px;
}
@media screen and (max-width: 768px) {
    .bloc-image {
        padding: 10px;
    }
}
 
.bloc-boutons {
        padding: 20px;
    }

div.information {
    color: white;
    background-color: #573F80;
    padding: 15px 15px 30px 15px;
    margin-bottom: 5px;
    border-radius: 17px;
    border: 1px solid #573F80;
}

    div.success {
        color: #4F8A10;
        background-color: #DFF2BF;
        padding: 15px;
        margin-bottom: 5px;
        border-radius: 4px;
        border: 1px solid #DFF2BF;
    }

    div.warning {
        color: #9F6000;
        background-color: #FEEFB3;
        padding: 15px;
        margin-bottom: 5px;
        border-radius: 4px;
        border: 1px solid #9F6000;
    }

    h1 {
        font-size: 20pt;
    }

        h1 option {
            font-size: 18pt;
        }

        h1 .select-titre {
            -webkit-appearance: menulist-button;
            font-size: 18pt;
        }

    .h2 a {
        text-align: center;
        font-size: 16pt;
        text-transform: capitalize;
    }


.retour {
    padding: 6px 16px;
    color: #D75634;

    background-color: #EFEFEF;
    border-radius: 26px;
    border: 1px solid #EFEFEF;
}

.button a, button, input[type='submit'], .ui-button {
    padding: 6px 16px;
    color: #FFFFFF;
    background-color: #D75634;
    border-radius: 16px;
    border: 1px solid #D75634;
}

    .big {
        font-size: 12pt;
        height: 40px;
    }

/*    .button a:hover, button:hover, input[type='submit']:hover {
        background-color: #F89223;
        border: 1px solid #F89223;
        transition: all 0.2s cubic-bezier(0, 0, 1, 1);
    }*/

    table {
        border-collapse: collapse;
        width: 100%
    }

    .evenodd th {
        text-align: left;
    }

    .evenodd tr:nth-child(even) {
        background: #F0F0F0;
    }

    .evenodd tr:nth-child(odd) {
        background: #FFF;
    }

    .evenodd tr:first-child {
        border-top: 1px solid #CCC;
    }

    .evenodd tr:last-child {
        border-bottom: 1px solid #CCC;
    }

    .evenodd tr {
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
    }

    td {
        padding: 3px 5px;
    }

    /* validation.js */
    span.infoValidation, span.successValidation, span.warningValidation, span.errorValidation, span.questionValidation, span.validation {
        border: 1px solid;
        margin: 0px 10px;
        padding: 4px 10px;
        background-repeat: no-repeat;
        background-position: 10px center;
        border-radius: 4px;
        display: inline-block;
    }

    span.infoValidation {
        color: #00529B;
        background-color: #BDE5F8;
    }

    span.successValidation {
        color: #4F8A10;
        background-color: #DFF2BF;
        background-image: url('interface/success.png');
    }

    span.warningValidation {
        color: #9F6000;
        background-color: #FEEFB3;
        background-image: url('interface/warning.png');
    }

    span.errorValidation {
        color: #D8000C;
        background-color: #FFBABA;
    }

        span.errorValidation::before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f06a";
            display: inline-block;
            padding: 0px 5px;
            vertical-align: middle;
            font-weight: 900;
        }

    span.questionValidation {
        color: #9B59B2;
        background-color: #A76FB8;
        background-image: url('interface/help.png');
    }

    input.errorValidation {
        border: 1px dashed #D8000C;
        background-color: #FFBABA;
    }


    /**** timeline ****/
    .timeline-container {
        width: 80%;
        padding: 50px 0;
        margin: 50px auto;
        position: relative;
        overflow: hidden;
    }

        .timeline-container:before { /*This is the line down the middle*/
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -1px;
            width: 2px;
            height: 100%;
            background: #CCD1D9;
            z-index: 1
        }

    .timeline-block {
        width: -webkit-calc(50% + 9px);
        width: -moz-calc(50% + 9px);
        width: calc(50% + 9px);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        clear: both;
    }

    .timeline-block-right {
        float: right;
    }

    .timeline-block-left {
        float: left;
        direction: rtl
    }

    .marker {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid #01AEF0;
        background: #01AEF0;
        margin-top: 10px;
        z-index: 9999
    }

    .timeline-content {
        width: 95%;
        padding: 0 15px;
        color: #666;
        min-height: 100px;
    }

        .timeline-content h3 {
            margin-top: 5px;
            margin-bottom: 5px;
            font-size: 25px;
            font-weight: 500
        }

        .timeline-content span {
            font-size: 15px;
            color: #a4a4a4;
        }

        .timeline-content p {
            font-size: 14px;
            line-height: 1.5em;
            word-spacing: 1px;
            color: #888;
        }

    @media screen and (max-width: 768px) {
        .timeline-container:before {
            left: 8px;
            width: 2px;
        }

        .timeline-block {
            width: 100%;
            margin-bottom: 30px;
        }

        .timeline-block-right {
            float: none;
        }

        .timeline-block-left {
            float: none;
            direction: ltr;
        }
    }

    /* Overlay */
    .lds-dual-ring.hidden {
        display: none;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(240,240,240,.4);
        z-index: 999;
        opacity: 1;
        transition: all 0.5s;
    }

    .lds-dual-ring {
        display: inline-block;
    }

        .lds-dual-ring:after {
            content: " ";
            display: block;
            width: 128px;
            height: 128px;
            margin: 25% auto;
            border-radius: 50%;
            border: 6px solid #fff;
            border-color: #000 transparent #000 transparent;
            animation: lds-dual-ring 1.2s linear infinite;
        }

    @keyframes lds-dual-ring {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }