/*

Theme Name: Le thème des zéros

Author: Midnight Falcon

Author URI: 123

Description: THEME

*/



@font-face {
    font-family: 'AYA';
    src: url('LondrinaSolid-Regular-webfont.eot');
    src: url('LondrinaSolid-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('LondrinaSolid-Regular-webfont.woff') format('woff'),
         url('LondrinaSolid-Regular-webfont.ttf') format('truetype'),
         url('LondrinaSolid-Regular-webfont.svg#AYA') format('svg');
    font-weight: normal;
    font-style: normal;
}


.architect {font-family: 'Architects Daughter', cursive;}

body {
  overflow-x: hidden;
  font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color:#fff;
	font-size: 16px;
	
	
		background-image: url('../img/fd.jpg') ;
background-repeat: repeat-y;
	/*background-repeat: repeat-x;*/
background-position: top center;
	background-color: #E1E4D3;
/*background-size: contain;*/
}

p {
  line-height: 1.5;
}

a {
 	color: #C74D00;
	-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
	text-decoration: underline;
}

a:hover {
  color: #fff;
	/*text-decoration: none;*/
	-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
}
.aya {
	font-family: AYA;
}
.archi {
	font-family: AYA;
}
.gras {
font-weight: 400;
}
.thin {
font-weight:100;
}


.fd-orange {
	display:table;
	background-color: #FF7E00;
	color:#fff;padding: 0.5rem;
	margin: auto;
	  font-weight: 700;
}
.fd-noir {
	background-color: #640420;
}
.text-primary {
  color: #00A2E2 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #FF7E00;
    border-color: #FF7E00;
}

carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #646464;
}
.carousel-control-next, .carousel-control-prev {
    color: #FF7E00;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: AYA, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.h1, h1 {
    font-size: 2.5rem;
    line-height: 2.2rem;
}

section {
  padding: 25px 50px;
	/*text-align: justify;*/
	background-color: #000;
}

section#cgv-inner {
  padding: 150px 0;

}

section h2.section-heading {
  font-size: 1.8em;
  margin-top: 0;
margin-bottom: 30px;
}

section h3.section-subheading {
  font-size: 1.5em;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 35px;
  text-transform: none;
  font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



.btn {
  font-family: aya, 'Helvetica Neue', Helvetica, Arial, sans-serif;
 /* font-weight: 700;*/
}

.btn-xl {
font-size: 22px;
 padding: 10px 20px;
}

.btn-primary {
  background-color: #646464;
  border-color: #000;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {

}

.btn-primary:active, .btn-primary:focus {
  /*box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;*/
}


#mainNav {
	background: rgba(0, 0,0, 0.5);
	/*height: 55px;*/
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #000;
  font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  color: #00A2E2;
  font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
 /* font-size: 90%;*/
 /* font-weight: 400;*/
  padding: 0.75em 0;
  color: white;
  font-family: AYA, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-bottom: 2px solid transparent;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
color: #000;
background-color: rgba(255, 255, 255, .2);
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
	border-bottom: 2px solid #fff;
}

@media (min-width: 992px) {
	
	.navbar-nav {
    -ms-flex-direction: row  !important;
    flex-direction: row  !important;
}
	
  #mainNav {

    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
	  background-color: rgba(0, 0,0, 0.3);
  }
	
	
	.cgv #mainNav {
    background-color: #000;
}
	
	
	
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
padding: 0.3em 1em !important;
font-size: 1.2rem;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}


.fd-blanc  {
  /*background-image: url("../img/bl-bg-2.jpg");
	background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
	background-size: contain, cover;*/
}


.fd-blanc-gr  {
/*  background-image: url("../img/bl-bg-3.png");
	background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
	background-size: contain, cover;*/
}

header.masthead {
  text-align: center;
  color: white;
/*  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
	
	font-size: 2rem;
font-style: italic;
line-height: 2rem;

  margin-bottom: 25px;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
padding-top: 120px;
padding-bottom: 285px;
  }
  header.masthead .intro-text .intro-lead-in {
	  font-size: 2.5rem;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 45px;
	  margin-top: 60px;
      font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 70px;
      font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}

.titre {
	font-family: AYA;
}

.medium-max {
  margin: 15px 0;
  text-transform: none;
font-size: 2.5em;
line-height: 0.9em;
}

.medium-mini {
  margin: 15px 0;
  text-transform: none;
font-size: 2em;
line-height: 0.9em;
}

.txt {
font-size: 1.5em;
line-height: 1em;
}
.petit {
font-size: 0.6em !important;

}

.bulle {
/*font-size: 2.5em;
line-height: 1em;*/
	font-weight: 600;
}

