body {
font-family: 'Rockwell';
}

/*début CSS nav*/
.text-center {
top:inherit;
}

.nav-color {
  background-color: white;
  padding: 30px;
}

.navbar-brand-color {
  color: #114e90 !important;
  font-family: 'Rockwell';
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;

  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.65rem;
  white-space: nowrap;

}
/*Fin CSS nav*/
/*Début CSS button*/
.btn-connexion {
  background-color: #17346d;
  color: white;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
}
.btn-connexion:hover {
  background-color: #114e90 !important;
  border-color: #114e90 !important;
}
/*Fin CSS button*/
/*Début CSS Section SectionCookie*/
.SectionCookie {
  margin-top: 10%;
}
@media (max-width:1024px) { .SectionCookie {
    margin-top: 35%;
}}
/*Fin Section SectionCookie*/
/*Début bouton téléphone fixe*/
.buttonfixe {

	position: fixed;
  z-index: auto;
	padding-left : 95%;
	padding-bottom:20px;
}

@media (max-width:767px)
{
	.buttonfixe {

	position: fixed;
	z-index: auto;
	padding-left : 85%;
	padding-bottom:10%;
}
}

.buttoncircle {
  background-color: #17346d !important;
      border-color: #17346d !important;
      color:white;
      border: none;
      border-top: 5px solid;
      border-bottom: 3px solid;
      border-left: 8px solid;
      border-right: 8px solid;
      padding: 4px;
      border-radius: 50%;
  }
.TitreModalLogo {
  color : #17346d;
}
.fas {
    font-size: 20px;
}

.contact-form{
    background: #fff;
    /*margin-top: 10%;*/
    margin-bottom: 5%;
    width: 100%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-form form{
   /* padding: 14%;*/
}
.contact-form form .row{
   /* margin-bottom: -7%;*/
}
.contact-form h3{
    /*margin-bottom: 8%;
    margin-top: -10%;*/
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 100%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.form-group {
    margin-bottom: 1rem;
}
/*Fin bouton téléphone fixe*/
/*CSS FOOTER*/

footer {
  padding-top: 2%;
  background-color: #081a2e;
  color: white;

}

footer h5 {
  font-family: "Rockwell";

}

footer i {

  color: white;
}

.footer-link {
  list-style: none;
  text-decoration: none;
	font-size: 12px;
  font-family: arial;
  color: white;
  padding: 0;
  margin-bottom: 12px;
}

.icone-footer {
  text-decoration: none;
  color: white;
  margin-left: 5px;
}

.contact-info {
  text-align:justify;
  color: white;
	font-size: 12px;
  font-family: arial;
}
.LienFooter {
  text-decoration: none;
  color: white ;
}
.fa-facebook {
  background: #3B5998;
  color: white;
  padding: 2px;
  border-radius: 2px;
}
.fa-google-plus-g {
  background: white;
  color: red;
  border-radius: 100px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 2%;

}

.Copyright {

  margin-top: 2%;
  color: grey;
  background-color: #05101c;
	font-size: 12px;
}

  @media (max-width: 767.98px) { .footer-center-mobile {


      text-align: center !important;
    } }

    @media (max-width: 767.98px) { .footer-titre-mobile {


        margin-top: 10%;
      } }
/*Fin CSS FOOTER*/
