html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: "Poppins Regular";
    src: url("../font/Poppins-Regular.ttf") format("ttf"), url("../font/Poppins-Regular.otf") format("otf"), url("../font/Poppins-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins Medium";
    src: url("/font/Poppins-Medium.ttf") format("ttf"), url("../font/Poppins-Medium.otf") format("otf"), url("../font/Poppins-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins Light";
    src: url("/font/Poppins-Light.ttf") format("ttf"), url("../font/Poppins-Light.otf") format("otf"), url("../font/Poppins-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.navbar {
    font-family: "Poppins Regular", sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.maxWidth {
    max-width: 1200px !important;
    margin: 0 auto 0 auto !important;
}

@media screen and (min-width: 992px) {
    .navbar {
        font-family: "Poppins Regular", sans-serif;
        font-size: 18px;
        color: #ffffff;
        text-align: center;
    }

    .navbar .nav-link {
        margin: 0 100px 0 0;
    }

    .active {
        text-decoration: underline;
        color: #181C1D;
    }
}

.text_header {
    z-index: 1;
    top: 260px;
}

.text_header h5 {
    font-family: "Poppins Light", sans-serif;
    font-size: 55px;
    color: #ffffff;
}

.text_header p {
    font-family: "Poppins Regular", sans-serif;
    font-size: 24px;
    color: #ffffff;
}

.text_header button {
    height: 60px;
    width: 280px;
    background-color: #ffffff;
    border-radius: 15px;
    border: none;
    font-family: "Poppins Light", sans-serif;
    font-size: 22px;
    color: #181C1D;
}

@media screen and (min-width: 576px) {
    .text_header {
        z-index: 1;
        top: 30px;
    }

    .text_header h5 {
        font-family: "Poppins Light", sans-serif;
        font-size: 35px;
        color: #ffffff;
    }

    .text_header p {
        font-family: "Poppins Regular", sans-serif;
        font-size: 18px;
        color: #ffffff;
    }

    .text_header button {
        height: 45px;
        width: 260px;
        background-color: #ffffff;
        border-radius: 15px;
        border: none;
        font-family: "Poppins Regular", sans-serif;
        font-size: 16px;
        color: #181C1D;
        box-shadow: 4px 4px 13px #000;
    }
}

@media screen and (min-width: 992px) {
    .text_header {
        z-index: 1;
        top: 120px;
    }
}

@media screen and (min-width: 1440px) {
    .text_header {
        z-index: 1;
        top: 200px;
    }

    .text_header h5 {
        font-family: "Poppins Light", sans-serif;
        font-size: 40px;
        color: #ffffff;
    }

    .text_header p {
        font-family: "Poppins Regular", sans-serif;
        font-size: 22px;
        color: #ffffff;
    }

    .text_header button {
        height: 55px;
        width: 280px;
        background-color: #ffffff;
        border-radius: 15px;
        border: none;
        font-family: "Poppins Regular", sans-serif;
        font-size: 18px;
        color: #181C1D;
    }
}

.bloc_1_texte {
    padding: 40px 0 40px 0;
}

.bloc_1_texte h5 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 24px;
    color: #181C1D;
}

.bloc_1_texte p {
    font-family: "Poppins Regular", sans-serif;
    font-size: 18px;
    color: #181C1D;
}

.bloc_1_texte button {
    height: 55px;
    width: 280px;
    background-color: #181C1D;
    border-radius: 15px;
    border: none;
    font-family: "Poppins Regular", sans-serif;
    font-size: 18px;
    color: #ffffff;
    box-shadow: 4px 4px 13px #000;
}

@media screen and (min-width: 576px) {
    .bloc_presentation_ecole h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 22px;
        color: #181C1D;
    }

    .bloc_presentation_ecole p {
        font-family: "Poppins Regular", sans-serif;
        font-size: 16px;
        color: #181C1D;
    }

    .bloc_presentation_ecole img {
        width: 350px;
    }

    .bloc_presentation_ecole_text {
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 12px 5px 20px 5px rgba(0, 0, 0, 0.1);
        width: 770px;
        height: 265px;
        top: 30px;
    }
}

@media screen and (min-width: 992px) {
    .bloc_presentation_ecole h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 22px;
        color: #181C1D;
    }

    .bloc_presentation_ecole p {
        font-family: "Poppins Regular", sans-serif;
        font-size: 16px;
        color: #181C1D;
    }

    .bloc_presentation_ecole img {
        width: 450px;
    }

    .bloc_presentation_ecole_text {
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 12px 5px 20px 5px rgba(0, 0, 0, 0.1);
        width: 770px;
        height: 265px;
        top: 90px;
    }
}

