:root {
    --color1: #233862;
    --color2: #ED7D2B;
    --color3: #ff9b52;
}

.text-color-1 { color: var(--color1); }
.text-color-2 { color: var(--color2); }

body {
    font-family: 'Raleway', sans-serif;
    color: #000000;
}

.container {
    max-width: 1000px !important;
}

.btn {
    font-weight: 600;
    display: inline-block;
    border-radius: 40px;
    padding: 20px 80px;
    margin: 0 auto;
    color: #fff;
    font-size: 21px;
    background: var(--color2);
    box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
    transition: all ease-in-out 0.25s;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.btn:hover {
    color: #fff;
    background: var(--color3);
}

.simulation-gratuite {
    color: var(--color1);
    text-align: center;
    font-size: 18px;
}

.btn-2 {
    font-weight: 600;
    display: block;
    border-radius: 40px;
    padding: 15px 25px;
    color: #fff;
    font-size: 14px;
    background: var(--color2);
    box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
    transition: all ease-in-out 0.25s;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.btn-2:hover {
    color: #fff;
    background: var(--color3);
}

header {
    margin-top: 10px;
}

h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 52px;
    color: #001664;
    margin: 10px 0;
}

.title-separator {
    width: 130px;
    height: 6px;
    background-color: var(--color2);
}

h2 {
    color: var(--color1);
    font-weight: 800;
    font-style: normal;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
}

h3 {
    color: var(--color1);
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.poste {
    font-weight: 500;
    font-size: 18px;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 22px;
}

hr {
    border-top: 1px solid #545454;
    margin: 5px 0;
    opacity: 1;
}


ul {
    list-style: none;
    padding-left: 30px;
}

ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    padding-top: 15px;
    padding-left: 5px;
}

ul li::before {
    content: "\2022";
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.cadre {
    display: flex;
    overflow: hidden;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
    border-radius: 20px;
    margin: 30px 0 20px;
}

.cadre p {
    margin-bottom: 0;
}

.cadre .texte {
    padding: 40px 50px;
    flex: 3;
}

.cadre .img {
    flex: 2;
    background-image: url('images/image-cadre.webp');
    background-position: center;
    background-size: cover;
}

.cadre li {
    font-weight: bold;
}

.criteres li::before {
    content: "✓";
    color: #416fb2;
    font-size: 26px;
    position: relative;
    top: 3px;
    left: 5px;
    width: 40px;
    margin-left: -40px;
}

.btn-profite {
    font-weight: 600;
    display: block;
    padding: 6px 20px;
    color: #fff;
    font-size: 24px;
    background: var(--color2);
    transition: all ease-in-out 0.25s;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
}

.btn-profite:hover {
    color: #fff;
    background: var(--color3);
}

.cadre-col {
    padding: 25px 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-bottom: 50px;
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
}

.cadre-col ul {
    padding-left: 0;
}

.cadre-col li {
    display: flex;
    padding-top: 14px;
}

.cadre-col ul li::before {
    content: "01\a0 - ";
    color: var(--color2);
    margin-left: 0;
    padding-right: 5px;
    font-size: 24px;
    width: auto;
}

.cadre-col ul li:nth-child(2)::before {
    content: "02\a0 - ";
}

.cadre-col ul li:nth-child(3)::before {
    content: "03\a0 - ";
}

.cadre-col li:first-child {
    padding-top: 0;
}

.cadre-col li:not(:last-child) {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

video {
    width: 100%;
}

.cadre-bleu {
    background: var(--color1);
    border-radius: 20px 20px 0 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 36px;
    font-weight: 800;
    margin: 0;
    padding: 20px 0;
}

.cadre-bleu-btn {
    display: block;
    background: var(--color2);
    border-radius: 0 0 20px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 5px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    transition: all ease-in-out 0.25s;
    box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
}

.cadre-bleu-btn:hover {
    background: var(--color3);
    color: #fff;
    text-decoration: none;
}

footer {
    margin-top: 40px;
    padding: 30px 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    line-height: 16px;
    background-color: var(--color1);
}

footer a {
    text-decoration: underline; 
    color: #fff;
}

footer a:hover {
    text-decoration: none;
    color: #fff;
}


.wrap-modal-iframe {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.wrap-modal-iframe .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}


.wrap-modal-iframe .modal-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    border-radius: 24px;
    max-width: 700px;
    width: 100%;
    z-index: 10;
    border: 4px solid var(--color2);
    display: flex;
}

.wrap-modal-iframe iframe {
    width: 100%;
    height: 100%;
    border-radius: 21px;
}

.close-modal {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -10px;
    right: -10px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #F2F5F8;
    border-radius: 100%;
}

.close-modal svg {
    width: 25px;
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

    header {
        margin-top: 10px;
    }

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

    .btn {
        font-size: 14px;
        padding: 20px 10px;
        min-width: auto;
        width: 100%;
    }

    h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }
    
    h3 {
        font-size: 20px;
        line-height: 34px;
    }
    
    p {
        font-size: 18px;
        line-height: 25px;
    }

    .criteres li::before {
        font-size: 22px;
        left: 4px;
        width: 30px;
        margin-left: -30px;
      }

    ul {
        padding-left: 20px;
    }

    ul li {
        font-size: 18px;
        line-height: 25px;
        padding-top: 20px;
    }

    .cadre .img {
        display: none;
    }

    .cadre .texte {
        padding: 20px 30px;
    }

    footer {
        font-size: 14px;
    }

}