@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
body{
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
}

#wrapper{
  display: flex;
  justify-content: space-around;
  padding: 2%;
  margin-top: 180px;
}

#wrapper-left{
    width: 70%;
}

body > div.navbar > img{
    height: 110px;
}

#offcanvasExample > div.offcanvas-body > div:nth-child(1){
    height: 100%;
}

#visite-virtuelle-container > img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#more-container > img,
#contact-content-container > img{
  width: 100%;
}

#more-container,
#contact-content-container{
  width: 90%;
}

.offcanvas-start{
    width: 100vw !important;
}

#footer-bottom-container > a{
    display: flex;
    align-items: center;
    color: #000;
}

#footer-bottom-container > a:hover{
    color: #000;
}

#body-mm{
    padding: 3% 10%;
}

.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}


.bande{
    background: #F9BC39;
    color: #FFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#more-container > img,
#contact-content-container > img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#bande-vv-container > a{
    background: #FFF;
    color: #000;
    font-weight: bold;
    display: flex;
}

body > div.navbar > h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 900;
}

#bande-vv-container > a > span{
    padding-left: 15px;
    color: #F9BC39;
}

.bande > h3{
    font-weight: bold;
    font-size: 35px;
}

#wrapper-right{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  justify-content: space-between;
}
#bande-more > div.projectbox > button > a > span,
#bande-more > div.projet > button > span{
    color: #FFF;
}
.btn-secondary,
.btn-secondary:hover,
#bande-more > div.projet > button{
    border: none !important;
    background: transparent !important;
}

#bande-more > div.projet > button{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#bande-more > div.projet > h3{
    font-size: 40px;
    font-weight: bold;
}

body > div.navbar > ul{
    display: flex;
}

body > div.navbar > ul > li{
    list-style: none;
}

#bande-more > div.projet > p{
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

#bande-more > div.projet > a{
    width: 85%;
    text-align: center;
    color: #000;
    text-decoration: none;
    background: #FFF;
    font-size: 30px;
    font-weight: 700;
    padding: 8px;
    border-radius: 10px;
    border: 2px solid #FFF;
    transition: all 0.3s ease;
}

#bande-more > div.projet > a:hover{
    background: #F9BC39;
    color: #FFF;
}

.projet{
    display: none;
    position: absolute;
    z-index: 2;
    top: 22vh;
    width: 26%;
    background: #000;
    height: 88vh;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 3%;
    border-radius: 10px;
  }

.navbar {
    position: fixed !important;
    overflow: hidden;
    background: #FFF;
    top: 0;
    width: 100%;
    justify-content: space-around !important;
    box-shadow: #00000041 0px 5px 10px;
    background: #262626;
  }
  
  .navbar a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .navbar a:hover {
    color: black;
    margin: 0;
  }

  #contact-wrapper > form{
    width: 50%;
    margin-right: 0px;
  }

  #maps-container{
    width: 50%;
    margin-left: 0px;
  }

  #maps-container{
    display: flex;
    flex-direction: column;
    margin: 0 25px;
  }

  #maps-container > h3{
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 40px 40px 0px 40px;
  }

  #maps-container > p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    font-weight: 300;
    padding: 0px 40px 40px 40px;
  }

  #maps-container > h3,
  #maps-container > p{
    background: #F9BC39;
    color: #FFF;
    margin: 0px;
  }
  
  #footer-wrapper{
    background: #1C1C1C;
    color: #FFF;
    display: flex;
    justify-content: space-around;
    padding: 2%;
}

.footer-section{
    display: flex;
    flex-direction: column;
}

.footer-section a{
    text-decoration: none;
    color: #FFF;
    margin: 16px 0px;
}

.footer-section a:hover{
    text-decoration: underline;
}

#footer-bottom-container{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

#createdby{
    display: flex;
    align-items: center;
}

#createdby > img{
    width: 60px;
}

#contact-section > h3{
    font-size: 45px;
}

#copyright>h4,
#copyright>p{
    margin: 5px;
}

#input-container > p,
#input-container > h2{
    text-align: center;
}

#input-container{
    padding: 50px;
}

#input-container > h2{
    font-size: 50px;
    font-weight: bold;
}

form{
    display: flex;
    justify-content: center;
    background-color: #F2F2F2;
    margin: 0 25px;
    border-radius: 10px;
}

#message-contact-form{
    width: 99%;
}

#input-container > div:nth-child(1){
    display: flex;
}

#contact-section{
    padding: 3%;
}

.input{
    display: flex;
    flex-direction: column;
    margin: 10px 20px;
}

#submit-container{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#submit-container > input[type=submit]{
    background: #F9BC39;
    color: #FFF;
    padding: 10px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border-radius: 10px;
    border: none;
}

#nom-contact-form, #email-contact-form{
    border-radius: 10px;
}

#gmap_canvas{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#maps-container > p{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#nom-contact-form,
#email-contact-form,
#message-contact-form{
    border: none;
    background-color: #FFF;
}

label{
    font-weight: 500;
}

input{
    padding: 5px;
}

#contact-wrapper{
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

#copyright > h4{
    font-size: 18px;
}

#copyright > p{
    font-size: 13px;
}

#createdby > h4{
    font-size: 16px;
}

#copyright{
    display: flex;
    align-items: center;
}

#bande-contact > a > span,
#bande-contact > a > span:hover{
    color: #FFF;
}

.navbar{
    z-index: 10;
}

#logo-google-trust{
    width: 125px;
}

#socials-container > ul{
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-around;
    margin-top: 10%;
}

.socials > a > img{
    width: 30px;
}


/*####################################### RESPONSIVE ###############################

####################################################################################*/

@media screen and (max-width:1080px) {
    #contact-content-container{
        margin-top: 25px;
    }

    .bande > h3{
        font-size: 14px;
    }

    #contact-wrapper > form,
    #maps-container{
        width: 50%;
    }

    #input-container > h2 {
        font-size: 35px;
    }

    .projet{
        top: 19vh;
        width: 33%;
        height: 43vh;
    }

    #bande-more > div.projet > h3{
        font-size: 16px;
    }

    #bande-more > div.projet > p{
        font-size: 12px;
    }

    #bande-more > div.projet > a{
        width: 60%;
        font-size: 12px;
        padding: 5px;
    }
}

@media screen and (max-width:767px) {
    #contact-wrapper{
        flex-direction: column-reverse;
    }

    #contact-wrapper > form,
    #maps-container{
        width: 100%;
    }

    #footer-wrapper{
        flex-direction: column;
        align-items: center;
    }

    #input-container > div:nth-child(1){
        flex-direction: column;
    }

    .footer-section{
        text-align: center;
    }

    .footer-section > h3{
        font-weight: 900;
    }

    #maps-container{
        margin: 0px;
    }

    form{
        margin: 50px 0px;
    }

    #wrapper{
        flex-direction: column;
        margin-top: 50px;
    }

    #wrapper-left,#wrapper-right,#more-container, #contact-content-container{
        width: 100%;
    }

    #more-container{
        margin-top: 25px;
    }

    #bande-vv-container > a{
        width: 50%;
        align-items: center;
    }

    body > div.navbar > img{
        width: 70px;
    }

    .projet{
        top: 54vh;
        width: 96%;
        height: 78vh;
    }

    #bande-more > div.projet > h3{
        font-size: 25px;
    }

    #bande-more > div.projet > p{
        font-size: 16px;
    }

    
}