@import url('https://fonts.googleapis.com/css?family=Maven+Pro:900');
@import url('https://fonts.googleapis.com/css?family=Lora');

/*GENERAL*/
body, h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, li, a, p, strong, b, span{font-family: sans-serif;}
.clear{clear: both !important;}
.color_black{color:black!important;}
.color_white{color:white !important;}
.calque_noir:before{background-color: black; display: block; width: 100%; height: 100%; opacity: 0.5}
.calque_white:before{background-color: white; display: block; width: 100%; height: 100%; opacity: 0.5}
.bg_parralax{background-attachment: fixed;}

.pt-xs{padding-top: 1vh;}
.pr-xs{padding-right: 1vh;}
.pb-xs{padding-bottom: 1vh;}
.pl-xs{padding-left: 1vh;}
.pt-md{padding-top: 3vh;}
.pr-md{padding-right: 3vh;}
.pb-md{padding-bottom: 3vh;}
.pl-md{padding-left: 3vh;}
.pt-lg{padding-top: 5vh;}
.pr-lg{padding-right: 5vh;}
.pb-lg{padding-bottom: 5vh;}
.pl-lg{padding-left: 5vh;}
.pt-xl{padding-top: 7vh;}
.pr-xl{padding-right: 7vh;}
.pb-xl{padding-bottom: 7vh;}
.pl-xl{padding-left: 7vh;}
.mt-xs{margin-top: 1vh;}
.mr-xs{margin-right: 1vh;}
.mb-xs{margin-bottom: 1vh;}
.ml-xs{margin-left: 1vh;}
.mt-md{margin-top: 3vh;}
.mr-md{margin-right: 3vh;}
.mb-md{margin-bottom: 3vh;}
.ml-md{margin-left: 3vh;}
.mt-lg{margin-top: 5vh;}
.mr-lg{margin-right: 5vh;}
.mb-lg{margin-bottom: 5vh;}
.ml-lg{margin-left: 5vh;}
.mt-xl{margin-top: 7vh;}
.mr-xl{margin-right: 7vh;}
.mb-xl{margin-bottom: 7vh;}
.ml-xl{margin-left: 7vh;}

@charset "utf-8";
/* CSS Document */

/* ---------- GENERAL ---------- */

.domaines {
	background: #e5eef7;
}

a { text-decoration: none; }

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
    overflow-x: hidden; 
}

.navbar-fixed-top, .navbar-fixed-bottom {
	background: transparent;
    /*rgba(245, 245, 245, 0.4);*/
}

.title-header h1 {
	/*background-color: rgba(49, 122, 189, 0.6)*/;
    text-shadow: 3px 3px 3px #ff3900;
    padding: 30px 0;
}

.title-header2 {
    background-color: rgba(254, 57, 2, 0.6);
    padding: 30px 0;
}

.menu-style2 > li > a,
.menu-style2 > li.active > a {
	color: #ff3900;
	font-weight: 700;
  /*background: #fff;*/
  padding: 5px;
  font-size: 14px;
  font-family: 'Lora', serif;
}

.menu li a:hover {
  color: #fff;
}

.menu-style2 > li > a:hover {
	color: #505050;
}

.menu-style2 > li:last-child > a {
	padding-right: 0px;
}

.navbar {
	border: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.menu-style2 ul {
	background-color: #dbd1ce;
	color: #fff;
}

.menu-style2 ul li a {
	color: #000;
}

.menu-style2 ul li a:hover {
	color: #ff3900;
}

section {
    padding: 50px 0;
    margin: 50px 0;
}

#avions {
    background-color: #52a5ef;
}

#avions h3,
#avions p {
    color: #fff;
}

#vols {
    background-color: #f9987c; 
}

#vols h3,
#vols p {
    color: #fff;
}

#membres {
    background-color: #52a5ef;
}

#contact .container {
    background: #ff3900;
    padding: 50px;
}

#contact h3,
#contact p,
#contact label {
    color: #fff;
}

#contact input {
    border-color: #fff;
    background: #fff;
}

#contact .btn {
    color: #000!important;
    line-height: 55px;
}

@media (min-width: 768px) {
    .form-inline .form-control {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .menu-style2 > li > a {
        padding: 5px;
        margin: 35px 10px;
    }
}

.title {
    padding: 150px 0 0 0;
}

h1 {
    font-size: 42px;
    font-family: 'Lora', sans-serif;
}

h2,
.title-header h2 {
    font-family: 'Lora', sans-serif;
    letter-spacing: 0px;
}

h3 {
    color: #ff3900;
    font-family: 'Lora', sans-serif;
    font-size: 26px;
}

hr {
    border-bottom: 4px solid #fff;
    width: 20%;
    margin: 20px auto;
}

.footer-content:after {
    display: none;
}

footer p {
    color: #fff;
}

.footer-copyright {
    padding: 20px 0;
}

footer .menu-style2 > li > a {
    border: none;
    color: #fff;
    text-align: center;
}

footer .menu li {
    display: inline-block;
}

footer .menu li a {
    color: #ff3900;
    padding: 20px 30px;
}

.theme-description p {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
}

.logo {
    margin-top: 5px;
}

.frame-img {
    margin-top: 50px;
}

.blocOblique {
    content: '';
    width: 1020px;
    height: 800px;
    background: #ff3900;
    top: 80px;
    right: -300px;
    position: absolute;
    display: block;
    z-index: -1;
    transform: rotate(135deg);
    overflow: hidden;
}

.blocOblique2 {
    content: '';
    width: 1020px;
    height: 800px;
    background: #ff3900;
    top: 1100px;
    left: -400px;
    position: absolute;
    display: block;
    z-index: -2;
    transform: rotate(135deg);
    overflow: hidden;
}

#engagements .sectionP {
    padding: 150px 0;
}

.bg-1 {
    background: url(../images/parallax_engagement.png);
}

.white {
    color: #fff;
}

.btn {
    color: #fff;
    background: #ff3900;
}

.btn:hover {
    color: #ff3900;
    background: #fff;
    border: 2px solid #ff3900;
}

footer {
    background-color: #2f2929;
}

.btn-default {
    border-color: #ff3900;
}

.menu li.active > a, .menu li a.active,
.menu-style3 li a {
  color: #ff3900;
  font-weight: 600;
}

.menu-style3 li a {
  height: auto;
}

@media screen and (max-width: 1140px) {
  .blocOblique {
    display: none;
  }

  .blocOblique2 {
    display: none;
  }
}

.header-v2 .trigger-menu {
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .bgOrigin {
    background-size: 385px;
  }  
}

@media screen and (max-width: 992px) {
  .bgOrigin {
    background-size: 305px;
  }  
}

.listeInfos ul li {
    padding: 10px 0;
    list-style: circle;
}

.listeInfos ul li a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #ff3900;
}