.imgsize {
    width: 100%;
    height: auto;
}

.bloc_modele {
    background-image: url("../img/fond/fond_gris_modele_smartphone.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1038px;
    width: 100%;
}

.bloc_modele .bloc_modele_photo {
    top: 160px;
}

.bloc_modele h5 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 24px;
    color: #ffffff;
}

.bloc_modele p {
    font-family: "Poppins Regular", sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.bloc_modele button {
    height: 60px;
    width: 280px;
    background-color: #181C1D;
    border-radius: 15px;
    border: 1px solid #ffffff;
    font-family: "Poppins Light", sans-serif;
    font-size: 22px;
    color: #ffffff;
}

@media screen and (min-width: 576px) {
    .bloc_modele {
        background-image: url("../img/fond/fond_gris_modele_desktop.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 520px;
        width: 100%;
    }

    .bloc_modele img {
        height: 250px;
    }

    .bloc_modele .bloc_modele_photo {
        top: 155px;
    }

    .bloc_modele h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 32px;
        color: #ffffff !important;
        z-index: 1;
    }

    .bloc_modele p {
        font-family: "Poppins Regular", sans-serif;
        font-size: 14px;
        color: #ffffff;
    }

    .bloc_modele button {
        height: 45px !important;
        width: 260px !important;
        background-color: #181C1D;
        border-radius: 15px;
        border: 1px solid #ffffff;
        font-family: "Poppins Light", sans-serif;
        font-size: 18px !important;
        color: #ffffff;
    }
}

@media screen and (min-width: 576px) {
    .bloc_modele {
        background-image: url("../img/fond/fond_gris_modele_desktop.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 680px;
        width: 100%;
    }

    .bloc_modele img {
        height: 250px;
    }

    .bloc_modele .bloc_modele_photo {
        top: 225px;
    }
}

@media screen and (min-width: 992px) {
    .bloc_modele {
        background-image: url("../img/fond/fond_gris_modele_desktop.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 680px;
        width: 100%;
    }

    .bloc_modele img {
        height: 335px;
    }

    .bloc_modele .bloc_modele_photo {
        top: 205px;
    }

    .bloc_modele h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 34px !important;
        color: #ffffff !important;
        z-index: 1;
    }

    .bloc_modele p {
        font-family: "Poppins Regular", sans-serif;
        font-size: 18px;
        color: #ffffff;
    }

    .bloc_modele button {
        height: 60px !important;
        width: 300px !important;
        background-color: #181C1D;
        border-radius: 15px;
        border: 1px solid #ffffff;
        font-family: "Poppins Light", sans-serif;
        font-size: 20px !important;
        color: #ffffff;
    }
}

@media screen and (min-width: 1920px) {
    .bloc_modele {
        background-image: url("../img/fond/fond_gris_modele_desktop.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 975px;
        width: 100%;
    }

    .bloc_modele img {
        height: 335px;
    }

    .bloc_modele .bloc_modele_photo {
        top: 335px;
    }

    .bloc_modele h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 32px !important;
        color: #ffffff !important;
        z-index: 1;
    }
}

.bloc_shop h5 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 24px;
    color: #181C1D;
}

.bloc_shop p {
    font-family: "Poppins Regular", sans-serif;
    font-size: 18px;
    color: #181C1D;
}

.bloc_shop button {
    height: 60px;
    width: 280px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 2px solid #181C1D;
    font-family: "Poppins Regular", sans-serif;
    font-size: 22px;
    color: #181C1D;
}

@media screen and (min-width: 576px) {
    .bloc_blanc_shop {
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 12px 5px 20px 5px rgba(0, 0, 0, 0.1);
        margin: 40px 0px 0px 0px !important;
    }

    .bloc_gris_shop {
        bottom: -20px;
        left: -20px;
        z-index: -1;
        display: none;
    }

    .bloc_gris_shop_droite {
        top: -20px;
        right: -20px;
        z-index: -1;
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .bloc_shop h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 32px;
        color: #181C1D;
    }

    .bloc_shop h4 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 18px;
        color: #181C1D;
        margin: 33px 0px 33px 16px;
    }

    .bloc_shop p {
        font-family: "Poppins Regular", sans-serif;
        font-size: 16px;
        color: #181C1D;
    }

    .bloc_shop button {
        height: 60px;
        width: 280px;
        background-color: #ffffff;
        border-radius: 15px;
        border: 2px solid #181C1D;
        font-family: "Poppins Regular", sans-serif;
        font-size: 18px;
        color: #181C1D;
    }

    .bloc_blanc_shop {
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 12px 5px 20px 5px rgba(0, 0, 0, 0.1);
    }

    .bloc_gris_shop {
        bottom: -20px;
        left: -20px;
        z-index: -1;
        display: block;
    }

    .bloc_gris_shop_droite {
        top: -20px;
        right: -20px;
        z-index: -1;
        display: block;
    }
}

