@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;800;900&display=swap');
body {
  width: 100%;
  margin: 0;
  font-family: 'montserrat';
  background-color: white;
 
}
#totale{
    width: 85%; margin-left: auto; margin-right: auto;
}
        
.h1{
    text-transform: uppercase;
  text-align: center;
  color: #005886;
  font-size: 45px;
    margin-bottom: 60px;
}
h2{
    text-align: center;
}
span.nouveaute{
    background-color: #E6711C;border-radius: 15px;padding: 15px;
}
iframe {
  width: 1000px;
  height: 600px;
}
.tdvoisins{
    text-align: left;
    padding-right: 20px;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px black;
}
h3.h3info{
    width: 300px;
    font-size: 22px;
    text-align: center;margin-left: auto;
margin-right: auto;
    background-color: rgba(255,107,0,0.80);
}

.tdsyndic{
    text-align: left;
    padding-right: 20px;
    margin-top: 5px;
    padding-bottom: 5px;
}
#heures
{
    margin: 0 auto 100px;
    width: 1200px;
}
#horaire{
    margin: 0 auto 50px;
    display: flex;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
#horaire table {
text-align: center;
    width: 100%;
margin: 0 auto;
}
span.nouveaute{
    background-color: #E6711C;border-radius: 15px;padding: 15px;
}
h3.h3info{
    width: 300px;
    font-size: 22px;
    text-align: center;margin-left: auto;
margin-right: auto;
    background-color: rgba(255,107,0,0.80);
}
.blockhoraire{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    
}
#noustrouver{
        margin-top: 0px;
    }
#asterix{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
}
.bloct{
    width: 100%; display: flex;
}

#personnel table{
    margin-left: auto;
    margin-right: auto;
}
.redirection{
   /* text-decoration: none;
    color: black;*/
}
 #immeuble1, #immeuble2{
        height: 10px;
    }
#clickgrand{
      color: #005886;

}

@media only screen and (max-width : 1200px) {
    #personnel{
        width: 90%;
    }
    .h1{  
  font-size: 26px;
    }
    h2{
        width: 100%;
    font-size: 24px;
    }
       
    .bloct{
    width: 90%; display: block;
   margin-left: auto; margin-right: auto;
}
    #personnel table{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #heures
{
    margin: 0 auto 100px;
    width: 100%;
}
}


@media only screen and (max-width : 800px) {
        #clickgrand{
        font-size: 12px;
    }
    #openimmo{
        width: 80%;
    }
    #personnel{
        width: 90%;
    }
    #personnel table{
        width: 100%;
    }
    #totale{
        margin-top: -40px;
    width: 95%; margin-left: auto; margin-right: auto;
}
    span.nouveaute{
   padding: 10px;
}
    iframe {
  height: 200px;
}
    .h1{  
  font-size: 24px;
    }
    h2{
        width: 100%;
    font-size: 18px;
    }
    .bloct{
    width: 90%; display: inline;
}
    .blockhoraire{
        width: 90%;
    }
    #personnel table{
        margin-left: auto;
        margin-right: auto;
    }
    #horaire{
    display: block;
        margin: 0;
    }
    
    table td{
        width: 40%;
    }
    h3.h3info{
        font-size: 18px;    
    }
    
    #heures span p{
        margin-top: 50px;
    }
}
@media only screen and (max-width : 462px) {
    #immeuble1{
        height: 30px;
    }
}
@media only screen and (max-width : 425px) {
    #immeuble2{
        height: 30px;
    }
}