/*
Theme Name: Voile
Description: Thème dédié au site La Voile Pour Les Nuls.
Version: 1.0
Text Domain: voile
*/

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color:#1b1c20;
  font-size: 16px;
  line-height: 28.8px
;
}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
      margin-top: 20px;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}


/** MENU **/
.navbar-default {   background-color: white;  text-transform:uppercase;     font-weight: 600;  border-style: none; margin-bottom: 0px; }
.navbar-default .navbar-brand { padding: 0; width: 300px; background-repeat: no-repeat; background-size: contain; margin-top: 7px; margin-bottom: 20px; }
.navbar-default .navbar-nav > li > a { padding: 0px 10px; color: #404852; margin-top: 30px; }
.navbar-default .navbar-nav > li > a:hover { color: black; background: none; }
.navbar-default .navbar-nav > .active > a { color: #03abc6; background: none; }.navbar-inverse .navbar-nav > .active > a:hover { color: black; background: none; }
.navbar-default .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {color: black;}



/*
.navbar-inverse {   background-color: white;  text-transform:uppercase;     font-weight: 600;  border-style: none; }
.navbar-inverse .navbar-brand { padding: 0; width: 300px; background-repeat: no-repeat; background-size: contain; margin-top: 7px; }
.navbar-inverse .navbar-nav > li > a { padding: 0px 10px; color: #404852; margin-top: 30px; }
.navbar-inverse .navbar-nav > li > a:hover { color: black; background: none; }
.navbar-inverse .navbar-nav > .active > a { color: #03abc6; background: none; }
.navbar-inverse .navbar-nav > .active > a:hover { color: black; background: none; }
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {color: black;}
*/

/*
@media (min-width: 768px)
{
	ul.nav li.dropdown:hover > ul.dropdown-menu 
	{
	    display: block;    
	}
}

@media (max-width: 768px)
{
	.navbar-inverse .navbar-toggle .icon-bar { background-color: black;}
	.navbar-toggle {margin-top: 15px;}
	.navbar-header {margin-top: 15px;}
	.navbar-collapse {border:none;}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {background-color: transparent; color:inherit;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover { color : black;}

	ul.dropdown-menu {
	    display: none;    
	}

}
*/


/* Search */
#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    margin-top: 10px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 20px;
    color: #317094;
}

/* Blockquote */
blockquote {
  position:relative;
  font-style: italic; 
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 50px;
}
blockquote:before
 {
  color: #ccc;
  content: "\201C";
  font-size: 5em;
  position:absolute;
  left:4px;
  top: 0.35em;
  line-height: 0.1em;
  
}





.gland
{
	position : relative;
    padding: 1.3em 2em 1.3em 5em;
    background: #fcf4e5;
    border-radius: 5px;
    color: #be9d5f;
    display: block;
	font-style: italic;	
    z-index: 1;
}

.gland:before
{
    width: 65px;
    height:70px;
    content: " ";
	background-image: url('assets/img/hazelnut.png');
	background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 0px;
    z-index: 3;
}



.capitaine
{
	position : relative;
    padding: 1.3em 2em 1.3em 5em;
    background: #D4EBA7;
    border-radius: 5px;
    color: #4B7306;
    display: block;
	font-style: italic;	
    z-index: 1;
}

.capitaine:before
{
    width: 65px;
    height:70px;
    content: " ";
	background-image: url('assets/img/boat-captain-hat.png');
	background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 0px;
    z-index: 3;
}












/* images */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


/** CATEGORIE DES COURS **/
.path_image
{
text-align: center;
width: 100%;
position: absolute;
margin-top: 10px;
z-index: 9;
}


.path
{
  width: 100%;
  height: 180px;
  position: relative;
  border : 1px solid #d2d2d2;
  border-radius: 5px;

}

.path_color
{
  width: 100%;
  height: 100px;
  bottom: 0;
  position: absolute;
  border-radius: 0px 0px 5px 5px;
}



/*
#theorie{  background-color: #90bc69;}
#navigation{  background-color: #7fb0e1;}
#meteo{  background-color: #e96a6a;}
#manoeuvres{  background-color: #d2b930;}
#default{  background-color: gray;}
*/


.path_color a
{
text-align: center;
width: 100%;
position: absolute;
margin-top: 40px;
color: white;
text-decoration: none;
}


/** TITRES **/




/*Page formation*/
.page-top-formation
{

	text-align: justify;
	margin-bottom: 10px;
	background-color: #F2F2F2;

    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  
}






.page-top-formation p
{
	font-size:20px;

} 
.page-top-formation h1
{
	font-size: 70px;
	font-weight: 300;
	text-align: left;
}

.page-top
{
	background-color: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	color: white;
	text-align: justify;

}
.wp-caption
{
	font-size: 12px;
}


h1, h2, h3, h4
{
margin-top: 20px;
}


h1
{
	color :  #1b1c20;
}



h2{
  /*display: flex;
  text-align: center;*/
  font-family: 'Montserrat';
    margin-top: 30px;
    color : #317094;
    font-size: 2.3em;
    font-weight: 700;
}


h3 
{
	font-weight: bold;
}




/*
h2::before,
h2::after {
  display: block; 
  content: "";
  flex:1;
  align-self: center;
  border-bottom: 1px solid CurrentColor;
}

h2::before {margin-right: .3em}
h2::after {margin-left: .3em}

*/

/*
.alt-row {
    background-color: #f3f1ee;
}*/



.lobster{
  font-family: 'Lobster'; 
  font-transform: none;
}


.footer {
  width: 100%;
  /* Set the fixed height of the footer here 
  height: 60px;*/
  background-color: #f5f5f5;
  font-size: 12px;
}

.btn {
	background-color:#317094;
	color :white;
}
.btn:hover { 
	color :white;
	background-color:#00305e; 
}



/* Divider Line */
hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	margin: 10px 0 10px 0;
}