.rouge {
	color: #C74D00;
}

.vert {
	color: #A8C93C;
}
.vert {
	color: #A8C93C;
}

.jaune {
	color: #E9CB1A;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
	/*border: #646464 dotted 1px;*/
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  cursor: pointer;
	margin: 10px auto 0 10px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
background: rgba(0, 0,0, 0.5);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
    font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
/*  margin: 1rem;
  max-width: 100vw;*/
	width: max-content;
}

.portfolio-modal .modal-content {
  padding: 50px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
font-size: 1.5em;
margin-bottom: 1rem;
}

.portfolio-modal .modal-content p {
    line-height: 0.5;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
    font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
top: 5px;
right: 25px;
width: 50px;
height: 50px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 50px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 50px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

  .lead {
    font-size: 1rem;
}


section#contact {
/*  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;*/
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #00A2E2;
  box-shadow: none;
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
    font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
    font-family: 'roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #dcdcdc;
	color : #000;
	-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
}

.float-left  {
 margin-right: 15px;
	margin-top: 10px;
}

img {
 max-width: 100%;
    /*   height: auto;*/
	/*height: 40px;*/
}

.showcase-text {
padding: 2rem 5rem !important;
}


.btn-circle {
    padding: 15px;
width: 35px;
font-size: 25px;
height: 35px;
    border: 3px solid #FFF;
    border-radius: 100% !important;
    color: #FFF;
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
}

.btn-circle:hover {

    border: 3px solid #000;
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;
}

.col-centered {
    float:none;
   margin: 0 auto 40px auto;
padding: auto;
}

.p-up {
padding: 20px;
border-radius: 20px;
	border-color: #dcdcdc;
	-moz-box-shadow: -5px 5px 10px 0px #656565;
-webkit-box-shadow: -5px 5px 10px 0px #656565;
-o-box-shadow: -5px 5px 10px 0px #656565;
box-shadow: -5px 5px 10px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=224, Strength=10);
/*border-radius: 10px;*/
}

.card {
    padding: 0 40px;
-moz-box-shadow: -5px 5px 10px 0px #656565;
-webkit-box-shadow: -5px 5px 10px 0px #656565;
-o-box-shadow: -5px 5px 10px 0px #656565;
box-shadow: -5px 5px 10px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=224, Strength=10);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.card-body {
    padding: 0 0 1.25rem 0;
}
.bg-light {
    background-color: #C9CDD0 !important;
}

@media (max-width: 767px) {
	.carousel-item {
    height: inherit !important;
}
	
	
.medium-max {
font-size: 2em !important;
}

.medium-mini  {
font-size: 1.5em !important;
}

.txt {
font-size: 1em !important;

}

/*	#head {
padding: 5rem 0 3rem 0 !important;
}*/
section {
    padding: 10px 0;
}
	hr {
    margin-top: 0;
  margin-bottom: 10px;
}
	.showcase-text {
    padding: 1rem !important;
}
	.pad-20 {
    padding:0;
}
	.card {
width: 100% !important;
}
	
	#mainNav .navbar-nav .nav-item .nav-link {
    padding: 0.75em 0.3em;
}
	#portfolio {
    margin: 0 10px;
}
	
	header.masthead {
  text-align: center;
  color: white;
 /* background-image: url("../img/header-bg-2.jpg");
 background: url(image url) no-repeat center center fixed;*/

}
	
	header.masthead .intro-text .intro-lead-in {
    font-size: 2.4rem;
}
	
	header.masthead .intro-text .intro-heading {
    display: none;
}
	header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 150px;
}
	  .br-on-mobile {
        display: block !important;
    }
	
	.float-left-img {

		float: none !important;
		   margin: 20px auto 20px auto !important;
padding: auto !important;
		display: block;
}
	

.order-3 {
    -ms-flex-order: 4;
    order: 4;
}

.order-4 {
    -ms-flex-order: 3;
    order: 3;
}

	
} /* en media max 767 */


	.pad-0 {
    padding: 20px 0 0 0;
}