.bloc_contact {
    background-color: #181C1D;
}

.bloc_contact h4 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 24px;
    color: #ffffff;
}

.bloc_contact .bloc_blanc_contact {
    background-color: #ffffff;
    border-radius: 15px;
}

.bloc_contact .liseret_noir {
    width: 345px;
    height: 100%;
    right: 10px;
    bottom: 10px;
    border: 2px solid #181C1D;
    border-radius: 15px;
}

.bloc_contact h5 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 24px;
    color: #181C1D;
}

.bloc_contact p {
    font-family: "Poppins Regular", sans-serif;
    font-size: 16px;
    color: #181C1D;
}

@media screen and (min-width: 576px) {
    .bloc_contact {
        background-color: #181C1D;
    }

    .bloc_contact .liseret_noir {
        width: 100%;
        height: 340px;
        right: 10px;
        bottom: 10px;
        border: 2px solid #181C1D;
        border-radius: 15px;
    }

    .bloc_contact img {
        width: 115%;
        margin-top: 20%;
    }
}

@media screen and (min-width: 992px) {
    .bloc_contact {
        background-color: #181C1D;
    }

    .bloc_contact h4 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 32px;
        color: #ffffff;
    }

    .bloc_contact .bloc_blanc_contact {
        background-color: #ffffff;
        border-radius: 15px;
        /*
    margin: 0px 0px 0px 0px !important;
    */
    }

    .bloc_contact .liseret_noir {
        width: 100%;
        height: 350px;
        right: 10px;
        bottom: 10px;
        border: 2px solid #181C1D;
        border-radius: 15px;
    }

    .bloc_contact h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 24px;
        color: #181C1D;
    }

    .bloc_contact p {
        font-family: "Poppins Regular", sans-serif;
        font-size: 16px;
        color: #181C1D;
    }

    .bloc_contact img {
        width: 85%;
        margin-top: 1%;
    }
}

@media screen and (min-width: 1200px) {
    .bloc_contact {
        background-color: transparent !important;
    }

    .bloc_contact .bloc_blanc_contact {
        background-color: #ffffff;
        border-radius: 15px;
        margin-top: 0px !important;
    }

    .bloc_contact img {
        width: 125%;
        margin-top: 20%;
    }
}