hr.short {
	margin: 11px 0 11px 0;
}

hr.tall {
	margin: 44px 0 44px 0;
}

hr.taller {
	margin: 66px 0 66px 0;
}

hr.light {
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.20), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.20), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.20), rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.20), rgba(255,255,255,0));
}



a {
	text-decoration: none;
	color:#1b1c20; 

}
a:focus, a:hover
{
	text-decoration: none;
	color:#317094;
}







/** ANIMATION HOME **/
#blockvideo
{
	width: 100%;
	height: 450px;
}

#titre h1
{
	text-align: center;
	text-transform: uppercase;
	color: white;
	letter-spacing: 5px;
	padding-top: 160px;
	margin: 0;
}
#separateur
{
	width:75px;
	height: 4px;
	background-color: white;
	margin: auto;
	margin-top: 30px;
}
#soustitre h2
{
	margin-top: 20px;
	color : white;
  text-align: center;
}

#soustitre h2::before, #soustitre h2::after {
  border-bottom: 0px solid CurrentColor;
}

.accroche
{
	text-align: center;
	margin-bottom: 10px;
}
.accroche h4
{
	font-size: 40px;
	font-weight: 100;
}
.accroche p
{
	font-size: 20px;
	font-weight: 100;
}
.chapitre h6
{
  font-family: 'Montserrat';
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color : #1b1c20;

}
.chapitre .img-circle
{
background-color: white;
width: 60%;
height: 60%;
border:6px solid white;
}
.chapitre 
{
margin-top: 20px;
}



/** FOOTER SOCIAL **/
ul.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

