﻿/*
Theme Name: PPassionCarry
Author: Danilson Fortes
Author URI: 
Description: thème pour site plongée passion carry
Version: 1.0
Text Domain: PPassionCarry
*/

/*Ajout d'un espacement pour descendre le contenu en dessous du menu*/
    .padding-menu {
        padding-top: 180px;
		background-color: #223A5E;
    }
    @media (min-width: 780px) {
      .padding-menu {
        padding-top: 130px;
		background-color: #223A5E;
      }
    }
	
.lh_titre{line-height:0.5;}
.lh_titre_leo{
   padding-top:20px;
	font-size:30px;
}
.centered {
   text-align: center;
   font-size: 0;
}
.centered > div {
   float: none;
   display: inline-block;
   text-align: left;
   font-size: 13px;
}

.titresite {
    color: white;
    text-align: center;
}

body {
  background-color: #223A5E;
  color: white;
  background-repeat: no-repeat;
}

 /*customize-support{background-color: blue;}*/
 
.navbar {
  background-color: #223A5E;
}

header {
  background-color: #223A5E;
}

/*html {
  background-color: #223A5E;
}*/

footer {
  background-color: black;
  color: white;
  padding: 80px 10px 40px; /*top left/rigth bottom*/
  /*position: fixed;*/
  bottom: 0;
  width: 100%;
  margin-top: 15px;
}

.footer {
  background-color: black;
  color: white;
  height: 70px;
}

.m-ip-reset {
  margin-top: 0;
}

.m-dw-30 {
  margin-bottom: 30px;
	margin-top:30px;
}

.aligncenter {
  margin: auto;
  display: block;
}

.wp-caption {
  width: auto!important;
}

.wp-caption a {
  display: block;
  max-width : 768px ; margin: auto;
}

dl.gallery-item img.attachement-thumbnail {
  height: auto;
  max-width: 100%;
}

.panel img {
  margin-bottom: 15px;
}

.jumbotron {
  padding-top: 24px;
  padding-bottom: 12px;
}

/*---carousel */
/*section#home-carousel { background-color: #000;}*/
/*#carouselHome img { margin: 15px auto;}*/
#carouselHome .carousel-indicators li {
  width: 15px;
  height: 15px;
}

#carouselHome .carousel-indicators li.active {
  width: 17px;
  height: 17px;
}

#carouselHome .carousel-inner .item .carousel-caption {
  bottom: 3%;
}

.carousel-inner .item h3 {
  font-size: 2.2em;
  font-weight: bold;
}

.carousel-inner .item p {
  animation-delay: 0.4s;
  font-size: 1.2em;
  background-color: rgba(0,0,0,0.35);
  padding: 10px 3%;
}

@media (max-width : 500px) {
  #carouselHome .carousel-inner .item .carousel-caption {
    width: 90%;
    left: 5%;
  }

  #carouselHome .carousel-inner .item .carousel-caption p {
    width: 90%;
    left: 5%;
  }

  #carouselHome .carousel-inner .item .carousel-caption a.btn {
    padding: 3px 6px;
  }
}

/*-----------------------------------------------*/


/*different*/

.carousel-inner img {
  width: 100%;
 /* Set width to 100% */
  min-height: 200px;
}


.lien-slider {
	font-style: normal;
	font-size: 23px;
	font-weight: bold;
	
}


/** aller en haut de la page */
#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  /*background-color: blue;*/
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}

#myBtn:hover {
  background-color: #555;
}

.copyright-text {
    color: #fefefe;
}

.footer .footer-credits {
    color: #fff;
}















/*css menu ------------*/


.navbar-default {
  border: 0;
}

