/*
Theme Name: GALA PHOENIX N7
Version: 1.0
Author: Clément Brunie
Description: Responsive HTML5 / CSS3 One-page Landing App Template.
*/

/**
 *** CSS Indexing ***
 * THEME DEFAULT CSS
 * RESET CSS
 * HEADER SECTION CSS
 * ACCEUIL SECTION CSS
 * APROPOS SECTION CSS
 * AMBIANCES SECTION CSS
 * PROGRAMME SECTION CSS
 * VIDEO SECTION CSS
 * COUNTDOWN SECTION CSS
 * BILLETERIE SECTION CSS
 * AVIS SECTION CSS
 * DECOMPTE SECTION CSS
 * ARTISTES SECTION CSS
 * PARTENAIRES SECTION CSS
 * INFOS SECTION CSS
 * MAP AND FOOTER SECTION CSS
 * PRELOADER CSS
**/

/*----------------------------------
--------- THEME DEFAULT CSS --------
----------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900");
body {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
  color: #232323;
}
h4 {
  font-size: 18px;
  color: #232323;
}
h6 {
  font-size: 14px;
  color: #232323;
}
h5 {
  color: #232323;
}
a {
  transition: 0.6s;
}
a,
a:hover {
  color: #666666;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  width: 100%;
  border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
  text-decoration: none;
  border: none;
  outline: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol {
  margin-bottom: 0;
}
select:focus,
select:active {
  box-shadow: none;
  border: 0;
  outline: 0;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
button {
  cursor: pointer;
}
textarea {
  height: 120px;
}
input[type="text"],
input[type="submit"],
button[type="submit"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
  background: transparent;
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
input[type="submit"],
button[type="submit"] {
  width: auto;
  color: #666;
  padding: 4px 15px;
}
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
.sec-title {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 40px;
}
.sec-title h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  top: -6px;
}
.sec-title h2 .sec-title-border {
  width: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid #fdd182;
  right: 0;
  height: 0;
  margin: auto;
}
.billeterie-section .sec-title h2 .sec-title-border,
.ambiances-section .sec-title h2 .sec-title-border,
.partenaires-section .sec-title h2 .sec-title-border {
  border-color: #fde19d;
}
.billeterie-section .sec-title h2 .sec-title-border span::before,
.ambiances-section .sec-title h2 .sec-title-border span::before,
.partenaires-section .sec-title h2 .sec-title-border span::before {
  background-color: #fde19d;
}
.sec-title h2 .sec-title-border span {
  width: 9px;
  height: 9px;
  position: relative;
  display: inline-block;
  margin: 0 1px;
  bottom: 25px;
}
.sec-title h2 .sec-title-border span::before {
  background: #fdd182;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
.mt-100 {
  margin-top: 100px;
}
.mt-30 {
  margin-top: 30px;
}
.ptb-100 {
  padding: 100px 0;
}
.ptb-90 {
  padding: 90px 0;
}
.owl-nav div {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 35px;
  background: #fff;
  color: #000;
  height: 35px;
  line-height: 36px;
  border-radius: 100%;
  text-align: center;
  font-size: 29px;
  transition: 0.4s;
  margin-top: -60px;
}
.owl-nav div:hover {
  background: #000;
  color: #fff;
}
.owl-nav div.owl-next {
  right: 20px;
  left: auto;
}
.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #002055;
  border-radius: 10px;
  display: inline-block;
  margin: 0 3px;
}
.owl-dot.active {
  background: #002055;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-tablecell {
  display: table-cell;
  vertical-align: middle;
}
.header.sticky .mainmenu li a.appao-btn,
.mainmenu li a.appao-btn,
.appao-btn {
  border: 1px solid #fdf6c0;
  color: #fff;
  border-radius: 15px;
  padding: 6px 25px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}
.header.sticky .mainmenu li a.appao-btn:hover,
.mainmenu li a.appao-btn:hover,
.appao-btn:hover {
  background: #fdf6c0; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #fdd182 1%,
    #fde19d 30%,
    #fdf6c0 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #fdd182 1%,
    #fde19d 30%,
    #fdf6c0 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fdd182 1%, #fde19d 30%, #fdf6c0 100%);
  border: 1px solid #002055;
  color: #002055;
}

.appao-btn2 {
  border: 1px solid transparent;
  border-radius: 25px;
  background: #000529; /* Old browsers */
  color: #fff;
  padding: 6px 25px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}

