/**
* Template Name: Imperial - v3.2.1
* Template URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General / balises communes
--------------------------------------------------------------*/
html {
  --scroll-behavior: smooth; /* pour Safari */
  scroll-behavior: smooth; /* pour les autres navigateurs */
}


body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #09336b;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #09336b;
  outline: none;
  text-decoration: none;
}

p {
  display: inline-block;
  padding: 0;
  margin: 0 0 30px 0;
}

p strong
{
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder (chargement) */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}
/*-------------------------------------------------------
Back to top button (flèche pour remonter tout en haut)
--------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #09336b;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #09336b;
  color: #fff;
}



/*--------------------------------------------------------------
# Hero (Page d'accueil)
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../Images/1.png) top center;
  background-size: cover;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-logo {
  margin: 20px;
}

#hero .hero-logo img {
  max-width: 100%;
}

#hero .hero-container {
  background: rgba(0, 0, 0, 0.65);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}


#hero h1 {
  margin: 30px 0 50px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;

}

@media (max-width: 768px) {
  #hero h1 {
    line-height: 48px;
  }
}

#hero h2 {
  color: #ccc;
  margin-bottom: 50px;
}

#hero h2 span {
  color: #fff;
  transition: 0.3s;
  border-bottom: 2px solid #09336b;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #hero h2 .rotating {
    display: block;
  }
}


#hero .rotating > .animated {
  display: inline-block;
}

#hero .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#hero .btn-get-started {
  background: #09336b;
  border: 2px solid #09336b;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-services {
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-services:hover {
  background: #09336b;
  border: 2px solid #09336b;
}

/* Importations des fonts*/ 
@font-face {
  font-family: 'Balqis';
  src: url("../font/Balqis/Balqis.ttf");
}


@font-face {
  font-family: 'Noteworthy-Lt';
  src: url("../font/Noteworthy-Lt.ttf");
}

@font-face {
  font-family: 'Gabriola';
  src: url("../font/Balqis/gabriola.ttf");
}


@font-face {
  font-family: 'CAC';
  src: url("../font/cac_champagne.ttf");
}

@font-face {
  font-family: 'a';
  src: url("../font/arial_regular.ttf");
}


#titre-principal
{
  font-family: arial;
  font-size: 120px;
  font-style: italic;
  font-weight: normal;
}



#titre-secondaire
{ 
  color: white;
  font-style: Leoscar;
}



/*--------------------------------------------------------------
# Header / barre de navigation
--------------------------------------------------------------*/
#header {
  background: #0d0d0d;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}


#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  height: 50px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

.is-sticky #header {
  background: rgba(0, 0, 0, 0.85);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #c2a961;
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 25px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333333;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #c2a961;
  text-decoration: none;
}


.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(26, 26, 26, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
section {
  overflow: hidden;
}

.section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.section-title2 {
  font-size: 25px;
  color: #111;
  text-transform: uppercase;
  text-align: justify;
  font-weight: bold;
  margin-left: 80px;
}

.section-description {
  text-align: center;
  margin-bottom: 50px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #09336b;
  margin: 0 auto;
  margin-bottom: 30px;
}

.responsive /* important for images */
{
  width: 90%;
  height: auto;

}

.modal .responsive {
  margin-top:25%;
  margin-bottom: 25%;
}


/* Get Started Section (Qui sommes-nous)
--------------------------------*/
#about {
  background:#fafafa;
  padding: 80px 0;
}

#about .about-img {
  overflow: hidden;
  margin: auto;
}

#about .about-img img {
  max-width: 100%;
}

#about p strong {
  color: #09336b;
}


#about .about-text {
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: justify;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

#image_qui_sommes_nous
{
  margin-top: 20px;
  width: 103%;
  height: 300px;


}

@media (max-width: 1024px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
  #image_qui_sommes_nous {
    display:none;
  }

}






/* Expertise Section (Notre expertise)
--------------------------------*/

#expertise {
  padding: 80px 0;
  background: white;
}

#expertise .about-img {
  overflow: hidden;
  margin: auto;
}

#expertise .about-img img {
  max-width: 100%;
}


#expertise .about-content {
  background: #fff;
  margin-top: 30px;
}


#expertise .about-text {
  line-height: 26px;
  margin-bottom: 15px;
  text-align: justify;
}

#expertise .about-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  #expertise .about-img {
    width: auto;
    height: auto;
  }
  #expertise .about-img img {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  #expertise .about-content {
    margin-top: 0px;
  }

}


/* Services Section (Nos solutions)
--------------------------------*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../Images/23_bis.png") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon {
  float: left;
  background: #09336b;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #09336b;
}

#services .service-icon i {
  color: #fff;
  font-size: 24px;
}

#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #09336b;
}

#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
  color: #111;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
  text-align: justify;
}

@media (max-width: 1200px){

  #services .service-description {
    text-align: left;
  }
}

/* consulting Section (Consultants)
--------------------------------*/