@media (min-width: 768px) {
nav {    
    display: block;
    text-align: center;
  }
  nav ul {
    margin: 0;
    padding:0;
    list-style: none;
  }
  .nav a {
    display:block; 
    background: #333333; 
    color:#F6E497; 
    text-decoration: none;
    padding: .8em 1.8em;
    text-transform: uppercase;    text-align: left;
    font-size: 80%;letter-spacing: 2px;
    text-shadow: 0 -1px 0 #000;
    position: relative;
  }
  .nav{  
    vertical-align: top; 
    display: inline-block;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius:6px;
  }
  .nav li{position: relative;}
  .nav > li { 
    float:left; 
    border-bottom: 4px #aaa solid; 
    margin-right: 1px; 
  } 
  .nav > li > a { 
    margin-bottom:1px;
  
  }
  .nav > li:hover , .nav > li:hover >a{  border-bottom-color:#4BB5C1;}
  .nav li:hover > a { color:#4BB5C1; }
  .nav > li:first-child  { border-radius: 4px 0 0 4px;} 
  .nav > li:first-child>a{border-radius: 4px 0 0 0;}
  .nav > li:last-child  { 
    border-radius: 0 0 4px 0; 
    margin-right: 0;
  } 
  .nav > li:last-child >a{border-radius: 0 4px 0 0; }
  .nav li li a { margin-top:1px}
  
 
 /* submenu positioning*/
.nav ul {
  position: absolute;
  white-space: nowrap;
  border-bottom: 5px solid  #F6E497;
  z-index: 1;
  left: -99999em;
}
.nav > li:hover > ul {
  left: auto;
  padding-top: 5px  ;
  min-width: 100%;
}
.nav > li li ul {  border-left:1px solid #fff;}


.nav > li li:hover > ul { 
 /* margin-left: 1px */
  left: 100%;
  top: -1px;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #aaa; 
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-bottom-color: orange; 
  margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {  
  border-left-color: #aaa; 
  margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-right-color: orange;
  right: 10px; 
}

.modal-header{background-color: #00bfff;}
.modal-body{background-color: #e6ecff; color:#000033}
.modal-footer{background-color: #00bfff;}

}  

@media (max-width: 640px) {

nav {    
    display: block;
    text-align: center;
  }
  nav ul {
    margin: 0;
    padding:0;
    list-style: none;
  }
  .nav a {
    display:block; 
    background: #111111; 
    color:#F6E497; 
    text-decoration: none;
    padding: .8em 1.8em;
    text-transform: uppercase;
    font-size: 80%;letter-spacing: 2px;
    text-shadow: 0 -1px 0 #000;
    position: relative;
  }
  .nav{  
    vertical-align: top; 
    display: inline-block;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius:6px;
  }

  .nav > li > a { 
    margin-bottom:1px;
    box-shadow:inset 0 2em .33em -.5em #555; background: #333333;
  }
  .nav > li:hover , .nav > li:hover >a{  border-bottom-color:#4BB5C1;}
  .nav li:hover > a { color:#4BB5C1; }
  .nav > li:first-child  { border-radius: 4px 0 0 4px;} 
  .nav > li:first-child>a{border-radius: 4px 0 0 0;}
  .nav > li:last-child  { 
    border-radius: 0 0 4px 0; 
    margin-right: 0;
  } 
  .nav > li:last-child >a{border-radius: 0 4px 0 0; }
  .nav li li a { margin-top:1px}
  
  
   /* submenu positioning*/

.nav > li:hover > ul {
  left: auto;
  padding-top: 5px  ;
  min-width: 100%;
}
.nav > li li ul {  border-left:1px solid #fff;}


.nav > li li:hover > ul { 
 /* margin-left: 1px */
  left: 100%;
  top: -1px;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #aaa; 
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-bottom-color: orange; 
  margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {  
  border-left-color: #aaa; 
  margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-right-color: orange;
  right: 10px; 
}

.sub-menu li li > a {
	background: #898D8C;
}

.lh_titre{line-height:0.9;}

.embed-responsive-4by3{padding-bottom: 75%;}
.fp_vspace{ margin: 20px;}

} 

@media (min-width: 641px) and (max-width: 767px) {
nav {    
    display: block;
    text-align: center;
  }
  nav ul {
    margin: 0;
    padding:0;
    list-style: none;
  }
  .nav a {
    display:block; 
    background: #111111; 
    color:#F6E497; 
    text-decoration: none;
    padding: .8em 1.8em;
    text-transform: uppercase;
    font-size: 80%;letter-spacing: 2px;
    text-shadow: 0 -1px 0 #000;
    position: relative;
  }
  .nav{  
    vertical-align: top; 
    display: inline-block;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius:6px;
  }

  .nav > li > a { 
    margin-bottom:1px;
    box-shadow:inset 0 2em .33em -.5em #555; background: #333333;
  }
  .nav > li:hover , .nav > li:hover >a{  border-bottom-color:#4BB5C1;}
  .nav li:hover > a { color:#4BB5C1; }
  .nav > li:first-child  { border-radius: 4px 0 0 4px;} 
  .nav > li:first-child>a{border-radius: 4px 0 0 0;}
  .nav > li:last-child  { 
    border-radius: 0 0 4px 0; 
    margin-right: 0;
  } 
  .nav > li:last-child >a{border-radius: 0 4px 0 0; }
  .nav li li a { margin-top:1px}
  
  
   /* submenu positioning*/

.nav > li:hover > ul {
  left: auto;
  padding-top: 5px  ;
  min-width: 100%;
}
.nav > li li ul {  border-left:1px solid #fff;}


.nav > li li:hover > ul { 
 /* margin-left: 1px */
  left: 100%;
  top: -1px;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #aaa; 
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-bottom-color: orange; 
  margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {  
  border-left-color: #aaa; 
  margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-right-color: orange;
  right: 10px; 
}

.sub-menu li li > a {
	background: #898D8C;
}

.lh_titre{line-height:0.9;}

.embed-responsive-4by3{padding-bottom: 35%;}
.fp_vspace{ margin: 20px;}
}  

/* BOOTSTRAP MODAL	*/
.modal-header{background-color: #00bfff;}
.modal-body{background-color: #e6ecff; color:#000033}
.modal-footer{background-color: #00bfff;}


@import 'prettyPhoto.css';
/* BOOTSTRAP GALLERIR	*/


.carousel-inner_gallerie {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner_gallerie>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner_gallerie>.item>a>img,.carousel-inner_gallerie>.item>img {
  line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-inner_gallerie>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner_gallerie>.item.active.right,.carousel-inner_gallerie>.item.next {
    left: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  .carousel-inner_gallerie>.item.active.left,.carousel-inner_gallerie>.item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  .carousel-inner_gallerie>.item.active,.carousel-inner_gallerie>.item.next.left,.carousel-inner_gallerie>.item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.carousel-inner_gallerie>.active,.carousel-inner_gallerie>.next,.carousel-inner_gallerie>.prev {
  display: block;
}

.carousel-inner_gallerie>.active {
  left: 0;
}

.carousel-inner_gallerie>.next,.carousel-inner_gallerie>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner_gallerie>.next {
  left: 100%;
}

.carousel-inner_gallerie>.prev {
  left: -100%;
}

.carousel-inner_gallerie>.next.left,.carousel-inner_gallerie>.prev.right {
  left: 0;
}

.carousel-inner_gallerie>.active.left {
  left: -100%;
}

.carousel-inner_gallerie>.active.right {
  left: 100%;
}



* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */


/* Modal Content */
.modal-content {
  position: relative;
  /*background-color: #fefefe;*/
  margin: auto;
  padding: 0;
  width: 80%;
  height: 90%;
  max-width: 1200px;
}

.modal-header{background-color: #00bfff;}
.modal-body{background-color: #e6ecff; color:#000033}
.modal-footer{background-color: #00bfff;}

/* The Close Button */


.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.tableaux{
  display:inline-block;
  vertical-align:top;
  padding:5px;
}
.footer-leo{
	display: flex !important;
	margin-left:20px;

}
.link-leo{
	text-decoration-color:white;
}
/*supression formulaire de contact*/
#feedback{
	display:none;
}
