﻿/* #myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  filter: brightness(30%);
} */

#myVideo {
  margin-top: 30px;
  width: 100%;
  filter: brightness(30%);
  border-radius: 10px;
  box-shadow: 0px 6px 17px -4px rgba(0,0,0,0.75);
}

section {
  padding: 100px 0 25px 0;
}

/*NavBar*/
.logoMain {
  height: 120px;
  width: 130px;
}

.logo-shrink{
  height: 80px;
  width: 90px; 
}

#mainNav {
  background-color: #000;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  padding: 0;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0 5px;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #F05F40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #0000FF !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }

  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    /* border-bottom: 1px solid rgba(33, 37, 41, 0.1); */
    background-color: #000;
  }

  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #fff;
    padding: 0.5rem 1rem;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff; 
  }
}

/*Header*/
header{
  height: 100vh;
 }

#homeHeading {
  font-size: 6.5rem !important;
  color: white;
  }
  
  #sousTitre {
  margin-bottom: 40px;
  color: white;
  }

  .contactNew{
  color: #fff;
  font-size: 20px;
  background-color: #0000FF;
  padding: 8px 55px 10px 55px;
  border-radius: 60px;
  }

  .contact-link{
    color: #fff;
    font-size: 20px;
    background-color: transparent;
    padding: 8px 55px 10px 55px;
    border-radius: 60px;
    border: 2px solid  #fff;
  }

  .contact-link:hover{
    color: #0000FF !important;
    font-size: 20px;
    background-color: transparent;
    padding: 8px 55px 10px 55px;
    border-radius: 60px;
    border: 2px solid #0000FF; 
    transition: 0.5s all;
  }

  .contactNew:hover, .contactNew:focus, .contactNew:active{
    color: #fff !important;
    background-color: rgb(194, 45, 0);
    text-decoration: none;
    transition: all 0.2s;
    }
  
  #slogan {
  font-size: 1.5rem;
  font-style: italic;
  color: white !important;
  }
  
  header .header-content {
    position: relative;
    text-align: center;
    top: 35%;
    width: 100%;
  }

  header .header-content .header-content-inner h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }
  header .header-content .header-content-inner hr {
    margin: 30px auto;
  }
  header .header-content .header-content-inner p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 50px;
  }


/*About*/
#section-Subheading {
  color: #7A7A82 !important;
  text-transform: uppercase;
}

.section-heading{
  color: #3c3cff;
  text-transform: uppercase;
}

.logoAbout{
  height: 100%;
  width: 50%;
}

.about-img{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 6px 17px -4px rgba(0,0,0,0.75);
}

.iconAbout{
  font-size: 70px;
}

.titleAbout{
  margin: 20px 0;
  text-align: left;
  font-size: 20px;
}

.textAbout {
  text-align: justify;
}

.leftSideAbout{
  border-right: 1px solid #c7c7c7;
}

.leftSideAbout{
  padding-right: 50px;
}

/*Separateur*/
.separatorIMG{
  width: 100%;
  height: 100%;
}

.leftSeparator {
  padding: 0px;
}

.rightSeparator{
  background-color: #0000FF;
  padding: 55px 55px 55px 55px;

}

.titreSeparator{
  color: #fff;
  text-align: left;
  font-size: 25px;
}

.textSeparator {
  color: #fff;
  text-align: justify;
  font-size: 18px;
}

.contactSeparator{
  color: #fff;
  font-size: 20px;
  background-color: transparent;
  padding: 8px 55px 10px 55px;
  border-radius: 60px;
  border: 2px solid  #fff;
  margin-top: 15px;
}

.contactSeparator:hover{
  color: #0000FF;
  background-color: white;
  text-decoration: none;
  transition: 0.2s all;
}


/*Pricing*/
.pricing-img{
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 1px 4px 1px rgba(0,0,0,0.25);
}

.prix-text{
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: -35px;
}

.fa-plus-circle{
  font-size: 40px;
  margin-top: -25px;
}


/*Commentaire*/
.box-commentaire{
  padding: 25px;
  box-shadow: 0 1px 4px 1px rgba(0,0,0,0.25);
}


/*Gallerie*/
#Gallery{
  background-color: #F7F7F7;
}

.galleryIMG{
  width: 100%;
}

.galleryContainer, .aboutContainer{
  padding: 0 100px;
}

.textGallery{
  text-align: justify;
}

.hrGallery{
  margin: 25px auto;
}

.leftSideGallery{
  padding-left: 0px; 
}

.rightSideGallery{
  padding: 20px;
}

.galleryItem{
  border-radius: 10px;
  box-shadow: 0 1px 4px 1px rgba(0,0,0,0.25);
}



/*Contact*/
#contact {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}

.details-contact{
  font-size: 20px;
  font-weight: 600;
  color: rgb(153, 153, 153);
}

.message-contact::-webkit-input-placeholder{
  font-size: 20px;
  font-weight: bold;
  border: none;
  overflow: hidden;
  text-align: justify;
  margin: 0 auto;
}

.message-contact{
  font-size: 20px;
  font-weight: bold;
  border: none;
  overflow: hidden;
  text-align: justify;
  margin: 65px auto 40px auto;
  width: 53%;
  padding: 15px;
  color: #888;
  box-shadow: 0px 10px 12px -11px rgba(0,0,0,0.2);
}

