html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.phone {
    display: none;
}

.desktop {
    display: flex;
}

html {
  position: relative;
  min-height: 100%;
}
nav {
    background-color: black !important;
}
.footer {
    position: inherit !important;
}

li a{
    transition-duration: 0.4s;
}

li a:hover {
    color: #f39223;
}

.pdLogo .button:hover {
    color: white;
}

.w100{
    width: 100%;
}

.half{
    width: 48%;
}

.containerGeneral {
    padding-right: 10rem;
    padding-left: 10rem;
    width: 100%;
}

.nav-item a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pdLogo {
    padding-left: 5rem;
    display: flex;
    align-items: center;
    bottom: -20px;
    position: relative;
}

    .pdLogo .button {
        background-color: #f39223;
        padding: 1rem 2rem 1rem 2rem;
        border-radius: 2rem;
        font-weight: 700;
        text-transform: uppercase;
        transition-duration: 0.4s;
        color: black;
        text-decoration: none;
    }

.phoneNav{
    position: absolute;
    top: 10px;
    right: 17%;
}

    .phoneNav p {
        font-weight: 600;
        font-size: 20px;
        color: white;
    }

.phoneNav a{
    font-weight: 900;
    font-size: 22px;
    color: #f39223 !important;
    text-decoration: none;
    transition-duration: 0.4s
}

.phoneNav a:hover {
    color: white !important;
}

.navA{
    font-weight: 900;
    font-size: 22px;
    color:white!important;
    text-decoration: none;
    transition-duration: 0.4s
}

    .navA:hover {
        color: #f39223 !important;
    }

.baniere{
    background-image: url("../img/banner2.png");
    width: 100%;
    height: 605px;
    color: white;
}

    .baniere h1 {
        font-weight: 700;
        font-size: 40px;
    }

    .baniere p {
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 2rem;
    }

    .baniere a {
        font-weight: 600;
        font-size: 22px;
        color: black !important;
        padding: 1rem;
        background-color: #f39223;
        border-radius: 2rem;
        text-transform: uppercase;
        text-decoration: none;
        transition-duration: 0.4s;
    }

    .baniere a:hover{
        color: white!important;
    }

    .baniere div {
        background: rgba(46, 46, 46, 0.38);
        width: 50%;
        padding: 5rem 5rem 5rem 11rem;
        text-align: left;
        position: absolute;
        margin-top: 120px;
    }


.displayFlexAffaires {
    display: flex;
    margin-top: 5rem;
    padding-bottom: 5rem;
    justify-content: center;
}

.affaires {
    background-color: #E5E5E5;
}

.pd1{
    padding: 1rem;
}

.affairesTitle {
    width: 60%;
}

.boxAffaire h2 {
    font-weight: 700;
    font-size: 32px;
    color: #f39223;
    margin-bottom: 1.5rem;
}
.boxAffaire p {
    font-weight: 400;
    font-size: 22px;
    color: #5C5A5A;
    line-height: 26px;
}

.boxAffaireWidth{
    width: 31%;
}
.boxAffaireWidth2 {
    width: 31%;
}


.services {
    background-color: white;
}

.servicesTitle {
    width: 22%;
}

.estimationGratuite {
    background-image: url("../img/estimation2.jpg");
    height: 425px;
    text-align: center;
    color: white;
    padding: 4rem;
}

    .estimationGratuite p {
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 22px;
    }

    .estimationGratuite a {
        border-radius: 2rem;
        padding: 0.8rem;
        background-color: #f39223;
        font-weight: 600;
        font-size: 22px;
        text-decoration: none;
        color: white;
        transition-duration: 0.4s;
    }

.realisationTitle {
    width: 28%;
}

.realisationTexte p{
    margin-top: 2rem;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color:black;
    width: 70%;
    margin-bottom: 4rem;
}

