#coursierHeader {
    background-color: var(--maincolor);
}

#coursierHeader #colTexte {
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

#coursierHeader #colTexte h1 {
    font-family: 'Helvetica Neue';
    font-size: 40px;
}

#coursierHeader #colTexte h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
}

#coursierHeader #colTexte #buttonEstimerGain {
    border-radius: 50px;
    color: #5D5D5D;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: bold;
}

#coursierHeader #colTexte #buttonEstimerGain img {
    margin-right: 10px;
}

#coursierHeader #colForm {
    /*background-image: url("../../images/devenir-coursier/illustration-roue-velo.svg");*/
    background-repeat: no-repeat;
    background-position: center 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

#coursierHeader #colForm #blocForm {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px #DEDEDE;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
}

#coursierHeader #colForm #blocForm #message {
    font-weight: bold;
}

#coursierHeader #colForm #blocForm #formItemInputButton {
    font-size: 20px;
    padding: 8px;
}


select.form-control, input.form-control {
    background-color: #F5F5F5;
    border-radius: 3px;
    border: 0px;
    color: #5A5A5A;
    padding: 15px 20px;
    height: auto !important;
    margin-bottom: 10px;
}


#coursierFeature {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 0px;
}

#coursierFeature #rowFeature {
    display: flex;
    margin-bottom: 50px;
}

#coursierFeature h2 {
    margin-top: 20px;
    margin-bottom: 120px;
    font-weight: 800;
    font-size: 40px;
    text-align: center;
}

#coursierFeature .blocFeature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#coursierFeature .blocFeature h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

#coursierFeature .blocFeature img {
    width: 80px;
    min-width: 80px;
    height: 80px;
}

#coursierFeature .blocFeature svg {
    width: 80px;
    min-width: 80px;
    height: 80px;
}

#coursierFeature .blocFeature > div {
    margin-left: 20px;
}


#coursierSacreFernand #bloc1 {
    background-color: var(--maincolor);
}

#coursierSacreFernand #bloc1 #fondSacreFernand {
    background-image: url("../../images/devenir-coursier/fond-velo-livreur.svg");
    background-repeat: no-repeat;
    background-position: center -135px;
    padding-top: 80px;
    text-align: center;
}

#coursierSacreFernand #bloc1 #texte {
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 30px;
    text-align: center;
}

#coursierSacreFernand #bloc1 #texte h2 {
    font-size: 25px;
    font-weight: bold;
    width: 60%;
    margin: 0 auto;
}

#coursierSacreFernand #bloc2 {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 0px;
}

#coursierSacreFernand #bloc2 #blocTenue img {
    width: 50%;
    height: 50%;
}

#coursierSacreFernand #bloc2 #blocTenue svg {
    width: 50%;
    height: 50%;
}

#coursierSacreFernand #bloc2 #rowEngagement {
    display:flex;
}

#coursierSacreFernand #bloc2 #rowEngagement .elements {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


#coursierSacreFernand #bloc2 #rowEngagement .elements h3 {
    font-size: 20px;
    font-weight: 600;
}

#coursierSacreFernand #bloc2 #rowEngagement .elements img {
    margin-right: 20px;
    height: 50px;
    margin-bottom: 15px;
}

#coursierSacreFernand #bloc2 #rowEngagement .elements svg {
    margin-right: 20px;
    height: 50px;
    margin-bottom: 15px;
}

#coursierSacreFernand #bloc2 #blocTenue {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#coursierSacreFernand #bloc2 #blocTenue > * {
    flex: 1;
    text-align: center;
}

#coursierSacreFernand #bloc2 #blocTenue span {
    font-size: 25px;
    font-weight: bold;
}

#coursierContact {
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
}

#coursierContact h2 {
    margin-bottom: 30px;    
    font-size: 23px;
    font-weight: bold;
}

#coursierContact #buttonContact {
    font-weight: bold;
    width: 350px;
    display: inline-block;
}

#modalSimulation #tableDispo {
    overflow-x:  auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#modalSimulation #tableDispo table {
    border-spacing: 0 5px;
    min-width: 450px;
    width: 100%;
}

#modalSimulation #tableDispo td {
    background-color: #FCFCFC;
    border: solid 1px #D5D5D5;
    border-style: solid none;
    padding: 10px;
    border-top: 0px;
    text-align: center;
}

#modalSimulation #tableDispo th {
    text-align: center;
    width: 20%;
}
#modalSimulation.modal .modal-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
#modalSimulation .modal-body p{
    font-size: 15px;
    line-height: 22px;
}

/* MOBILE */
#modalSimulation #tableDispo th {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #1D2A40;
}

#modalSimulation #tableDispo th:nth-child(1) { width: 20%; }