.bloc_contact_presention {
    background-color: #181C1D;
}

.bloc_contact_presention img {
    width: 600px;
}

.bloc_contact_form h5 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 24px;
    color: #181C1D;
}

.bloc_contact_form input {
    border: 2px solid #181C1D;
    border-radius: 5px;
    width: 315px;
    height: 55px;
    font-family: "Poppins Regular";
    font-size: 22px;
    color: #181C1D;
    margin: 10px;
    position: relative;
    z-index: 1;
}

.bloc_contact_form .bloc_noir {
    height: 55px;
    width: 315px;
    border-radius: 5px;
    background-color: #181C1D;
    top: 17px;
    left: 17px;
    z-index: 0;
}

.bloc_contact_form textarea {
    border: 2px solid #181C1D;
    border-radius: 5px;
    width: 315px;
    height: 155px;
    font-family: "Poppins Regular";
    font-size: 22px;
    color: #181C1D;
    margin: 10px;
    position: relative;
    z-index: 1;
}

.bloc_contact_form .bloc_noir_textarea {
    height: 155px;
    width: 315px;
    border-radius: 5px;
    background-color: #181C1D;
    top: 17px;
    left: 17px;
    z-index: 0;
}

.bloc_contact_form button {
    height: 60px;
    width: 280px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 2px solid #181C1D;
    font-family: "Poppins Medium", sans-serif;
    font-size: 22px;
    color: #181C1D;
}

@media screen and (min-width: 992px) {
    .bloc_contact_form h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 32px;
        color: #181C1D;
    }

    .bloc_contact_form input {
        border: 2px solid #181C1D;
        border-radius: 5px;
        width: 315px;
        height: 55px;
        font-family: "Poppins Regular";
        font-size: 18px;
        color: #181C1D;
        margin: 10px;
        position: relative;
        z-index: 1;
    }

    .bloc_contact_form .bloc_noir {
        height: 55px;
        width: 315px;
        border-radius: 5px;
        background-color: #181C1D;
        top: 17px;
        left: 73px;
        z-index: 0;
    }

    .bloc_contact_form textarea {
        border: 2px solid #181C1D;
        border-radius: 5px;
        width: 50%;
        height: 155px;
        font-family: "Poppins Regular";
        font-size: 18px;
        color: #181C1D;
        margin: 10px;
        position: relative;
        z-index: 1;
    }

    .bloc_contact_form .bloc_noir_textarea {
        height: 155px;
        width: 49%;
        border-radius: 5px;
        background-color: #181C1D;
        top: 17px;
        left: 237px;
        z-index: 0;
    }

    .bloc_contact_form button {
        height: 60px;
        width: 280px;
        background-color: #ffffff;
        border-radius: 15px;
        border: 2px solid #181C1D;
        font-family: "Poppins Medium", sans-serif;
        font-size: 20px;
        color: #181C1D;
    }
}

.bloc_footer {
    background-color: #181C1D;
}

.bloc_footer h4 {
    font-family: "Poppins Light", sans-serif;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 0 10px 0;
    margin: 0px 0px 0px 0px;
}

.formation_titre h5 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 24px;
    color: #181C1D;
}

.formation_titre h4 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 24px;
    color: #181C1D;
}

.formation_titre h3 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 19px;
    color: #181C1D;
}

.formation_titre p {
    font-family: "Poppins Regular", sans-serif;
    font-size: 16px;
    color: #181C1D;
}

.tba_bloc_blanc {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 12px 5px 20px 5px rgba(0, 0, 0, 0.1);
    padding: 40px !important;
}

.tba_bloc_blanc h5 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 18px;
    color: #181C1D;
}