.fadeIn-contact{
  color: #888; 
  font-weight: bold;
  width: 50%;
  /* box-shadow: inset 1px 2px 3px 0px rgba(1,1,1,0.22), 0px 1px 1px rgba(255, 255, 255, 0.261); */
  border-radius: 0px;
  border: none;
  padding: 8px 15px 5px 15px;
  box-shadow: 0px 10px 12px -11px rgba(0,0,0,0.2);
}

.submit {
  font-size: 0.95em;
  margin: 20px auto 0px auto;
  width: 150px;
  background-color: #666;
  text-align: center;
  color: white;
}




/*Footer*/
footer {
  margin-bottom: 0px;
  padding: 25px 0;
  text-align: center;
  background-color: black;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer span.slash {
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
  text-transform: none;
  color: white;
  font-size: 25px;
  font-weight: 100;
}

footer span.copyright {
  line-height: 40px;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  text-transform: uppercase;
  text-transform: none;
  color: white;
}


ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li {
  display: inline-block;
}

ul.social-buttons li a {
  background: none;
  font-size: 20px;
  color: white;
  margin: 0 15px;
}

.icon:hover, .icon:active, .icon:focus {
  color: #0000FF;
  transition: all 0.2s;
}

#backTop {
font-size: 20px;
color: white;
}

#backTop:hover, #backTop:active, #backTop:focus {
  color: #0000FF;
  transition: all 0.2s;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

.hrFooter {
border-color: white;
border-width: 2px;
margin-bottom: 40px;
max-width: 100px;
}

#footercontainer {
margin-top: 40px;
}

hr.primary {
  border-color: #0000FF;
  border-width: 3px;
  max-width: 50px;
  margin-bottom: 75px;
}






@media (min-width: 768px){
  .rightSideAbout{
    padding-left: 50px;
  }
}



@media (max-width: 767px){
  .fa-bars{
    color: white;
    font-size: 30px;
  }

  .rightSeparator{
    background-color: #0000FF;
    padding: 55px 15px;
  }
  
  .contact-link {
      border: none;
  }

  .leftSideAbout{
    border: none;
  }

  .galleryContainer, .aboutContainer {
    padding: 0 20px;
  }

  .leftSideAbout{
    padding: 0 20px;
  }

  .leftSideGallery {
    padding-left: 0px;
    padding-right: 0px;
  }

  .galleryContainer {
    padding: 0 40px;
  }
  
  .navbar-toggler{
    margin-top: 20px;
  }

  .logoAbout{
  height: 100%;
  width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 991px){
  .colMediumPlus{
    display: block !important;
  }
}



@media (min-width: 461px) and (max-width: 1099px) {
  .discImg{
    width: 80px !important;
  }

  .leftSide {
    background-color: #0000FF;
    padding: 0 20px 0 20px;
    z-index: 1000;
    height: 100%;
 }

 header .header-content {
  top: 30%;
  padding: 0 10px;
}

  #homeHeading {
    font-size: 3.2rem !important;
    color: white;
    }
    
    #sousTitre {
    margin-bottom: 40px;
    color: white;
    }
    
    #slogan {
    font-size: 1.5rem;
    font-style: italic;
    color: white !important;
    }

    .leftSide{
      box-shadow: none;
      margin-bottom: -3px;
    }
}

.nav-item{
  margin-left: 10px;
}

.colMediumPlus{
  display: none;
}

@media (min-width: 321px) and (max-width: 460px) {
  .leftSide{
    border:  none;
  }

  header .header-content {
    top: 30%;
    padding: 0 20px;
  }

  .rightSideOne{
    display: none;
  }

  .rightSideTwo{
    display: none;
  }

  .rightSideThree{
    display: none;
  }

  .leftSide{
    height: 360px !important;
    box-shadow: none;
    margin-bottom: -1px;
  }

  .logoMain {
    height: 90px;
    width: 95px;
    margin-left: 5px;
  }

  #map {
    margin-bottom: 30px;
  }

  .paddingMobile{
    padding-top: 50px !important;
  }

  #homeHeading {
  font-size: 3rem !important;
  color: white;
  padding: 0px;
  margin: 0 auto;
  }

  .discImg{
    width: 80px;
  }
  
  #sousTitre {
  font-size: 25px;
  margin-bottom: 20px !important;
  color: white;
  }
  
  #slogan {
  font-size: 1.5rem;
  font-style: italic;
  color: white !important;
  }
}


@media only screen 
and (max-device-width : 320px)  {
  .leftSide{
    border:  none;
  }
  
  .logoMain {
    height: 90px;
    width: 95px;
    margin-left: 5px;
  }

  .leftSide{
    box-shadow: none;
    margin-bottom: -3px;
  }

  #homeHeading {
    font-size: 2.2rem !important;
    color: white;
    padding: 0px;
    margin: 0 auto;
    }

    .leftSide{
      padding: 0 15px 0 10px;
    }

    .discImg {
      width: 70px;
  }

    header .header-content {
      top: 30%;
      padding: 0 20px;
    }

    #sousTitre {
      font-size: 20px;
      margin-bottom: 20px !important;
      color: white;
      }
      
      #slogan {
      font-size: 1.2rem;
      font-style: italic;
      color: white !important;
      }
}












