@font-face {

	src: url("../css/ArgestaDisplay-Regular.otf");
  font-family: "MaFonte";
}

/*debut CSS navbar*/

.navbar {
  background-color: #0c1940;
	border-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	border-image: -webkit-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    border-image: -moz-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    border-image: -ms-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	border-bottom: 5px solid;
	border-top: inherit;
	border-left: inherit;
	border-right: inherit;
	border-image-slice: 1;
}

.nav-link {
  color:white;
  font-size: 24px;
	font-family: 'MaFonte', sans-serif;
 	margin-left: 10px;
}
@media (min-width: 1262px) { .logo-navbar {

max-width: 115px;

}}
@media (max-width: 1024px) { .logo-navbar {

max-width: 105px;

}}
@media (max-width: 479px) { .logo-navbar {

max-width: 100px;
z-index: auto;

}}


@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

@media (min-width: 768px) { .container-padding {
	padding-top:25px;
	padding-bottom:25px;

	}}

@media (min-width: 768px) { .navbar-logo {
		position:absolute;
		padding-top:50px;
		padding-bottom:50px;

		}}

.fond-titre-header {

  background-color: #f2f4f8;
}

.titre-header {

  text-align : center ;
  padding-top:3%;
  padding-bottom: 3%;
  font-family: 'Berlin Sans FB Demi', sans-serif;
  font-weight: bold;
  color:grey;
  font-size: 4rem;

}

.activeNavbar::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    transition: width .3s;
}
.activeNavbar:hover::after {
    width: 100%;

}
/*fin CSS navbar*/
/*Début section-image*/
.section-image::after {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";

}

.section-image {
    background-image: url(../img/AdobeStock_217903365.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 350px;
    padding-bottom: 350px;
    background-color:  black;
    position: relative;
    z-index: 1;

}
.titre-recrutement {
    text-align: center;
    font-size: 6vw;
    font-weight: 400;
    color: white;
}
/*Fin section-image*/
/*Début section-recrutement*/
.TitreSectionRecrutement {
color:#223f99;
text-align: center;
font-family: 'MaFonte';
margin-top: 5%;
margin-bottom: 5%;
}
.TextRecrutement {
	text-align: center;
	margin-bottom: 5%;
	font-family: 'MaFonte';
  font-size: 20px;
}
/*Fin section-recrutement*/
/*Début bouton message fixe*/
.buttonfixeMSG {

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

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

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


.btn-primary {

		background-color: #0c1940 !important;
		border-color: #0c1940 !important;
		border: none;
		border-top: 7px solid;
	 	border-bottom: 5px solid;
	 	border-left: 10px solid;
	 	border-right: 10px solid;
	 	padding: 0px;
}

.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 message fixe*/

/*CSS FOOTER*/

footer {

  padding-top: 2%;
  background-color: #333637;;
  color: white;

	padding: 5px 0px;

	border-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	border-top: 5px solid;
	border-bottom: inherit;
	border-left: inherit;
	border-right: inherit;
	border-image-slice: 1;
}

footer .container {

	margin-top: 2%;
}

footer i {

  color: white;
}

.footer-link {
  list-style: none;
  text-decoration: none;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  color: white;
  padding: 0;
}

.icon-contact {

  text-decoration: none;
  color: white;
}
.linkedin {
	padding-left: 5px;
	padding-right: 5px;
}
.contact-info {

  text-align:justify;
  color: white;
}

.icone-footer {

  margin-left:15px;
}

.footer-ul {
	padding: inherit;
}

.Copyright {

  margin-top: 2%;
  color: grey;
  background-color: #282a2b;
}


  @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*/
