
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Sriracha&display=swap');

body{
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	color: #505962;
}
.navbar{
	background: rgba(0, 0 ,0 ,0.6);
}
.navbar-brand img{
  height: 4rem;
  width: 11.4rem;
}

.videodffff-background{

position: absolute;
	width: 100%;
  height: 100%;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.6); 
	
}
.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.15);
}

.video-background---original 
{
	position: absolute;
	width: 100%;
  height: 100%;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.6); 
}

.videoalbayt-background{
  position:absolute;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  width:100%;
  height:100%;
  z-index:0;
  -o-object-fit:cover;
  object-fit:cover
}



.caption{
  position:absolute;
  top:38%;
  width : 100%;
  color: #fff;
}
.caption h1{
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .2rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
	
}
.caption h3{
  font-size: 2rem;
  text-shadow:  .1rem .1rem .5rem black;
  padding-bottom: 1rem;
}

.btn-lg{
  border-width: thin;
  border-radius: 1rem;
  border-radius: 10px;
}

.btndiv{
  border-width: thin;
  border-radius: 10px;
  padding: .2rem 1.2rem;
  font-size: 1rem;
  margin: 1rem;
  border-color: #fff;
  background-color: rgba(0, 0 ,0 ,0.6);
  color: white;
}
.btnsend{
  border-width: thin;
  border-radius: 5px;
  padding: .2rem 1.2rem;
  font-size: 1rem;
  margin: 1rem;
  border-color: #999999;
  background-color: rgba(0, 0 ,0 ,0.6);
  color: white;
}

/*============= COURSE SECTION =============*/

.col-md-8 {
  margin: 2rem auto 8rem;
  padding-top: 2rem;
}
.col-md-8 h1 {
    font-size: 2.4rem;
  }
.btn-secondary {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem;
  border-color: #1EBBA3;
  background-color: #1EBBA3;
  color: white;
}
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #189582;
  background-color: #189582;
  color: white;
}

.space{
  height: 3rem;
}

.big h1{
  font-size: 2rem;
  font-weight: 700;
  color: blue;
  letter-spacing: .2rem;

  padding-bottom: 1rem;
	
}
/* importer la police depuis google font */
@imort url('https://fonts.googleapis.com/css?family=Oswald&display=swap'); 
.txt{
	overflow-x: hidden;
	font-family: 'Playfair Display', serif;
	color: #ff6622;
	  font-size: 2rem;
  font-weight: 700;
}

/*style du texte titre */
@import url('https://fonts.googleapis.com/css?family=Quicksand:700&display=swap');
.titre{
font-family: 'Quicksand', sans-serif;
		color: #333;
	  font-size: 2rem;
  font-weight: 700;
}
/* titre de la page style */
.titrep {
  font-size: 2rem;
  color: #999999;
  font-weight: 700;
  text-shadow: .1rem .1rem .2rem black;
  padding-bottom: 1rem;
  
}

.row div {
  align : center;
}

/* options du lins du menu ( rubrique )*/
.men{
  font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 1rem;
  font-weight: 600;

}
/* couleur on roll hover du menu */
.men:hover{
     color: #ffff82;
    text-decoration: underline;/* overline white;*/
}

/* parametres du prix*/
.price{
    font-family: 'Quicksand', sans-serif;
    color: #ff0000;
    font-size: 1rem;
  font-weight: 600;
}

/* effet image hover */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;/**/
  overflow: hidden;/**/
  width: 80%;/**/
  height: 80%;/**/
  left: 10%;/**/
  top: 10%;/**/
  border-bottom: 1px solid #FFF;/**/
  border-top: 1px solid #FFF;/**/
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0.1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(10);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/* fin image hover */


/* google map page contact */
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* fin google map contact */



/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/