body {
    font-family: "Titillium Web", sans-serif;
    margin: 0;
}
p,
a,
main ul {
    color: #003474;
    margin: 0;
    font-size: 1.05em;
    line-height: 1.1em;
}
p {
    margin: 1em 0;
}

h1,
h2,
h3,
h4 {
    font-family: "Oswald", sans-serif;
    color: #003474;
        font-weight: normal;
}

.conteneur {
    width: 90%;
    margin: 0 auto;
}

header,
footer {
    background-color: #003474;
}
footer {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}
header a {
    color: #fff;
}
.headerlink {
    display: grid;
    grid-template-rows: 1fr 1fr;
    padding: 1em 0 3em 5%;
}
.logo {
    max-width: 80%;
}
a {
    text-decoration: none;
}
.grid {
    display: grid;
}
.conteneur {
    max-width: 90%;
    margin: 0 auto;
}
.btnorange {
    background-color: #cc5515;
    color: #fff;
    border-radius: 0.5em;
    padding: 0.5em 1.5em;
    transition: 0.5s;
    border: 0;
    cursor: pointer;
}

.btnorange::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f101";
    padding: 0 0.5em 0 1em;
}

.btnorange:hover {
    text-decoration: none;
    background-color: #003474;
}

h1 {
    font-size: 2.3em;
    margin-top: 0;
    margin-bottom: 0.5em;
}
h2 {
    font-size: 2.2em;
    margin-bottom: 0.5em;
    line-height: 1.2em;
}
h3 {
    font-size: 1.3em;
}
.tripleEffet {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}
.tripleEffet p {
    font-weight: bold;
    font-size: 35px;
    margin: 0;
}
.tripleEffet span {
    font-weight: bold;
    font-size: 200px;
    color: #cc5515;
    line-height: 1em;
    margin-bottom: 0.2em;
}
.stepColor {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 2em;
}
.stepColor li {
    list-style: none;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 1.1em;
    color: #003474;
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: center;
    font-weight: bold;
    line-height: 1.2em;
}
.stepColor .couleur {
    font-size: 1.5em;
    color: #fff;
    width: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.stepColor .couleur1 {
    background-color: #c8ad31;
}
.stepColor .couleur2 {
    background-color: #62c4a0;
}
.stepColor .couleur3 {
    background-color: #74b0c2;
}
.upper {
    text-transform: uppercase;
}

img {
    width: 100%;
    height: auto;
    max-width: max-content;
    display: block;
}
.pt4 {
    padding-top: 2em;
}
.pb4 {
    padding-bottom: 2em;
}
.width80 {
    width: 80%;
}
.benefices {
    background-color: #003474;
}
.benefices h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}
.benefices__box {
    display: grid;
    justify-content: center;
    gap: 20px;
}
.benefice {
    background-color: #fff;
    border-radius: 32px;
    text-align: center;
    padding: 20px;
}
.benefice h3 {
    font-weight: normal;
    margin: 0;
    font-size: 1.4em;
}
.benefice img {
    max-width: 50%;
    margin: 0 auto;
}
.benefice ul {
    margin: 0.5em 0 0 0;
    padding: 0;
    color: #003474;
}
.benefice ul li {
    list-style: none;
}
.content p {
    margin: 0;
    text-transform: uppercase;
}
.content span {
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1em;
}
.bggris {
    background-color: #e9e8e8;
}

input,
textarea {
    background-color: #fff;
    border: 0;
    color: #003474;
    padding: 10px;
    width: 90%;
    margin-bottom: 10px;
}
textarea {
    height: 100px;
}
input[name='name']{
    display: none;
}
.message-success{
    background-color: green;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 1em;
    width: 85.5%;
}
@media only screen and (min-width: 48em) {
    .logo {
        max-width: 60%;
    }
    .headerlink {
        padding-bottom: 1em;
        padding-left: 10%;
    }
    .grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .grid--60 {
        grid-template-columns: 40% 60%;
        gap: 40px;
    }
    .benefices__box {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .tripleEffet {
        flex-wrap: nowrap;
        align-items: center;
        gap:20px;
    }
    .tripleEffet span {
        font-size: 120px;
    }
}

@media only screen and (min-width: 64em) {
    .stepColor .couleur {
        width: 70px;
        height: 80px;
        font-size: 2.3em;
    }
    .conteneur {
        width: 80%;
        margin: 0 auto;
    }
    .logo {
        max-width: 80%;
    }
    .headerlink {
        padding-left: 20%;
        padding-bottom: 2.5em;
    }
    h3{
        font-size: 1.4em;
    }
    .benefices h2{
       padding-bottom: 1em;
    }
    .benefice h3{
        font-size: 1.6em;
        line-height: 1.2em;
        padding-bottom: .5em;
    }
    .pt4 {
        padding-top: 4em;
    }
    .pb4 {
        padding-bottom: 4em;
    }
    .tripleEffet span {
        font-size: 160px;
    }
    .stepColor{
        padding-top: 3em;
    }
}

@media only screen and (min-width: 90em) {
    .logo {
        max-width: 80%;
    }
    .headerlink {
        padding-bottom: 5.5em;
    }
    h1{
        font-size: 4.3em;
        line-height: 1.2em;
    }
    h3{
        font-size: 2.2em;
    }
    .stepColor li {
        font-size: 1.4em;
        grid-template-columns: 1fr 6fr;
    }
    .tripleEffet span {
        font-size: 200px;
    }
    .benefices__box {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 80px;
    }
    .benefice img{
        max-width: 70%;
    }
    h2{
       font-size: 3em;
    }
    .pl4{
        padding-left: 20%;
    }
    .grid--80{
        gap: 80px;
    }
    .content{
        max-width: 70%;
    }
}
@media only screen and (min-width: 96em) {
    h1{
        font-size: 4.8em;
    }
    h3{
        font-size: 2.2em;
    }
    .stepColor li {
        font-size: 1.4em;
        grid-template-columns: 1fr 6fr;
    }
    .tripleEffet span {
        font-size: 200px;
    }
    input{
        padding: 20px 10px;
    }
}