@media screen and (min-width: 992px) {
    .formation_titre h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 32px;
        color: #181C1D;
    }

    .formation_titre h4 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 24px;
        color: #181C1D;
    }

    .formation_bloc_blanc {
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 12px 5px 20px 5px rgba(0, 0, 0, 0.1);
        width: 540px;
        height: 330px;
        padding: 40px !important;
    }

    .tba_bloc_blanc {
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 12px 5px 20px 5px rgba(0, 0, 0, 0.1);
        width: 360px;
        height: 585px;
        padding: 40px !important;
    }

    .tba_bloc_blanc h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 18px;
        color: #181C1D;
    }

    .formation_background {
        top: 520px;
    }
}

.bloc_modele_photo h5 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin: 25px 0 10px 0;
}

.bloc_modele_photo button {
    height: 60px;
    width: 280px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 2px solid #181C1D;
    font-family: "Poppins Regular", sans-serif;
    font-size: 22px;
    color: #181C1D;
}

.bloc_modele_photo_back h5 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 18px;
    color: #181C1D;
    margin: 25px 0 10px 0;
}

.bloc_modele_photo_back button {
    height: 60px;
    width: 280px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 2px solid #181C1D;
    font-family: "Poppins Regular", sans-serif;
    font-size: 22px;
    color: #181C1D;
}

@media screen and (min-width: 1200px) {
    .bloc_modele_photo h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 22px;
        color: #181C1D;
        margin: 25px 0 10px 0;
    }

    .bloc_modele_photo p {
        font-family: "Poppins Regular", sans-serif;
        font-size: 16px;
        color: #ffffff;
    }

    .bloc_modele_photo button {
        height: 60px;
        width: 280px;
        background-color: #ffffff;
        border-radius: 15px;
        border: 2px solid #181C1D;
        font-family: "Poppins Regular", sans-serif;
        font-size: 16px;
        color: #181C1D;
    }

    .bloc_modele_photo_back {
        background-image: url("../img/fond/modele_background_desktop.png");
        background-size: 100% 100%;
        width: 100%;
        height: 1265px;
    }

    .bloc_modele_photo_back h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 22px;
        color: #ffffff;
        margin: 25px 0 10px 0;
    }

    .bloc_modele_photo_back p {
        font-family: "Poppins Regular", sans-serif;
        font-size: 16px;
        color: #ffffff;
    }

    .bloc_modele_photo_back button {
        height: 60px;
        width: 280px;
        background-color: #ffffff;
        border-radius: 15px;
        border: 2px solid #181C1D;
        font-family: "Poppins Regular", sans-serif;
        font-size: 16px;
        color: #181C1D;
    }

    .bloc_modele_photo_back .bloc_modele_photo_back_bloc {
        top: 340px;
    }
}

.brow_artist_titre h5 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 24px;
    color: #181C1D;
}

.brow_artist_titre h3 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 19px;
    color: #181C1D;
}

.brow_artist_titre p {
    font-family: "Poppins Regular", sans-serif;
    font-size: 16px;
    color: #181C1D;
}

@media screen and (min-width: 992px) {
    .brow_artist_titre h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 32px;
        color: #181C1D;
    }

    .brow_artist_titre h4 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 24px;
        color: #181C1D;
    }

    .formation_bloc_blanc {
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 12px 5px 20px 5px rgba(0, 0, 0, 0.1);
        width: 540px;
        height: auto;
        padding: 40px !important;
    }

    .tba_bloc_blanc {
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 12px 5px 20px 5px rgba(0, 0, 0, 0.1);
        width: 360px;
        height: 585px;
        padding: 40px !important;
    }

    .tba_bloc_blanc h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 18px;
        color: #181C1D;
    }

    .brow_artist_background {
        top: 1420px;
    }
}

.bloc_contact {
    background-color: #181C1D;
}

.bloc_contact h4 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 24px;
    color: #ffffff;
}

.bloc_contact .bloc_blanc_contact {
    background-color: #ffffff;
    border-radius: 15px;
}

.bloc_contact .liseret_noir {
    width: 345px;
    height: 100%;
    right: 10px;
    bottom: 10px;
    border: 2px solid #181C1D;
    border-radius: 15px;
}