ul.social-icons li {
	background-image: url(assets/img/social-sprites.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: 0 100px;
	display: inline-block;
/* 	margin: -1px 1px 5px 0; */
	margin: 5px 1px 5px 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	transition: all 0.3s ease;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-border-radius: 100%;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-border-radius: 100%;
	-webkit-transition: all 0.3s ease;
}

ul.social-icons li a {
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
}

ul.social-icons li[class] a {
	text-indent: -9999px;
}

ul.social-icons li a:hover {
	text-decoration: none;
}

ul.social-icons li a i[class^="icon-"] {
	color: #444;
	font-style: 16px;
	position: relative;
	top: 3px;
}

ul.social-icons li a:active {
	box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
}

ul.social-icons li:active,
ul.social-icons li a:active {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

ul.social-icons li.facebook {
	background-position: 0 -120px;
}

ul.social-icons li.facebook:hover {
	background-position: 0 -150px;
}

ul.social-icons li.youtube {
	background-position: 0 -1380px;
}

ul.social-icons li.youtube:hover {
	background-position: 0 -1410px;
}

ul.social-icons li.googleplus {
	background-position: 0 -300px;
}

ul.social-icons li.googleplus:hover {
	background-position: 0 -330px;
}

ul.social-icons li.paypal {
	background-position: 0 -660px;
}

ul.social-icons li.paypal:hover {
	background-position: 0 -690px;
}


ul.social-icons li.pinterest {
	background-position: 0 -780px;
}

ul.social-icons li.pinterest:hover {
	background-position: 0 -810px;
}


ul.social-icons li.rss {
	background-position: 0 -900px;
}

ul.social-icons li.rss:hover {
	background-position: 0 -930px;
}

ul.social-icons li.twitter {
	background-position: 0 -1140px;
}

ul.social-icons li.twitter:hover {
	background-position: 0 -1170px;
}

ul.social-icons li.mail {
	background-position: 0 -1620px;
}

ul.social-icons li.mail:hover {
	background-position: 0 -1650px;
}





/** ANIMATION nuages **/
#animation{
background-color: #317094;
}
/*
#voilier{
  background: url('assets/img/voilier.png') no-repeat;
  width : 319px;
  height: 356px;
  z-index: 10;  
  position: absolute;
  margin-top: -260px;
}
*/

#animationTitre {
  position: relative;  
  text-align: right;

  margin-top: -75px;
  font-size: 50px;
  z-index: 10;
  font-family: 'Montserrat', cursive;
  color:white;
}

#animationTitre2 {
  position: relative;
  text-align: right;
  font-size: 25px;
  margin-top: -10px;
  z-index: 10;
  color:white;
}