.appao-btn2:hover {
  border: 1px solid #000529;
  background: transparent;
  background-image: none;
  color: #000529;
}
.flexbox-center {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
input::-webkit-input-placeholder {
  color: #666;
}

/*--------------------------------------
-------- HEADER AREA CSS START --------
---------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s;
  width: 100%;
  z-index: 99;
  padding: 18px 0;
}
.mainmenu {
  text-align: right;
}
.mainmenu li {
  display: inline-block;
  text-transform: uppercase;
}
.mainmenu li a {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 5px 16px;
  margin: 0 3px;
  border: 1px solid transparent;
}
.slicknav_menu {
  padding: 0;
  background: transparent;
}
.slicknav_menu a.active,
.mainmenu ul li a:hover,
.mainmenu ul li a.active {
  border: 1px solid #fdf6c0;
}
.mainmenu {
  display: block;
}
.slicknav_menu {
  display: none;
}
.header.sticky {
  background: #000529; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  );
}
.header.sticky {
  padding: 10px 0;
}
/*------------------------------------
--------- HEADER AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- ACCEUIL AREA CSS START --------
---------------------------------------*/
.acceuil-section {
  padding-top: 140px;
  z-index: 1;
  position: relative;
  background-image: url(../img/feu_artifice.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.acceuil-section::before {
  content: "";
  top: 0;
  left: 0;
  opacity: 0.85;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  background: #000529; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  );
}
.acceuil-section-content {
  color: #fff;
  padding: 80px 0 170px;
}
.acceuil-section-content h1 {
  color: #fff;
}
.acceuil-section-content p {
  margin: 28px 0 25px;
}
.acceuil-section-content .appao-btn {
  margin-top: 15px;
  margin-right: 15px;
}
.hand-mockup {
  position: absolute;
  bottom: -2px;
  max-width: 100%;
}
/*------------------------------------
--------- HERO AREA CSS END ---------
------------------------------------*/

/*--------------------------------------
-------- APROPOS AREA CSS START --------
---------------------------------------*/
.apropos-section {
  text-align: center;
}
.single-apropos-box {
  padding: 25px;
  transition: all 0.4s;
}
.single-apropos-box i::before {
  color: #002055;
  font-size: 40px;
  transition: all 0.4s;
  display: block;
}
.single-apropos-box.active,
.single-apropos-box:hover {
  box-shadow: 0 0 5px #ccc;
}
.single-apropos-box.active i::before,
.single-apropos-box:hover i::before {
  color: #000;
}
.single-apropos-box h4 {
  margin: 25px 0 15px;
}
/*--------------------------------------
---------- APROPOS AREA CSS END ----------
---------------------------------------*/

/*--------------------------------------
-------- AMBIANCES AREA CSS START --------
---------------------------------------*/
.ambiances-section {
  z-index: 1;
  position: relative;
  background-image: url(../img/champ1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ambiances-section,
.ambiances-section h1,
.ambiances-section h2,
.ambiances-section h3,
.ambiances-section h4,
.ambiances-section h5,
.ambiances-section h6,
.ambiances-section a {
  color: #fff;
}

.ambiances-section::before {
  content: "";
  top: 0;
  left: 0;
  opacity: 0.85;
  right: 0;
  bottom: 0;
  background: #000529; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  );
  z-index: -1;
  position: absolute;
}
.single-ambiances-box h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.single-ambiances-box li {
  margin-bottom: 45px;
  display: flex;
}
.single-ambiances-box li:last-child {
  margin-bottom: 0;
}
.ambiances-box-info {
  flex: 5;
}
.ambiances-box-icon {
  flex: 1;
  font-size: 20px;
  transition: all 0.4s;
}
.single-ambiances-box li:hover .ambiances-box-icon i::before {
  border-radius: 0;
}
.single-ambiances-box h2,
.single-ambiances-box h3,
.single-ambiances-box h4,
.single-ambiances-box {
  color: #fff;
}
.ambiances-box-icon i::before {
  border: 2px dashed #fff;
  width: 40px;
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 100%;
  transition: all 0.4s;
}
/*--------------------------------------
--------- AMBIANCES AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- PROGRAMME AREA CSS START -------
---------------------------------------*/
.programme-section {
  padding-bottom: 50px;
}
.single-showcase-box {
  padding: 0 0 40px;
}
.single-showcase-box p {
  margin: 20px 0 25px;
}
.single-showcase-box h4 {
  font-size: 20px;
}
/*--------------------------------------
--------- PROGRAMME AREA CSS END --------
---------------------------------------*/

/*--------------------------------------
---------- VIDEO AREA CSS START --------
---------------------------------------*/
.video-section {
  background: url(../img/lion.jpg) no-repeat center / cover;
  position: relative;
  text-align: center;
  z-index: 1;
  color: #fff;
}
.video-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000529; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  );
  opacity: 0.85;
  z-index: -1;
}
.video-popup {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.video-popup a {
  display: inline-block;
  border: 1px solid #fdf6c0;
  color: #fff;
  border-radius: 15px;
  padding: 6px 25px;
  margin: 20px 0;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}
.video-popup a:hover {
  background: #fdf6c0; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #fdd182 1%,
    #fde19d 30%,
    #fdf6c0 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #fdd182 1%,
    #fde19d 30%,
    #fdf6c0 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fdd182 1%, #fde19d 30%, #fdf6c0 100%);
  border: 1px solid #002055;
  color: #002055;
}

.video-popup i:hover {
  color: #fff;
}
.video-popup h1 {
  margin-top: 30px;
  line-height: 35px;
}
.video-popup i:hover::before {
  background: transparent;
}
/*--------------------------------------
----------- VIDEO AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ COUNTDOWN AREA CSS START -------
---------------------------------------*/
.countdown-section .sec-title {
  margin-bottom: 15px;
}
/*--------------------------------------
-------- COUNTDOWN AREA CSS END -------
---------------------------------------*/

/*--------------------------------------
-------- BILLETERIE AREA CSS START --------
---------------------------------------*/
.billeterie-section {
  background: url(../img/concert.jpg) no-repeat center / cover;
  position: relative;
  text-align: center;
  z-index: 1;
}
.billeterie-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000529; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  );
  opacity: 0.85;
  z-index: -1;
}
.billeterie-section .sec-title,
.billeterie-section .sec-title h2 {
  color: #fff;
}
.single-billeterie-box {
  background: #fff;
  text-align: center;
  transition: all 0.4s;
}
.billeterie-top {
  padding: 15px;
}
.billeterie-top h4 {
  font-weight: 400;
}
.billeterie-top p {
  font-style: italic;
  font-weight: 500;
}
.price {
  background-color: #666666;
  padding: 15px;
  color: #fff;
  transition: all 0.4s;
}
.price-details {
  padding: 25px 15px;
}
.price h1 {
  position: relative;
  padding-left: 13px;
  display: inline-block;
}
.price h1 span {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
}
.price-details ul li {
  max-width: 204px;
  font-weight: 500;
  padding-bottom: 8px;
  margin: 0 auto 15px;
  border-bottom: 1px solid #666;
}
.price-details ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.price-details .appao-btn {
  padding: 5px 35px;
  margin-top: 10px;
  border: 2px solid #666;
  color: #666;
  border-radius: 30px;
  transition: all 0.4s;
}
.single-billeterie-box:hover .price {
  background-color: #000529; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  );
}
.single-billeterie-box:hover .appao-btn {
  background-color: #000529;
  background: -moz-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  );
  color: #fff;
  border: 2px solid #002055;
}

.single-billeterie-box:hover .price-details .rouge {
  color: rgb(197, 31, 36);
}

.single-billeterie-box:hover .price-details .vert {
  color: rgb(91, 160, 46);
}

/*--------------------------------------
--------- BILLETERIE AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ AVIS AREA CSS START ------
---------------------------------------*/
.author-img {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  margin: 5px auto;
}
.author-img img {
  border-radius: 100%;
  border: 2px solid #002055;
  box-shadow: 0 0 6px #002055;
}
.single-avis-box {
  text-align: center;
}
.single-avis-box p {
  margin: 0 0 15px;
}
.single-avis-box h5 {
  margin: 35px 0 15px;
}
.avis-thumb > div {
  position: absolute;
  top: 5px;
  transform: scale(0.7);
  left: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: -150px;
  z-index: 1;
}
.avis-thumb > div.thumb-next {
  left: auto;
  right: 50%;
  margin: 0 -150px 0 0;
}
.avis-thumb > div:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.single-avis-box .author-rating i {
  color: #fdd182;
}

/*--------------------------------------
------- AVIS AREA CSS END -------
---------------------------------------*/

/*--------------------------------------
-------- DECOMPTE AREA CSS START --------
---------------------------------------*/
.decompte-section {
  background: url(../img/capitole.jpg) no-repeat center / cover;
  position: relative;
  text-align: center;
  z-index: 1;
  color: #fff;
  padding-top: 50px;
}
.decompte-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000529; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  );
  opacity: 0.85;
  z-index: -1;
}
.single-decompte-box i::before {
  background: #003182;
  width: 120px;
  display: block;
  height: 120px;
  line-height: 120px;
  border-radius: 100%;
  font-size: 50px;
  margin: auto;
  box-shadow: 0 8px 8px #020202;
  border: 2px solid transparent;
  transition: all 0.4s;
}
.single-decompte-box h1 {
  margin: 25px 0 10px;
}
.single-decompte-box p {
  font-size: 24px;
  line-height: normal;
}
.single-decompte-box {
  margin-top: 40px;
}
.single-decompte-box:hover i::before {
  background: transparent;
  border: 2px solid #fff;
  box-shadow: none;
}
/*--------------------------------------
-------- DECOMPTE AREA CSS END --------
---------------------------------------*/