.br-on-mobile {
    display: none;
}

#page-top {
  /* max-width:1920px;*/
	    width: 1160px;
    max-width: 100%;
	/*background-color: #000;*/
	padding: 0px 30px;
}


.flex-align {
align-self: last baseline;
}

.v-align {
display:inline;
	vertical-align: bottom;
	padding: 5px;
}

.carousel-indicators li {
 background-color: #646464;

}
.carousel-indicators .active {
    background-color: #EB8718;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
 background-color: rgba(0, 0,0, 0.5);

}
.fa-blak  {
color:#000;
}

.navbar-nav {
    -ms-flex-direction: row-reverse  ;
    flex-direction: row-reverse  ;
}

.navbar {
    padding: 0rem 1rem;
}
#portfolio .portfolio-item {
    padding: 1rem 0 0 0 !important;

}

.no-gutters {
    margin: 0 0 2rem 0;
}

.full-width, .full-width-tv {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50%);
	max-width: 100vw !important;
}
 
.marg-top   {
margin: 5rem 0 0 0;
}


.rot-5 {
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	image-rendering: optimizequality;
}

.rot5 {
	-ms-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	image-rendering: optimizequality;
}
.no-padding {
padding:0 !important
}



.fd-cours-1 {
	background-image: url('../img/fd/fd-1.png') ;
background-repeat: repeat-x;
background-position: top center;
}
.fd-cours-2 {
	background-image: url('../img/fd/fd-1bis.png') ;
background-repeat: repeat-x;
/*background-size: contain;*/
background-position: top center;
}

.fd-cours {
/*	background-color: #ddffab; */
	/*background-image: url('../img/fd/fd-1.png') ;*/
	/*background-repeat: no-repeat;*/
/*background-attachment: fixed;*/
/*background-position: center;*/
color: #fff !important;
}
.fd-cours .h1, .fd-cours h1 {
   /* background-color: #405B00;*/
    color: #405B00;
	font-size: 1.5rem;
	line-height: 1.2rem;
/*	display: inline-block;

padding: 0.5rem;*/
}
.fd-cours .fd {
background-color: #000;
display: inline-block;
padding: 0.2rem 0.5rem;
}

#contact .fd {
background-color: #000;
padding: 0.2rem 0.5rem;
	display: table;
margin: 1rem auto;
}

.fd-cours a {
color: #FF9600 ;
}
.fd-cours a:hover {
color: #fff ;
}




.fd-stage-1 {
	background-image: url('../img/fd/fd-stage.png') ;
background-repeat: no-repeat;
background-position: top center;
padding-top: 7rem;
background-size: contain;
}
.fd-stage {
/*	background-color: #000;*/
color: #fff !important;
}
.fd-stage .h1, .fd-stage h1 {
   /* background-color: #C6874B;*/
    color: #C6874B;
		font-size: 1.5rem;
	line-height: 1.2rem;
}


.fd-video-1 {
	background-image: url('../img/fd/fd-video.png') ;
background-repeat: repeat-y;
background-position: top center;
padding: 8rem 0 2rem 0;
background-size: contain;
}
.fd-video {
/*	background-color: #000;*/
color: #fff !important;
}
.fd-video .h1, .fd-video h1 {
   /* background-color: #A82027;*/
    color: #A82027;
	font-size: 1.5rem;
	line-height: 1.2rem;
}


.fd-aya-1 {
	background-image: url('../img/fd/fd-aya-2.png') ;
background-repeat: repeat;
background-position: top center;
padding: 2rem;
/*background-size: contain;*/
}
.fd-aya {
/*	background-color: #000;*/
color: #fff !important;
}
.fd-aya .h1, .fd-aya h1 {
   /* background-color: #424B6C;*/
    color: #424B6C;
	font-size: 1.5rem;
	line-height: 1.2rem;
}

.img-rounded {
    border-radius: 20px !important;
}
.blanc {
color: #fff !important;
}

 @media (min-width:768px){
.flex-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
	  }

.col-lg-6 {
    float: left;
    width: 50%;
}
.form-control {
    background-color: #DCDCDC !important;
}
.form-control {
    background-color: #DCDCDC !important;
}
#friz {
    background-image: url('../img/friz.png') ;
background-repeat: repeat-x;
/*background-position: bottom center;*/
	height: 68px;
	width: 100%;
	padding: 10px 0;
}