#modalSimulation #tableDispo td .control {
    display: inline;
}

#modalSimulation #tableDispo th.firstCol {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #1D2A40;
    text-transform: uppercase; 
}

#modalSimulation #tableDispo td.firstCol {
    text-align: left;
    padding-left: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color:#000000
}

#modalSimulation #tableDispo tr:nth-child(1) th {
    border-top: solid 1px #EFEFEF;
    padding-top: 15px;
    padding-bottom: 15px;
}

#modalSimulation #tableDispo tr:nth-child(2) td {
    border-top: solid 1px #D5D5D5;
}

#modalSimulation #tableDispo td:first-child {
    border-left-style: solid;
    border-top-left-radius: 3px; 
    border-bottom-left-radius: 3px;
}

#modalSimulation #tableDispo td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 3px; 
    border-top-right-radius: 3px; 
}


#modalSimulation #tableDispo table .control_indicator {
    background: initial;
    border: 2px solid #D6D6D6;
    border-radius: 3px;
}

#modalSimulation #tableDispo table input:checked ~ .control_indicator {
    background: var(--maincolor);
    border-color: var(--maincolor);
}

#modalSimulation #tableDispo td, #modalSimulation #tableDispo tr:nth-child(2) td, #modalSimulation #tableDispo tr:nth-child(1) th {
    border: 0px;
}

#modalSimulation .control-checkbox .control_indicator:after {
    left: 6px;
    top: 2px;
}

#modalSimulation #resultTotal {
    text-align: center;
    color: var(--maincolor);
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 30px;
}

#modalSimulation #resultTotal span {
    background-color: var(--maincolor);
    color: white;
    padding: 5px 7px;
    border-radius: 3px;
    margin: 2px;
}

#modalSimulation #buttonGo {
    margin: 10px auto 20px auto;
    display: block;
    width: 350px;
}

@media only screen and (max-width: 992px) {
    #coursierHeader {
        background: var(--maincolor);
        background: linear-gradient(to bottom, var(--maincolor) 50%, white 50%);
    }

    #coursierHeader #colTexte {
        padding-bottom: 20px;
        padding-top: 30px;
    }

    #coursierHeader #colTexte h1 {
        font-size: 45px;
    }

    #coursierHeader #colTexte #buttonEstimerGain {
        width: 100%;
    }

    #coursierHeader #colForm {
        padding-top: 40px;
        padding-bottom: 20px;
        background-image: initial;
    }
    
    #coursierHeader #colForm #blocForm {
        position: initial;
    }

    #coursierFeature {
        padding-top: 20px;
    }

    #coursierFeature #rowFeature {
        display:block;
    }
    
    #coursierFeature h2 {
        text-align: center;
        margin-bottom: 60px;
        font-size: 33px;
    }

    #coursierFeature .blocFeature {
        display: block;
    }

    #coursierFeature .blocFeature > div {
        margin-left: 0;
    }
    
    #coursierFeature .blocFeature h3 {
        margin-bottom: 10px;
    }

    #coursierFeature .blocFeature p {
        text-align: center;
    }
    
    #coursierFeature .blocFeature img {
        margin: 0 auto 15px auto;
        display: block;
    }

    #coursierSacreFernand #bloc1 #fondSacreFernand {
        height: 130px;
        background-position: center 50%;
        background-size: 100%;
        padding-top: 30px;
    }
    
    #coursierSacreFernand #bloc1 #fondSacreFernand img {
        height: 100px;
    }
    
    #coursierSacreFernand #bloc1 #fondSacreFernand svg {
        height: 100px;
    }

    #coursierSacreFernand #bloc2 {
        padding-bottom: 20px;
        padding-top: 50px;
    }

    #coursierSacreFernand #bloc1 #texte h2 {
        width: 100%;    
        font-size: 20px;
        line-height: 24px;
    
    }

    #coursierSacreFernand #bloc2 #rowEngagement {
        display:flex;
        flex-direction: column;
        align-items:center;
    }
    
    #coursierSacreFernand #bloc2 #rowEngagement .elements {
        justify-content: initial;
        margin-bottom: 30px;
        align-items: center;
    }

    #coursierSacreFernand #bloc2 #rowEngagement .elements img {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    #coursierSacreFernand #bloc2 #rowEngagement .elements p {
        text-align: center;
    }

    #coursierSacreFernand #bloc2 #blocTenue {
        flex-direction: column-reverse;
    }

    #coursierSacreFernand #bloc2 #blocTenue span {
        margin-bottom: 25px;
    }

    #coursierContact {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #coursierContact #buttonContact {
        max-width: 100%;
    }


    #modalSimulation #buttonGo {
        max-width: 100%;
    }
}