.realisationIMG {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .realisationIMG a {
        box-shadow: 7px 7px 10px 1px rgba(0, 0, 0, 0.6);
        margin-bottom: 3rem;
        width: 32%;
        height: 100%;
    }

    .realisationIMG a img{
        width: 100%;
    }
    .inspiration {
        height: 230px;
        background-image: url("../img/inspiration2.jpg");
        padding: 5rem;
    }

.formTitle {
    width: 45%;
}

.formulaire {
    background-color: #282828;
}

.inputDiv {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.generalTitle {
    background-color: black;
    font-weight: 600;
    font-size: 36px;
    border-bottom-right-radius: 3rem;
    padding-top: 3px;
    padding-bottom: 3px;
}

.form {
    margin-top: 5rem;
    width: 48%;
    margin-bottom: 5rem;
}

.info {
    margin-top: 5rem;
    padding-left: 4rem;
    width: 48%;
    margin-bottom: 5rem;
}

input {
    height: 40px;
    padding-left: 1rem;
}

.white{
    color: white;
}

label{
    color: white;
}

.aPhone {
    font-size: 40px;
    text-decoration: none;
    color: #f39223;
    font-weight: bold;
    transition-duration: 0.4s;
}

.aMail {
    font-size: 32px;
    text-decoration: none;
    color: #f39223;
    transition-duration: 0.4s;
}

    .aMail:hover, .aPhone:hover, .estimationGratuite a:hover {
        color: black!important;
    }

.displayFlex {
    display: flex;
    margin-top: 5rem;
    padding-bottom: 5rem;
    align-items: center;
}

.contactInfo {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

textarea {
    min-height: 150px;
    padding:1rem;
}

button {
    background-color: #f39223;
    color: white;
    border-color: transparent;
    font-size: 20px;
    border-radius: 2rem;
    padding: 1rem;
    font-weight: bold;
    transition-duration: 0.4s
}

button:hover{
    color: black;
}

.flex50 {
    display: flex;
    justify-content: space-between;
}

.black{
    color:black;
}

.pd10{
    padding-left: 10rem;
}

.pdCustom{
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.joinUsP{
    font-size: 20px;
}

.mt15 {
    margin-top: 1.5rem;
}

.orange {
    color: #f39223;
}

.footer{
    background-color:black;
}

@media (max-width: 1550px){

    .containerGeneral {
        padding-right: 5rem;
        padding-left: 5rem;
    }

    .nav-item a {
        font-size: 14px;
        padding-left: 0rem;
        padding-right: 1rem;
    }

    nav img {
        width: 220px;
    }

    .pdLogo {
        padding-left: 2rem;
    }

    .pdLogo .button {
        padding: 0.5rem 1rem 0.5rem 1rem;
        font-size: 14px;
    }

    .baniere div {
        width: 70%;
        padding: 5rem 5rem 5rem 6rem;
    }

    .generalTitle {
        font-size: 26px;
    }

    .servicesTitle{
        width: 40%;
    }

    .realisationTitle {
        width: 45%;
    }


    .realisationIMG img{
        width: 100%;
    }
}

@media (max-width: 1200px){

    .boxAffaireWidth {
        width: 48%;
    }

    .boxAffaireWidth2 {
        width: 50%;
    }

    .displayFlexAffaires {
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px){

    .containerGeneral {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .footer {
        white-space: inherit !important;
        line-height: 30px !important;
    }

    .realisationIMG a {
        width: 48%;
    }

    .baniere div {
        width: 80%;
        padding: 5rem 5rem 5rem 4rem;
    }

    .pd10 {
        padding-left: 4rem;
    }

    .aPhone {
        font-size: 32px;
    }

    .aMail {
        font-size: 22px;
    }

    .fa-2x{
        font-size: 1.5rem!important;
    }

    .baniere h1 {
        font-size: 30px;
    }

    .baniere a {
        font-size: 18px;
    }

    .phone{
        display:flex;
    }
    .desktop{
        display: none;
    }

    .phoneNav {
        position: relative;
        top: 0px;
        right: 0;
    }

   button {
        background-color: #f39223;
        color: black;
        border-color: transparent;
        font-size: 14px;
        border-radius: 0.5rem;
        padding: 0.8rem;
        font-weight: bold;
        margin-top: 0.5rem;
    }

    nav img {
        width: 250px;
    }

    nav{
        background-color: black!important;
    }

    .topnav {
        overflow: hidden;
        background-color: black;
        position: relative;
        width: 100%;
        padding: 0.5rem
    }

    .topnav #myLinks {
        display: none;
    }

    .active {
        background-color: #04AA6D;
        color: white;
    }
}

@media (max-width: 840px){
    .boxAffaireWidth {
        width: 100%;
    }
    .boxAffaireWidth2 {
        width: 100%;
    }
    .form {
        margin-top: 2rem;
        padding-left: 0rem;
        width: 100%;
    }

    .info {
        margin-top: 5rem;
        padding-left: 0rem;
        width: 100%;
        margin-bottom: 5rem;
    }

    .flex50 {
        display: flex;
        flex-direction: column;
    }

    .displayFlex {
        flex-direction: column;
    }

    .half{
        width: 100%;
    }

    .baniere {
        height: 380px;
    }

        .baniere div {
            margin-top: 80px;
            width: 90%;
            padding: 3rem 3rem 3rem 4rem;
        }

    .baniere h1 {
        font-size: 20px;
    }

    .baniere p {
        font-size: 14px;
    }

    .baniere a {
        font-size: 12px;
    }

    nav img {
        width: 200px;
    }

    .generalTitle {
        font-size: 18px;
    }

    .pd10 {
        padding-left: 3rem;
        padding-top: 0.5rem;
    }

    .affairesTitle, .formTitle {
        width: 93%;
    }

    .servicesTitle, .realisationTitle{
        width: 65%;
    }

    .boxAffaire p {
        font-size: 14px;
        line-height: 20px;
    }
    .boxAffaire h2 {
        font-size: 24px;
    }

    .realisationTexte p {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }

    .aPhone {
        font-size: 26px;
    }

    .estimationGratuite {
        height: 380px;
    }

    .estimationGratuite p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0.5rem;
    }
} 