.bloc_contact h5 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 24px;
    color: #181C1D;
}

.bloc_contact p {
    font-family: "Poppins Regular", sans-serif;
    font-size: 16px;
    color: #181C1D;
}

.bloc_adresse_qui h5 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 24px;
    color: #181C1D;
}

.bloc_adresse_qui p {
    font-family: "Poppins Regular", sans-serif;
    font-size: 18px;
    color: #181C1D;
}

@media screen and (min-width: 576px) {
    .bloc_contact {
        background-color: #181C1D;
    }

    .bloc_contact .liseret_noir {
        width: 100%;
        height: 340px;
        right: 10px;
        bottom: 10px;
        border: 2px solid #181C1D;
        border-radius: 15px;
    }

    .bloc_contact img {
        width: 115%;
        margin-top: 20%;
    }
}

@media screen and (min-width: 992px) {
    .bloc_contact {
        background-color: #181C1D;
    }

    .bloc_contact h4 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 32px;
        color: #ffffff;
    }

    .bloc_contact .bloc_blanc_contact {
        background-color: #ffffff;
        border-radius: 15px;
        /*
    margin: 0px 0px 0px 0px !important;
    */
    }

    .bloc_contact .liseret_noir {
        width: 100%;
        height: 100%;
        right: 10px;
        bottom: 10px;
        border: 2px solid #181C1D;
        border-radius: 15px;
    }

    .bloc_contact h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 24px;
        color: #181C1D;
    }

    .bloc_contact p {
        font-family: "Poppins Regular", sans-serif;
        font-size: 16px;
        color: #181C1D;
    }

    .bloc_contact img {
        width: 85%;
        margin-top: 1%;
    }
}

@media screen and (min-width: 1200px) {
    .bloc_contact {
        background-color: #181C1D;
    }

    .bloc_contact .bloc_blanc_contact {
        background-color: #ffffff;
        border-radius: 15px;
        margin-top: 0px !important;
    }

    .bloc_contact img {
        width: 100%;
        margin-top: 20%;
        margin-bottom: 20%;
    }
}

.bloc_contact_form h5 {
    font-family: "Poppins Medium", sans-serif;
    font-size: 24px;
    color: #181C1D;
}

.bloc_contact_form input {
    border: 2px solid #181C1D;
    border-radius: 5px;
    width: 315px;
    height: 55px;
    font-family: "Poppins Regular";
    font-size: 22px;
    color: #181C1D;
    margin: 10px;
    position: relative;
    z-index: 1;
}

.bloc_contact_form .bloc_noir {
    height: 55px;
    width: 315px;
    border-radius: 5px;
    background-color: #181C1D;
    top: 17px;
    left: 17px;
    z-index: 0;
}

.bloc_contact_form textarea {
    border: 2px solid #181C1D;
    border-radius: 5px;
    width: 315px;
    height: 155px;
    font-family: "Poppins Regular";
    font-size: 22px;
    color: #181C1D;
    margin: 10px;
    position: relative;
    z-index: 1;
}

.bloc_contact_form .bloc_noir_textarea {
    height: 155px;
    width: 315px;
    border-radius: 5px;
    background-color: #181C1D;
    top: 17px;
    left: 17px;
    z-index: 0;
}

.bloc_contact_form button {
    height: 60px;
    width: 280px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 2px solid #181C1D;
    font-family: "Poppins Medium", sans-serif;
    font-size: 22px;
    color: #181C1D;
}

