/* FONT */


@import url(https://fonts.googleapis.com/css?family=Raleway:400,,800,900);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@100&display=swap');
@font-face {
  font-family: 'dk-lemon-yellow-sun';
  src: url(C:\Users\33695\Desktop\Siteclaragautraispro);
  }
  @font-face {
    font-family: 'Lato';
    src: url(C:\Users\33695\Desktop\Siteclaragautraispro\police);
    }
  


html, body {
    font-family: 'Lato';
  }

  html {
    scroll-behavior: smooth !important;
    margin: 0px;
    padding: 0px;    
    overflow-x: hidden;
  }

  body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
  }

a{
  color: black;
  }
 
  .container-fluid{
    padding-right: 100px;
    padding-left: 100px;
    margin : 0 0 !important;
    padding: 0 0 !important;
  }

                                                  /* BOUTON HAUT */
#myBtn {
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: white; /* Set a background color */
    color: black; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 10px; /* Increase font size */
    box-shadow: 7px 2px 10px rgb(0, 0, 0, .2);
  }
  
  #myBtn:hover {
    transition-duration: 0.5s;
  }

  #texteMenu{
      align-items: center;
      margin-top: 50px;
  }


                                           /*MENU*/
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.95);
    overflow-y: hidden;
    transition: 0.5s;
    align-content: center;
    
  }
  
  .overlay-content {
    text-align: center;
    vertical-align: center;
    font-family: 'Lato';
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    justify-content: center;
    color: white;
    transition: 0.3s;
    align-items: center;
    line-height: 130px;
    
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #A14B4C;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 8vh;
    right: 10vw;
    font-size: 70px;
    padding: 0px;
    z-index: 1;
  }
  
  @media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    
    }
  }

  #menu{
    font-size:30px;
    font-family: 'DK Lemon Yellow Sun';
    cursor:pointer;
    color:black;
    align-items: center;
    margin-top: 20px;
    width: 100%;
  }

  #menu:hover{
    color: black;
  }
  

#monNom{
  font-size: 50px;
}


.card{
    border: none;
}

.card-body{
  color: black;
}

h2{
  font-family: 'DK Lemon Yellow Sun';
  padding-top: 50px;
  }


                                /* IMAGES */
img{
  max-width: 100%;
    height:auto;
    z-index: o;
    text-align: center;
    align-content: center;
    padding-left: 50px;
    padding-right: 50px;
}

#logo_vecto{
   text-align: center;
}

#moncv{
    height: 400px;
    width: auto;
}

#moncv:hover{
    transform: scale(1.2);
    transition: transform .5s ease;

}

/* CSS CONTENU */
h1{
  font-family: 'DK Lemon Yellow Sun';
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

body{
    font-family: 'Lato';
    max-width: 100%;
}

/* GALLERIE D'IMAGES 
.galerie{
    justify-content: center;
    align-items: center;
    align-content: center;
    }

    .gal:hover {
        transform: scale(1.2);
        transition: transform .5s ease;
      }  
      
      .galerie>img{
        height: 50px;
        width: auto;
        flex-direction: inline;
      
      }*/

p{
    text-emphasis: justify;
}

#multiCollapseExample1{
    z-index: o;
    border: 0;
}


#boutonPlus{
   text-align: center;
}

footer{
    color: white;
    margin-top: 50px;
}

                             /* TRAVAUX */
.nav-link{
  border-radius: 10px;
  margin-left: 50px;
  background-color: white;
}

.nav-link:hover{
  transition-duration: 0.6s;
  box-shadow: 7px 2px 10px grey;
  transition-duration: 0.5s;
}
  
.md-pills .nav-link{
  color: black;
  margin-left: 20px;
  margin-top : 10px;
  margin-bottom: 40px;
}

    .md-pills .nav-link.active {
      color: #d39e00;
      background-color: h2;
    }

img:hover {
  transform: scale(1.1);
  transition: transform .5s ease;
}


                                       /* TIMELINE */

                                       .timeline {
                                        position: relative;
                                        list-style: none;
                                        padding: 1rem 0;
                                        margin: 0;
                                      }
                                
                                      .timeline::before {
                                        content: '';
                                        position: absolute;
                                        left: 50%;
                                        top: 0;
                                        bottom: 0;
                                        width: 2px;
                                        margin-left: -1px;
                                        background-color: black;
                                      }
                                
                                      .timeline-element {
                                        position: relative;
                                        width: 50%;
                                        padding: 1rem 0;
                                        padding-right: 2.5rem;
                                        text-align: right;
                                      }
                                
                                      .timeline-element::before {
                                        content: '';
                                        position: absolute;
                                        right: -8px;
                                        top: 1.35rem;
                                        display: inline-block;
                                        width: 16px;
                                        height: 16px;
                                        border-radius: 50%;
                                        border: 2px solid black;
                                        background-color: #fff;
                                      }
                                
                                      .timeline-element:nth-child(even)::before {
                                        right: auto;
                                        left: -8px;
                                      }
                                
                                      .timeline-element:nth-child(even) {
                                        margin-left: 50%;
                                        padding-left: 2.5rem;
                                        padding-right: 0;
                                        text-align: left;
                                      }
                                
                                      @media (max-width: 767.98px) {
                                        .timeline::before {
                                          left: 8px;
                                        }
                                      }
                                
                                      @media (max-width: 767.98px) {
                                        .timeline-element {
                                          width: 100%;
                                          text-align: left;
                                          padding-left: 2.5rem;
                                          padding-right: 0;
                                        }
                                      }
                                
                                      @media (max-width: 767.98px) {
                                        .timeline-element::before {
                                          top: 1.25rem;
                                          left: 1px;
                                        }
                                      }
                                
                                      @media (max-width: 767.98px) {
                                        .timeline-element:nth-child(even) {
                                          margin-left: 0rem;
                                        }
                                      }
                                
                                      @media (max-width: 767.98px) {
                                        .timeline-element {
                                          width: 100%;
                                          text-align: left;
                                          padding-left: 2.5rem;
                                          padding-right: 0;
                                        }
                                      }
                                
                                      @media (max-width: 767.98px) {
                                        .timeline-element:nth-child(even)::before {
                                          left: 1px;
                                        }
                                      }
                                
                                      @media (max-width: 767.98px) {
                                        .timeline-element::before {
                                          top: 1.25rem;
                                        }
                                      }



/* FOOTER */
#r{
  padding-bottom: 50px;
}

#g{
  padding-bottom: 50px;

}



/* FOOTER */


#footerEquipe{color: #d39e00;}
#footerQui{color: #d39e00;}
#footerServices{color :#d39e00;}
#footerReal{color:#d39e00;}
#footerContact{color:#d39e00;}

li>a{
    line-height: 40px;
    font-weight: bold;
}

#texteFooter{
    margin-top: 30px;
    line-height: 30px;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}