/* bloque la largeur de ma page*/

html {
    max-width: 100%;
    overflow-x: hidden;
}

h1{
    font-weight: 500;
    color: white;
}

h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Montserrat;
    color: #333;
}

h3 {
    font-size: 16px;
    font-weight: 400;
    color: #a0a0a0;
    font-family: "montserrat"
}

hr {
    border-top: 2px solid #6ec1e4;
    width: 85px;
    text-align: left;
    padding: 7px 0;
}

.montserrat {
    font-family: "montserrat";
}

/* ============================ NAVBAR ============================*/

/* style logo texte */

.logoweight {
    font-weight: 500;
}

.bleu {
    color: dodgerblue;
}

.navbar-dark .navbar-brand {
    letter-spacing: 0.5px;
}

.nav-link {
    font-size: 12px;
    font-family: "montserrat";
    letter-spacing: 0.3px;
    transition: 0.3s;
    font-weight: 700;
    margin-left: 25px;
    letter-spacing: 1px;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: skyblue;
}

/* changer la couleur de la navbar */

.bg-dark {
    background-color: rgba(0, 0, 0, 0.1) !important;
    transition: 0.3s ease;
}

.bg-dark.scrolled {
    background-color: rgba(0, 0, 0, 1) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Overlay du menu */

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: -100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay.open {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}


.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 2rem;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* cacher le menu tiroir si fenetre trop grande */

@media screen and (min-width: 991px) {
    #myNav {
        display: none;
    }
}

/* ============================ JUMBOTRON ============================*/

.chapeau {
    font-size: 1rem;
}

h1 {
    font-size: 2rem;
}

header {
    position: relative;
    background-color: black;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    min-height: 400px;
    height: 100vh;
    opacity: 1;

    display: block;
    text-align: center;
    padding: 0;
}

headergalerie {
    position: relative;
    background-color: black;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    /*min-height: 400px;*/
    /*height: 100vh;*/
    opacity: 1;

    display: block;
    text-align: center;
    padding: 0;


}


.jumbotron {
    padding: 60px 0 0 0;
}


.jumbotronOverlay {
    background-color: black;
    opacity: 0.35;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#jumbotron {
    position: relative;
    min-height: 400px;
    height: 100vh;
    color: white;

}

.jumbotrongalerie {
    background-color: #3c88a4;
    display:flex;
    border-radius: 0;
    
}

.jumbotrongalerie svg{
    width: 36px;
    vertical-align: middle;
    height: 36px;
    stroke: #fff;
}

.jumbotrongalerie li {
   
    list-style: none;
    float:left;
}


.textCenter {
    width: 100%;

}

/* ========================= A PROPOS ===============================*/

#blabla p {
    font-family: "Hind";
    font-size: 15px;
    line-height: 1.8;
    color: dimgray;
}

#blabla li {
    font-family: "Hind";
    font-size: 15px;
    line-height: 1.8;
    color: dimgray;
}

#blabla ul {
    list-style-type: none;
}

#blabla ul li:before {
    
    content: "\2022";
	margin-right: 10px;
	color: #6ec1e4;
}

#apropos img, #carte img {
    border-radius: 0.25rem;
}


#apropos {
    padding-top: 60px;

}

/* boutons réseaux sociaux A PROPOS */

#network {
    display: flex;
}

.bt {
    height: 44px;
    width: 44px;
    border-radius: 100%;
    text-align: center;
    line-height: 44px;
    white-space: nowrap;
    margin: 0 10px 16px 0;

}

.bt:hover {
    opacity: 0.7;
}

#network i {
    font-size: 17px;
    color: white;
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.pinterest {
    background-color: #bd081c;
}

/* ============================ GALERIE ============================ */

#realisations {
    padding-top: 60px;
    margin-bottom: 60px;
}

.zeropadding {

    padding-right: 0px !important;
    padding-left: 0px !important;
    background-color: black;
}

.img-responsive {
    width: 100%;
    height: auto;
}

/* CONTACT */

#contact {
    margin-bottom: 44px;
    padding-top:60px;
}

/* ============================ FOOTER ============================ */

footer {

    background-color: #242529;
    padding: 60px 0 45px 0;
    font-family: "hind";
    font-size: 15px;
    color: #cccccc;
    line-height: 25px;
}

footer a {
    color: #cccccc;
    text-decoration: none;
    font-family: "hind";
    font-size: 15px;
}

footer a:hover {
    color: dodgerblue;
    text-decoration: none;
    font-family: "hind";
    font-size: 15px;
}

footer i {

   padding: 10px;
}

.footer3 {
    text-align: right !important;
}

@media (max-width: 992px) {

.footer1, .footer3 {
        text-align: center !important;
    }
}

.networkfooter {
  /*  padding-top: 10px;*/
    padding-bottom: 10px;
    font-size: 16px;
}

.networkfooter a:hover {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 15px;
    
}

.boutonfooter {
    line-height: 42px;
    letter-spacing: 0.5px;
    font-size: 1.5rem;
    text-decoration: none;
}

.boutonfooter:hover {
    line-height: 42px;
    letter-spacing: 0.5px;
    font-size: 1.5rem;
    text-decoration: none;
    color: #cccccc;
}

.facebookicon:hover {
    color:#3b5998;
}

.twittericon:hover {
    color:#1da1f2;
}

.pinteresticon:hover {
    color:#bd081c;
}

/* ============================ CSS DES SCRIPTS JS ============================ */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    /* top: 5px;*/
}

/* Animations */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#profil .now {
    -webkit-animation-name: fadeIn 1s ease-in-out 0s forwards;
    animation: fadeIn 1s ease-in-out 0s forwards;
}

#blabla .now {
    -webkit-animation: fadeIn 1s ease-in-out 0s forwards;
    animation: fadeIn 1s ease-in-out 0s forwards;
}

#logoanim .now {
    -webkit-animation: rubberBand 2s ease-in-out 0s forwards;
    animation: rubberBand 2s ease-in-out 0s forwards;
}

.cartenow {
    -webkit-animation: fadeIn 1s ease-in-out 0s forwards;
    animation: fadeIn 1s ease-in-out 0s forwards;
}


.fadinleft {
    -webkit-animation: fadeInLeft 1s ease-in-out 0s forwards;
    animation: fadeInLeft 1s ease-in-out 0s forwards;
   }

.fadinright {
    -webkit-animation: fadeInRight 2s ease-in-out 0s forwards;
    animation: fadeInRight 1s ease-in-out 0s forwards;
}

/* animation lien galerie*/

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;

}

.overlaygalerie {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: black;
}

.zeropadding:hover .overlaygalerie {
    opacity: 0.75;
}

/* overlay des images des pages réalisations*/

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
         
  .text1 {
  color: white;
  font-size: 20px;
}    
    
 .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}       

.cont:hover .middle {
  opacity: 1;
}        
        
.cont:hover .image {
  opacity: 0.3;
} 
 
.cont a {
      background-color: black;
      display:block;
    color:white;
   }        
       
#proposition {
    margin-bottom: 60px;
}

.lignebleu{
    height:2px;
    width:85px;
    background-color: #6ec1e4;
    margin-bottom: 20px;
}

.containerlignebleu {
    max-width: 100%;
    margin-bottom: 1rem;
}

/*Pour éviter les problèmes avec fadeInRight*/
.container42 {
  overflow-x: hidden;
}

.border1 {
    border-style: solid;
    border-width: 1px;
    border-color:#999999;
}

.radius {
    border-radius: 0.25rem;
}