@font-face {
    font-family: 'Rajdhani';
    src: url('../ressources/fonts/Rajdhani-Bold.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 400';
    src: url('../ressources/fonts/Poppins-Regular.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 500';
    src: url('../ressources/fonts/Poppins-Medium.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 600';
    src: url('../ressources/fonts/Poppins-SemiBold.ttf') format("truetype");
}
@font-face {
    font-family: 'Poppins 700';
    src: url('../ressources/fonts/Poppins-Bold.ttf') format("truetype");
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Rajdhani', serif;
    color: black;
}

/*---------------Container------------------*/
.container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
/*---------------Path----------------*/
.path {
    margin: 5% 0 2% 10%;
}
.path, .path a {
    color: grey;
    font-family: 'Poppins 500', sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.path a:hover {
    color: #fa4c03;
}

/*-----------------------Formulaire-----------------------*/
.title {
    font-size: 35px;
    font-family: Rajdhani, sans-serif;
    color: #FFFFFF;
    font-style: italic;
    font-weight: 700;
    margin-top: 2%;
    margin-bottom: 3%;
}
.formulaire {
    background-image: url("../ressources/images/fondRealisations.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-height: 10%;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-family: "Poppins 400", sans-serif;
}
.block {
    display: flex;
    flex-direction: row;
    margin: 0 10%;
    justify-content: space-between;
}
/*---------------Coordonnées-----------------------*/
.coordonnees {
    width: 45%;
}
.blockCoordonnees {
    background-color: rgba(255,255,255,.5);
    width: 100%;
    padding: 2%;
    height: 225px;
    text-align: left;
}
.blockCoordonnees span{
    display: block;
    color: white;
}
strong {
    color: white;
    font-weight: bold;
}
.blockAppeler {
    font-family: "Poppins 400", sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 3%;
}
.blockAdresse {
    font-family: "Poppins 400", sans-serif;
    font-size: 20px;
    color: #FFFFFF;
}
.blockAdresse1 {
    font-family: "Poppins 400", sans-serif;
    font-size: 15px;
    color: #FFFFFF;
}

/*----------------------form--------------------------*/
form {
    display: flex;
    flex-direction: column;
    width: 45%;
}
.block1, .block2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3%;
    height: 53px;
}
#nP, #etp, #tel, #mail {
    border-radius: 3px;
    border: none;
    padding-left: 1%;
}
.block3 textarea {
    padding: 1%;
    height: 90%;
    width: 100%;
}
#message {
    resize: none;
}
#nP, #etp, #tel, #mail, #message {
    font-family: inherit;
    font-weight: 600;
    color: inherit;
    font-size: 15px;
    padding: 3% 5%;
}
#btSend {
    width: fit-content;
    justify-content: flex-end;
    background-color: #fc4c01;
    border-radius: 25px;
    color: white;
    padding: 3% 5%;
    border: 1px solid transparent;
    font-family: Rajdhani, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10%;
    font-weight: 700;
}
#btSend:hover {
    background-color: transparent;
    color: #fc4c01;
    border-color: #fc4c01;
}
.hiddenSpan {
    color: white;
}
#hiddenSpanNP, #hiddenSpanEtp, #hiddenSpanTel, #hiddenSpanEmail, #hiddenSpanMsg {
    display: none;
}
.champ {
     width: 100%;
     display: flex;
     flex-direction: column;
 }
.champ input {
    width: 95%;
}
#etp, #mail {
    margin-left: 5%;
}
/*--------------------------------Form Send-------------------------------------------*/
#formSend {
    background-color: rgba(255,255,255,.3);
}

#paragraphFormSend {
    color: white;
    font-family: 'Poppins 500', sans-serif;
    font-size: 16px;
    margin: auto auto;
    width: fit-content;
}

/*-----------------------------------Map----------------------------------------------*/
iframe {
    width: 100%;
}
.white {
    color: white;
}




#hiddenSpanEmail {
    display: none;
}


@media only screen and (max-width: 1024px) {
    .path {
        display: none;
    }
    .block {
        flex-direction: column;
    }
    form, .coordonnees {
        width: 100%;
    }
    .coordonnees {
        margin-bottom: 10%;
    }
}

@media only screen and (max-width: 1024px) {
  .container {
    margin-top: 20%;
  }
}