#consulting {
  padding: 80px 0;
  background: white;
}

#consulting .about-img {
  overflow: hidden;
  margin: auto;
}

#consulting .about-img img {
  max-width: 100%;
}


#consulting .about-content {
  background: #fff;
  margin-top: 30px;
}


#consulting .about-text {
  line-height: 26px;
  margin-bottom: 15px;
  text-align: justify;
}

#consulting .about-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  #consulting .about-img {
    width: auto;
    height: auto;
  }
  #consulting .about-img img {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  #consulting .about-content {
    margin-top: 0px;
  }

}

/*Pop Ups
*********************/
.modal {
  margin-top: 50px;
}

.modal-dialog {
  max-width: 40%;
}

.modal-dialog:target {
    opacity: 1;
    pointer-events: auto;
}


.modal-header{
  border-bottom-color: white ;
}

.modal-title {
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  opacity: 1;
  color: #09336b;
  margin-bottom: 20px;
  overflow-wrap: break-word;
  margin-top: 25px;
}


.close {
  margin-right: 
  color: #09336b;
}

.close:hover {
  color: #09336b;
}

.modal-content {

  text-align: justify;
  color: #09336b;
}



.modal-footer {
  border-top-color: white;
  height:100px;
  margin-top:20px;
 
}

.modal-footer{
  background: url(../Images/banniere_pop_up.png);
  background-size: cover;

}

.modal-footer a {
  margin:auto;

}

@media (max-width:992px) {
  .modal-dialog {
    max-width: 95%;
    margin-left: 2.5%;
    margin-bottom: 100px;
  }

  .modal-title {
    font-size: 25px;
    margin-top:25px;
  }

}

/* Formulaires
-------------------------------*/

.form-control {
  margin-bottom: 15px;
}

#app_bundle_contact_type_content {
  margin-bottom: 30px;
}

#app_bundle_contact_type_Envoyer {
  margin-left:37%;
}

/* Informations Section (banner)
--------------------------------*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../Images/26.png) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
  text-align: justify;
  margin-right: 20px;
  margin-left: 20px;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #09336b;
  border: 2px solid #09336b;
}

@media (max-width: 750px) {
  #subscribe {
    text-align: center;
  }

  #subscribe .subscribe-text {
    text-align: justify;
}

}


/* Testimonials Section (Témoignages)
--------------------------------*/
#testimonials {
  background: #fafafa;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}


@media (max-width: 991px) {
  #testimonials .profile .pic {
    border-radius: 50%;
    border: 3px solid #fff;
    margin-bottom: 7px;
    overflow: hidden;
    height: 130px;
    width: 130px;
  }
}


#testimonials .profile .pic img {
  max-width: 100%;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #09336b;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}


/* Contact Section (Contactez-nous)
--------------------------------*/
#contact {
  background: white;
  padding: 80px 0 120px 0;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #09336b;
  float: left;
}

#contact .info p {
  line-height: 24px;
  padding-left: 20px
}

#contact .info div {
  padding-bottom: 20px;
}

#contact .row {
  display:flex;
  justify-content: center;
}



#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #09336b;
}

button[type="submit"] {
  background: #09336b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

button[type="submit"]:hover 
{
  background: #0e4997ff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    color: #09336b;
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer / Credits
--------------------------------------------------------------*/
#footer {
  background: #111;
  padding: 30px 0;
  color: #fff;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

#footer .credits em
{
  color: #c2a961;
  font-style: normal;
}

.section-description {
  text-align: center;
  margin-bottom: 50px;
}

/*----------------------------------------------------------------
#Cookies
------------------------------------------------------------------*/

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;
  background-color: #0d0d0d;
}

.cookie-consent-banner__copy { 
  padding: 30px 30px 10px 60px;
}


.cookie-consent-banner__header {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: white;
}

.cookie-consent-banner__description {
  color: white;
  text-align: justify;
}

#cookie-consent-banner .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin-right: 20px;
}

.cookie-consent-banner__cta {
  background: #09336b;
  border: 2px solid #09336b;
  color: #fff;
  margin-bottom: 20px;
}

.cookie-consent-banner__cta--secondary { 
  padding: 9px 13px;
  border: 2px solid white;
  background-color: transparent; 
  color: white;
  transition: background 0.5s;
}

.cookie-consent-banner__cta:hover {
  background-color: #0d0d0d;
  border: 2px solid white;
  color: white;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #09336b;   
  background-color: #09336b;
  color: white;
}

#cacher, #cacher2 {
  cursor: pointer;
}

@media (max-width: 570px){
  .cookie-consent-banner__cta {
    margin: 20px 20px 20px 0px; 
    text-align: center;
  }

  .cookie-consent-banner__cta--secondary { 
    margin: 0px 20px 20px 0px;
    text-align: center;
  }

  .cookie-consent-banner__description {
    text-align: left;
  }
}

