/*----------------------------------------*/
@media screen and (max-width: 1366px) {
    .size-960, .size-1140, .size-1280, .size-1520 {
        max-width: 1366px;
    }
}

.section1::before {
    display: block;
    height: 430px;
    background-image: radial-gradient(circle at bottom, #54688e, #2f3a4f 430px);
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2f3a4f;
    background-repeat: no-repeat;
    line-height: 1;
    width: 100%;
}

.section1-wrap {
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 115px;
    position: relative;
}

.seo-section-wrap {

    color: #FFFFFF;
    max-width: 700px;
    margin: 0 auto;
    padding: 35px 0 10px;
    text-align: center;
    display: flex;
}

.data {
    flex: 1;
    text-align: center;
    color: #FFFFFF;
    font-size: 100%;
}

#data-center {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.number {
    text-decoration: none;
    display: block;
}

.number span {
    font-size: 20px;
    font-weight: 400;
}

.seo-car {
    text-align: center;
}

.seo-car img {
    width: 100%;
    max-width: 800px;
}


/*--------------------------------------------------------------*/

.section-menu {
    z-index: 1;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 40px;
}

.section-menu-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 115px;
    margin: 0 auto;
    max-width: 1360px;
    box-sizing: border-box;
}

.encart {
    flex: 1;
    display: flex;
    flex-flow: column;
    margin: 0 15px;
    border-radius: 3px;
     
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    /*box-shadow: 0 10px 20px 0 rgba(47, 58, 79, 0.2);*/
}

.encart .btn-detail {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    width: 230px;
    font-style: normal;
    font-stretch: normal;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    min-height: 45px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #f79631;
    border: 1px solid #f79631;
    text-align: center;
    cursor: pointer;
}

.voir-tarif {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #2f3a4f;
    margin-top: 30px;
    text-decoration: underline;
    display: block;
}


/*--------------------------------------------------------*/

.section3 {
    background-color: #fff;
    padding: 80px 0;
    display: block;
    box-sizing: border-box;
}

.section3-second {
    background-color: #fff;
    padding: 80px 0;
    display: block;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.section3 h2 {
    font-weight: 600;
    color: #2f3a4f;
    margin-top: 0;
    text-align: center;
    font-size: 35px;
}


.section3-second h3 {
    font-weight: 600;
    color: #2f3a4f;
    margin-top: 0;
    text-align: center;
    font-size: 25px;
    padding-top: 50px;
}

.section3-wrap {
    margin: 40px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    max-width: 1360px;
    flex-wrap: wrap;
    box-sizing: border-box;
}


.section3-second .argument{
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
    margin-top: 20px;
    flex-basis: 25%;
}


.section3-second img{
    padding: 10px !important;
}

.section3-second .picto2{
    margin-bottom: 0 !important;
}

.argument {
    flex: 1;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    font-weight: normal;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 20px;
    color: #0a0a0a;
    font-size: 100%;
}

.argument-custom {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    box-sizing: border-box;
}

.argument-custom img {
    width: 100%;
}

.argument .line {
    width: 150%;
    height: 2px;
    top: 60px;
    left: 60%;
    bottom: auto;
    position: absolute;
    z-index: 1;
    background-color: #f4f5f5;
}

.argument .picto {
    width: 112px;
    height: 112px;
    margin-bottom: 30px;
    line-height: 112px;
    position: relative;
    z-index: 3;
    background-color: #2f3a4f;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.argument .picto2 {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    line-height: 112px;
    position: relative;
    z-index: 3;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.argument .picto2 img {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.argument .argument-text {
    flex: none;
    align-self: stretch;
    width: auto;
    text-align: center;
    padding-top: 7px;
}

.argument .argument-text h3 {
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color: #2f3a4f;
    margin-left: auto;
    margin-right: auto;
}

.argument .argument-text span {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    display: inline-block;
    color: #2f3a4f;
}


/*---------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 950px) {
    
}

@media screen and (max-width: 768px) {
    .section1::before {
        height: 350px;
        background-image: radial-gradient(circle at bottom, #54688e, #2f3a4f 350px);
    }
    .section3-second .argument{
        flex-basis: 45%;
    }
    .section1-wrap {
        padding: 0 0;
    }
    .section-menu-wrap {
        padding: 0;
        flex-direction: column;
    }
    .encart .btn-detail {
        width: 150px;
        line-height: 45px;
        height: 45px;
    }
    .section1-wrap h1 {
        font-size: 25px;
    }
    .section1-wrap h3 {
        font-size: 20px;
    }
    .data {
        font-size: 10px;
    }
    .number {
        font-size: 25px;
    }
    .section3 h2 {
        font-size: 20px;
    }

    .argument {
        flex: auto;
      }
      .section3-wrap {
          padding: 0 10px;
      }
      .argument .argument-text span{
        margin-top: 2px;
      }
      .section3-second h3 {
        font-size: 18px;
        padding-top: 20px;
      }
}


form.inscription {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 400px;
    margin: 0 auto;
    padding: 30px;
}

h2 {
    text-align: center;
    color: #333;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 4px;
}

form.inscription button {
    background-color: #2f3a4f;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

form.inscription button:hover {
    background-color: #2f3a4f;
}

p {
    text-align: center;
    margin-top: 15px;
    color: #888;
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.error-message {
    color: #ff0000;
    margin-top: 10px;
}

/*//////////////////////////////