@media screen and (min-width: 992px) {
    .bloc_contact_form h5 {
        font-family: "Poppins Medium", sans-serif;
        font-size: 32px;
        color: #181C1D;
    }

    .bloc_contact_form input {
        border: 2px solid #181C1D;
        border-radius: 5px;
        width: 315px;
        height: 55px;
        font-family: "Poppins Regular";
        font-size: 18px;
        color: #181C1D;
        margin: 10px;
        position: relative;
        z-index: 1;
    }

    .bloc_contact_form .bloc_noir {
        height: 55px;
        width: 315px;
        border-radius: 5px;
        background-color: #181C1D;
        top: 17px;
        left: 73px;
        z-index: 0;
    }

    .bloc_contact_form textarea {
        border: 2px solid #181C1D;
        border-radius: 5px;
        width: 50%;
        height: 155px;
        font-family: "Poppins Regular";
        font-size: 18px;
        color: #181C1D;
        margin: 10px;
        position: relative;
        z-index: 1;
    }

    .bloc_contact_form .bloc_noir_textarea {
        height: 155px;
        width: 49%;
        border-radius: 5px;
        background-color: #181C1D;
        top: 17px;
        left: 237px;
        z-index: 0;
    }

    .bloc_contact_form button {
        height: 60px;
        width: 280px;
        background-color: #ffffff;
        border-radius: 15px;
        border: 2px solid #181C1D;
        font-family: "Poppins Medium", sans-serif;
        font-size: 20px;
        color: #181C1D;
    }
}

.bloc_footer {
    background-color: #181C1D;
}

.bloc_footer h4 {
    font-family: "Poppins Light", sans-serif;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 0 10px 0;
    margin: 0px 0px 0px 0px;
}

.bloc_footer a,
.bloc_footer a:hover {
    color: white;
}

.fixed-bottom {
    z-index: 0 !important;
}

.black-border-img {
    border: 2px solid black;
    width: 440px;
    display: block;
    height: 190px;
    position: absolute;
    top: -10px;
    border-radius: 10px;
}

.black-border-img.w-100 {
    height: 100%;
    width: calc(100% - 16px) !important;
}

.formation_bloc_blanc .d-none.d-sm-block,
.formation_bloc_blanc .d-block.d-sm-none {
    position: relative;
}

.formation_bloc_blanc .d-none.d-sm-block {
    width: 460px;
}

.formation_bloc_blanc .d-none.d-sm-block img,
.formation_bloc_blanc .d-block.d-sm-none img {
    border-radius: 10px;
}

.formation_bloc_blanc img.w-100 {
    width: calc(100% - 20px) !important;
}

.image-formation {
    display: flex;
    justify-content: center;
    align-items: center;

}

.formation p,
.col-lg-7 p,
.col-lg-7 h4 {
    font-family: "Poppins Regular", sans-serif;
    text-align: justify;
}

.formation button {
    height: 60px;
    width: 280px;
    background-color: black;
    border-radius: 15px;
    border: 2px solid #181C1D;
    font-family: "Poppins Regular", sans-serif;
    font-size: 16px;
    color: white;
}

.grey {
    color: #6d6d6d;
}

@media screen and (min-width: 1200px) {
    .bloc_detail_formation {
        height: auto !important;
        background-image: none !important;
        margin-bottom: 220px;
        background: black;
        margin-top: 340px;
    }

    .bloc_detail_formation .bloc_modele_photo_back_bloc {
        top: 0;
    }

    .bloc_detail_formation:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        background-color: black;
        transform: skewY(10deg);
        transform-origin: left top;
        backface-visibility: hidden;
        z-index: -1;
    }

    .bloc_detail_formation:after {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        background-color: black;
        transform: skewY(10deg);
        transform-origin: right top;
        backface-visibility: hidden;
        z-index: -1;
    }

    .bloc_detail_formation h4 {
        color: white;
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .bloc_detail_formation p {
        font-size: 14px;
        text-align: justify !important;
    }
}

@media screen and (max-width: 992px) {
    .text_header {
        top: auto;
    }

    .text_header h5 {
        font-size: 12px;
    }

    .fixed-bottom,
    .fixed-top {
        z-index: 0 !important;
    }

    .text_header button.mt-4 {
        margin-top: 0 !important;
        font-size: 15px;
        height: 30px;
    }

    h4 {
        font-size: 1rem !important;
    }
}

/*# sourceMappingURL=style.css.map */