/*--------------------------------------
-------- ARTISTES AREA CSS START --------
---------------------------------------*/
.artistes-section h3 {
  padding-top: 20px;
}

.artistes-section .row2 {
  margin-top: 30px;
}

.single-artiste {
  text-align: center;
  box-shadow: 0 2px 15px -5px #222;
  transition: all 0.4s;
}
.artiste-info h4 {
  font-size: 20px;
}
.artiste-info {
  padding: 20px 10px;
}
.artiste-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.artiste-icon {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.artiste-img::before {
  content: "";
  background: #000529; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  );
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: all 0.4s;
  position: absolute;
  opacity: 0.85;
}
.artiste-icon a {
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border: 1px solid transparent;
}
.artiste-icon a:hover {
  border: 1px solid #fde19d;
}
.single-artiste:hover .artiste-img::before {
  width: 100%;
}
.single-artiste:hover .artiste-icon {
  left: 0;
}
/*--------------------------------------
--------- ARTISTES AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- PARTENAIRES AREA CSS START --------
---------------------------------------*/
.partenaires-section {
  background: url(../img/exterieur.png) no-repeat center / cover;
  position: relative;
  text-align: center;
  z-index: 1;
}
.partenaires-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000529; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  );
  opacity: 0.85;
  z-index: -1;
}
.partenaires-section,
.partenaires-section h1,
.partenaires-section h2,
.partenaires-section h3,
.partenaires-section h4,
.partenaires-section h5,
.partenaires-section h6,
.partenaires-section a {
  color: #fff;
}
.partenaires-section li {
  display: inline-block;
}
.partenaires-section .partenaire .logo {
  margin-top: 3em;
}
.partenaires-section .partenaire .row img {
  transition: all 0.2s ease-in-out;
}
.partenaires-section .partenaire .row img:hover {
  transform: scale(1.1);
}