#animationNuages {
  position: relative;
  height: 400px;
  overflow: hidden;
  -webkit-animation: FadeIn 3s ease-out;
          animation: FadeIn 3s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Cloud {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 70px;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: Float, FadeFloat;
          animation-name: Float, FadeFloat;
  z-index: 2;
}
.Cloud.Foreground {
  height: 10%;
  min-height: 20px;
  z-index: 4;
}
.Cloud.Background {
  height: 9.09090909%;
  min-height: 8px;
  -webkit-animation-duration: 210s;
          animation-duration: 210s;
}
@-webkit-keyframes Float {
  from {
    -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  to {
    -webkit-transform: translateX(-15%) translateZ(0);
            transform: translateX(-15%) translateZ(0);
  }
}
@keyframes Float {
  from {
    -webkit-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
  }
  to {
    -webkit-transform: translateX(-15%) translateZ(0);
            transform: translateX(-15%) translateZ(0);
  }
}
/*
@keyframes Float {
  from { transform: translateX(100%) translateY(-100%) translateZ(0); }
  50% { transform: translateX(55%) translateY(0) translateZ(0); }
  to { transform: translateX(-5%) translateY(-100%) translateZ(0); }
}
*/
@-webkit-keyframes FadeFloat {
  0%,
  100% {
    opacity: 0;
  }
  5%,
  90% {
    opacity: 1;
  }
}
@keyframes FadeFloat {
  0%,
  100% {
    opacity: 0;
  }
  5%,
  90% {
    opacity: 1;
  }
}
.Cloud:nth-child(10) {
  -webkit-animation-delay: -184.61538462s;
          animation-delay: -184.61538462s;
  top: 60%;
}
.Cloud.Foreground:nth-child(10) {
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
  height: 35%;
}
.Cloud.Background:nth-child(10) {
  -webkit-animation-duration: 110s;
          animation-duration: 110s;
  height: -3.40909091%;
}
.Cloud:nth-child(9) {
  -webkit-animation-delay: -166.15384615s;
          animation-delay: -166.15384615s;
  top: 54%;
}
.Cloud.Foreground:nth-child(9) {
  -webkit-animation-duration: 84s;
          animation-duration: 84s;
  height: 32.5%;
}
.Cloud.Background:nth-child(9) {
  -webkit-animation-duration: 114s;
          animation-duration: 114s;
  height: -2.15909091%;
}
.Cloud:nth-child(8) {
  -webkit-animation-delay: -147.69230769s;
          animation-delay: -147.69230769s;
  top: 48%;
}
.Cloud.Foreground:nth-child(8) {
  -webkit-animation-duration: 88s;
          animation-duration: 88s;
  height: 30%;
}
.Cloud.Background:nth-child(8) {
  -webkit-animation-duration: 118s;
          animation-duration: 118s;
  height: -0.90909091%;
}
.Cloud:nth-child(7) {
  -webkit-animation-delay: -129.23076923s;
          animation-delay: -129.23076923s;
  top: 42%;
}
.Cloud.Foreground:nth-child(7) {
  -webkit-animation-duration: 92s;
          animation-duration: 92s;
  height: 27.5%;
}
.Cloud.Background:nth-child(7) {
  -webkit-animation-duration: 122s;
          animation-duration: 122s;
  height: 0.34090909%;
}
.Cloud:nth-child(6) {
  -webkit-animation-delay: -110.76923077s;
          animation-delay: -110.76923077s;
  top: 36%;
}
.Cloud.Foreground:nth-child(6) {
  -webkit-animation-duration: 96s;
          animation-duration: 96s;
  height: 25%;
}
.Cloud.Background:nth-child(6) {
  -webkit-animation-duration: 126s;
          animation-duration: 126s;
  height: 1.59090909%;
}
.Cloud:nth-child(5) {
  -webkit-animation-delay: -92.30769231s;
          animation-delay: -92.30769231s;
  top: 30%;
}
.Cloud.Foreground:nth-child(5) {
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  height: 22.5%;
}
.Cloud.Background:nth-child(5) {
  -webkit-animation-duration: 130s;
          animation-duration: 130s;
  height: 2.84090909%;
}
.Cloud:nth-child(4) {
  -webkit-animation-delay: -73.84615385s;
          animation-delay: -73.84615385s;
  top: 24%;
}
.Cloud.Foreground:nth-child(4) {
  -webkit-animation-duration: 104s;
          animation-duration: 104s;
  height: 20%;
}
.Cloud.Background:nth-child(4) {
  -webkit-animation-duration: 134s;
          animation-duration: 134s;
  height: 4.09090909%;
}
.Cloud:nth-child(3) {
  -webkit-animation-delay: -55.38461538s;
          animation-delay: -55.38461538s;
  top: 18%;
}
.Cloud.Foreground:nth-child(3) {
  -webkit-animation-duration: 108s;
          animation-duration: 108s;
  height: 17.5%;
}
.Cloud.Background:nth-child(3) {
  -webkit-animation-duration: 138s;
          animation-duration: 138s;
  height: 5.34090909%;
}
.Cloud:nth-child(2) {
  -webkit-animation-delay: -36.92307692s;
          animation-delay: -36.92307692s;
  top: 12%;
}
.Cloud.Foreground:nth-child(2) {
  -webkit-animation-duration: 112s;
          animation-duration: 112s;
  height: 15%;
}
.Cloud.Background:nth-child(2) {
  -webkit-animation-duration: 142s;
          animation-duration: 142s;
  height: 6.59090909%;
}
.Cloud:nth-child(1) {
  -webkit-animation-delay: -18.46153846s;
          animation-delay: -18.46153846s;
  top: 6%;
}
.Cloud.Foreground:nth-child(1) {
  -webkit-animation-duration: 116s;
          animation-duration: 116s;
  height: 12.5%;
}
.Cloud.Background:nth-child(1) {
  -webkit-animation-duration: 146s;
          animation-duration: 146s;
  height: 7.84090909%;
}
.Cloud {
  background-image: url('assets/img/nuage.png');
}



/* Breadcrumbs */
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
} 

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #d4d4d4;
}
.btn-breadcrumb a.btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #d4d4d4;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #d4d4d4;
}


.breadcrumbs {
	background-color: #1b1c20;
}


.breadcrumbs .btn {
	border-radius: 0px;
}


.breadcrumbs .btn-default {
	color:white;
 	border-color:transparent;
 	background-color : transparent; 
}

.btn.btn-default:active{
background-color: transparent;
color:white;
border-color:transparent;
}

.breadcrumbs a.btn.btn-default:hover {
 	background-color :#d4d4d4 ; 
 	cursor: pointer;
}

.breadcrumbs p.btn.btn-default:hover {
 	cursor: default;
}




.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #1b1c20;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid white;
}
