body {
    /* background: transparent linear-gradient(173deg, #000000 0%, #232323 48%, #000000 68%, #393939 100%) 0% 0% no-repeat padding-box; */
    background: url("../img/backgroundx2-267b8fa4e3d8952d984dc17b77b75dae.png") #000;
    background-size: cover;
    padding: 40px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    min-height: 100vh;
}
a {
    color: #fff;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
h1 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #FFFFFF;
}
h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
}
h3 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
ul {
    padding-left: 15px;
}
header {
    margin-bottom: 50px;
}
header img {
    width: 158px;
    height: 44px;
    max-width: 100%;
}
header nav {
    border: 1px solid #707070;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    padding: 11px 40px;
    letter-spacing: -0.36px;
}
header nav a {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 0 40px;
    display: inline-block;
}
header nav a:hover {
    text-decoration: underline;
}
header nav a.active {
    font-weight: bold;
}
header nav a:after {
    content: '.';
    font-size: 20px;
    position: absolute;
    top: -7px;
    right: 5px;
    font-weight: 700;
}
header nav a:last-child:after {
    content: '';
}

footer {
    margin-top: 30px;
    font-weight: 300;
}
footer a {
    color: #CCCCCC;
    text-decoration: none;
    padding-right: 10px;
}
footer p {
    margin: 0;
}
.footer-logo img {
    width: 310px;
    margin-bottom: 30px;
    max-width: 100%;
}
footer .footer-btm {
    border-top: 1px solid #FFFFFF1A;
    color: #CCCCCC;
    padding-top: 50px;
    margin-top: 40px;
    font-size: 16px;
}

h1.slogan {
    font-size: 38px;
    line-height: 49px;
    text-align: left;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}