/*--------------------------------------
--------- PARTENAIRES AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- INFOS AREA CSS START --------
---------------------------------------*/
.infos-section .warning {
  margin-top: 1.5em;
  font-weight: bold;
  color: #232323;
}

.infos-section .documents {
  margin-top: 4em;
  text-align: center;
}

.infos-section .documents h4 {
  margin-top: 1.5em;
}

.infos-section .documents ul {
  margin-top: 1em;
}

.infos-section .documents li {
  margin-top: 1.5em;
}

.infos-section .documents .appao-btn2 {
  font-size: 11px;
}

.transport .metroBus {
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
  text-transform: uppercase;
  font-weight: bold;
}

.transport .A {
  background: #bf4230;
}

.transport .B {
  background: #f5dc48;
  color: #111111;
}

.transport .L {
  background: #d26036;
}

.transport .vert {
  background: #77aa37;
}

.transport .rose {
  background: #c1486a;
}

.transport .bleu {
  background: #5f97d1;
}

.transport .violet {
  background: #b29bc3;
}

.transport i::before {
  font-size: 20px;
  display: inline;
}

/*--------------------------------------
----------- INFOS AREA CSS END ----------
---------------------------------------*/

/*---------------------------------------
----- MAP AND FOOTER AREA CSS START -----
---------------------------------------*/
.google-map {
  height: 450px;
}

