body { 
    background: #ccc !important;
    padding-top: 3%; 
}
a{
    color: white !important;
    font-size: 1rem;
}

a:link{ 
text-decoration:none !important; 
} 
.marque-elec{
    background: white;
    height: auto;
}
i{
    transform: rotate(1.5turn)
}
.tel{
    font-weight: bold; 

}
hr{
    background: #ccc;
}
a:hover{
    font-style: initial !important;
}
.carousel{
    max-width: 750px;
    margin: 0 auto;
}

#centreContact{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hautDePage{
    background-color: #1A3D77;
    text-align: center;
    font-size: 2rem;
}

.bouttonTel{
    background: #1A3D77;
    color: white;
}

.bouttonTel i{
    transform: rotate(0.38turn)
}

#titre{
    text-align: center;
}

.droiteFont{
    text-align: left !important;

}
.banniere{
    text-align: center;
}

.menu{
    background: #1A3D77;
}

.elementNav{
    margin-left: 10%;
}

.elementNav a{
    margin-right: 5%; 
    font-size: 1.3rem;
    color: white !important;
}
.elementNav a:hover{
    transition: ease;
    transition-duration: 0.5s;
    background: #6b7ea8;
}
.devis{
    width: auto;
    font-size: 1.3rem;
    padding-right: 10%;
}


.coteDroit{
    background: #1A3D77;
    min-width: auto;
    margin: 0 auto;
}

.contact{
    margin-top: 20%;
}

.elementDroit{
    margin: auto;
    text-align: center;
    color: white;
    display: block;
}

.adresse{
    text-align: center !important;
    margin-top: 5%;
}

.icone {
    align-items: center;
}

.icone_svg {
    color: white;
}


.icone svg {
    color: white;
    width: 60px;
    height: 60px;
}

.marque{
    margin-top: 5%;
}

.coteGauche{
    text-align: left;
    margin-top: 2%;
    margin-bottom: 2%;
}
.map{
    width:100%;
    height:600px;
    background:#ccc;
}

.piedDePage{
    width: 100%;
    text-align: center;
    background: #1A3D77;
    color: white !important;
}

.puce{
    text-align: left;
}

.puce li{
    list-style-type: square;
}

#form_container
{
	padding:15px 15px;
	margin-top:15px;
    background: #ccc;	
    margin: 0 auto;
}

video{
    margin-top:30px;
}

#facebook{
    margin-top: 10px;
    transform: rotate(360deg);
}

#facebook-menu{
    transform: rotate(360deg);
}

.text-left li {
    text-align: left;
}

.paiement {
    color: white
}

table {
    border-collapse: collapse;
    width: 400px;
    margin: auto;
  }
  th,
  td {
    border: 1px solid black;
    padding: 8px;
  }
  th {
    background-color: #f2f2f2;
  }


.map {
    width: 100%;
    height: 400px;
    margin: auto;
}

.img-center {
    text-align: center ;
    margin: auto;
}

.text-center{
    text-align: center;
}


@media (max-width: 576px) {
    .banniere h1 {
      font-size: 5.6rem;
    }
  }

@media (max-width: 576px) {
/* Appliquer ces styles pour les écrans plus petits que 576px */
table {
    width: 100%;
}
}