h1.slogan .slog2 {
    display: block;
}
h1.slogan .slog3 {
    display: block;
    font-size: 44px;
}
.imgBaseline {
    margin-left: 20px;
}
.page-index footer img {
    display: none;
}
.homenext .fleche {
    display: inline-block;
    width: 79px;
    border: 1px solid;
    border-radius: 100%;
    height: 79px;
    text-align: center;
    font-size: 45px;
    vertical-align: middle;
}
.homenext .homenext-txt {
    font-size: 18px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.homenext .homenext-txt .homenext-txt-1 {
    display: block;
    /* font-style: italic; */
    font-weight: 200;
}
.homenext .homenext-txt .homenext-txt-2 {
    display: block;
    font-weight: 600;
}
.homenext .homenext-txt .homenext-txt-2 span {
    padding-left: 5px;
}
.btnjoin {
    font-size: 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.4px;
    padding: 11px 80px;
    border-radius: 67px;
    display: table;
    margin: 100px auto 0;
    cursor: pointer;
    box-shadow: 0px 1px 29px #FFFFFF7A;
    border: 1px solid #FFFFFF;
}
.btnjoin span {
    font-weight: 600;
}
.btnjoin:hover {
    color: #fff;
}
.blcdesc {
    color: #fff;
    font-weight: 300;
}
.blcdesc b {
    color: #fff;
    font-weight: 700;
}
fieldset {
    margin-top: 40px;
}
fieldset legend {
    display: flex;
    color: #fff;
    margin-bottom: 20px;
}
fieldset legend span {
    display: block;
    white-space: nowrap;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
fieldset legend:after {
    content: '';
    border-top: 1px solid #707070;
    width: 100%;
    left: 0;
    margin-top: 12px;
}

.form-select, 
.form-control{
    padding: 2px 10px;
}
.form-control {
    margin: 5px 0 20px;
}
legend.col-form-label:after {
    display: none;
}
.choice-type > div {
    display: flex;
}
.choice-type > div .form-check {
    margin: 5px 30px 20px 0;
}
textarea.form-control {
    border: 1px solid #5A5A5A;
    border-radius: 4px;
    background: transparent;
    min-height: 130px;
    color: #fff;
}
select.form-select {
    max-width: 250px;
}
.formation-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.registrationform {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}
.registrationform button {
    background: #fff;
    width: 320px;
    height: 64px;
    border-radius: 67px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    display: table;
    margin: 40px auto 0;
}
.customHoney {
    position: fixed;
    left: -100%;
    top: -100%;
}

.formation-form .form-check {
    width: 100%;
}
.mb-big {
    margin-bottom: 150px;
}
.descformmation {
    color: #A7A7A7;
    text-align: center;
    font-weight: 600;
}
fieldset.fieldset-formation {
    border: 1px solid #707070;
    padding: 0 60px 50px;
    font-weight: 600;
}
fieldset.fieldset-formation legend {
    width: auto;
    float: none;
    margin: 0;
    padding: 0 25px 0 15px;
}
fieldset.fieldset-formation legend h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}
fieldset.fieldset-formation legend:after {
    display: none;
}
fieldset.fieldset-formation ul {
    font-weight: 300;
    margin-bottom: 5px;
}
fieldset.fieldset-formation h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    margin: 50px 0 15px;
}
fieldset.fieldset-formation.fieldset-program {
    padding-top: 50px;
}
fieldset.fieldset-formation.fieldset-program legend {
    padding: 0 50px;
}
fieldset.fieldset-formation.fieldset-program .text-end {
    padding-right: 30px;
}
fieldset.fieldset-formation.fieldset-program .text-end.text-end-desc {
    opacity: 0.6;
    padding-bottom: 30px;
}
fieldset.fieldset-formation.fieldset-program .text-desc {
    border-left: 1px solid #707070;
    padding-bottom: 30px;
    padding-left: 30px;
}
fieldset.fieldset-formation.fieldset-program .program-item .text-end:after {
    content: '';
    width: 10px;
    display: block;
    height: 10px;
    background: #fff;
    position: absolute;
    right: -5px;
    top: 5px;
}
fieldset.fieldset-formation ul.speclist {
    list-style-type: none;
}
fieldset.fieldset-formation ul.speclist li {
    position: relative;
}
fieldset.fieldset-formation ul.speclist li:before {
    content: '';
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: -15px;
    top: 7px;
    transform: rotate(45deg);
}
.msgvalidation {
    margin-bottom: 150px;
}
.homeblc img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.homeblc {
    display: table;
    margin: 200px 50px 100px;
}
@media (min-width: 768px) {
    .formation-form .form-check {
        max-width: 260px;
        flex: 0 0 25%;
    }
}
@media (max-width: 767.5px) {
    body {
        padding: 40px 20px;
    }
    header {
        padding: 0 12px;
    }
    header img {
        max-width: 132px;
        display: inline-block;
    }
    header .hambmenu {
        font-size: 23px;
        vertical-align: top;
        text-decoration: none;
        float: right;
    }
    header nav {
        border: 0;
        position: fixed;
        background: #000;
        padding: 20px 20px;
        transition-duration: 0.5s;
        transition-property: transform;
        transition-timing-function: linear;
        transform: translateX(-100%);
        height: 100vh;
        top: 0;
        z-index: 9;
    }
    header nav.open {
        transform: translateX(0);
    }
    .closeMenu {
        display: none;
    }
    header .closeMenu {
        position: absolute;
        display: inline-block;
        top: 20px;
        right: 20px;
        z-index: 10;
        text-decoration: none;
        width: auto;
        border: 0;
        margin: 0;
        padding: 0;
    }
    header nav a {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #707070;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    header nav a:after {
        display: none;
    }
    .container-home {
        padding: 0;
    }
    .homeblc {
        margin: 20px 0;
    }
    .homeblc img {
        max-width: 266px;
    }
    h1.slogan {
        margin: 20px 0;
    }
    .homenext {
        position: relative;
    }
    .homenext .fleche {
        width: 45px;
        height: 45px;
        font-size: 25px;
    }
    .homenext .homenext-txt {
        font-size: 16px;
        margin-left: 0;
    }
    .btnjoin {
        padding: 11px 16px;
        margin-top: 50px;
    }
    fieldset.fieldset-formation.fieldset-program .text-desc {
        border-left: 0;
    }
    fieldset.fieldset-formation.fieldset-program .col-md-6 {
        border-right: 1px solid #707070;
        padding-left: 0;
        padding-right: 20px;
    }
    fieldset.fieldset-formation.fieldset-program legend {
        padding: 0 20px;
    }
    .footer-logo img {
        display: none;
    }
    .homeblc img.mainLogo {
        display: none;
    }
    .imgBaseline {
        margin: 0;
    }
}