.footer {
  background: url(../img/feu_artifice2.jpg) no-repeat center / cover;
  position: relative;
  z-index: 1;
  padding-bottom: 35px;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000529; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #000529 1%,
    #000529 24%,
    #002055 67%,
    #002055 100%
  );
  opacity: 0.85;
  z-index: -1;
}
.contact-form,
.contact-address {
  background: #fff;
  padding: 40px 65px;
  margin-bottom: 40px;
  margin-top: -80px;
  border: 1px solid #ddd;
}
.contact-form input,
.contact-form textarea,
.contact-form button {
  border: 1px solid #bbb;
}
.contact-form button {
  transition: all 0.4s;
}

.contact-form button:hover {
  background: #002055;
  border-color: #002055;
  color: #fff;
}
.contact-form h4,
.contact-address h4 {
  margin-bottom: 20px;
  font-size: 20px;
}
.subscribe-form {
  margin: 40px 0 40px;
  text-align: center;
}

.footer ul li {
  text-align: center;
  display: inline-block;
}
.footer ul li a {
  width: 50px;
  height: 50px;
  color: #002055;
  background: #fff;
  display: inline-block;
  line-height: 50px;
  font-size: 20px;
  border-radius: 100%;
  margin: 0 5px;
}
.footer ul li a:hover {
  color: #fff;
}
.footer ul li .envelope:hover {
  background: #25d366;
}
.footer ul li .facebook:hover {
  background: #3b5999;
}
.footer ul li .twitter:hover {
  background: #00aced;
}
.footer ul li .instagram:hover {
  background: #e4405f;
}
.footer ul li .linkedin:hover {
  background: #0077b5;
}
.footer ul li .youtube:hover {
  background: #cd201f;
}

.footer ul {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 31px;
}
.newsletter h4 {
  margin: 0;
  text-align: center;
  font-weight: 600;
}
.copyright-area {
  text-align: center;
}
.copyright-area p {
  color: #fff;
}
.copyright-area p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.subscribe-form form {
  position: relative;
  max-width: 580px;
  margin: auto;
  z-index: 1;
  border-radius: 30px;
  display: inline-block;
  width: 100%;
  background: #fff;
}
.subscribe-form form input {
  background: transparent;
  border-radius: 30px 0 0 30px;
  border: 1px solid #bbb;
  width: 80%;
  padding: 15px 30px;
  float: left;
  margin: 0;
}
.subscribe-form form button {
  width: 20%;
  padding: 15px 5px;
  border-radius: 0 30px 30px 0;
  background: #002055;
  border: 1px solid #002055;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  float: right;
  margin: 0;
  transition: 0.5s;
}
.subscribe-form form button:hover {
  font-size: 22px;
}
/*---------------------------------------
------ MAP AND FOOTER AREA CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- PRE LOADER STYLE START --------
---------------------------------------*/
#preloader {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #fff url("../img/loader.gif") no-repeat center center;
}
/*--------------------------------------
--------- PRE LOADER STYLE END ---------
---------------------------------------*/
