/*
cSS personnaliser 


*/


.sticky-nav,.overlay-nav {
  background: #fff;
}
      
      nav {
      border-bottom: 1px solid #fff;
padding-bottom: 14px;
box-shadow: 0 0 30px rgba(0,0,0,0.2);
background: #fff;
    }

	.subscribe-3{
     padding: 110px 0px;
    
   
    }

    .liste_nom{
     margin-top: 15px;
    margin-bottom: 15px;
   
    }
    
    .zone_affichage{
     	--bs-bg-opacity: 1;
		background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
		padding: 2rem !important;

		border: 1px solid #ccc;
		border-radius: 0.4rem;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
		

    }
    
    	.search{
    margin-bottom: auto;
    margin-top: auto;
    height: 70px;
    background-color: #fff;
    border-radius: 40px;
    padding: 10px;
    border: 1px solid #ccc;
    }

    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top:5px;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    .search .search_input{
    padding: 0 10px;
    width: 80%;
    caret-color:#000;
    transition: width 0.4s linear;
    }
    
    .search:hover > .search_icon{
    background: #5cac22;
    color: #000;
    }

    .search_icon{
    height: 50px;
    width: 50px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    background-color:black;
    }
    
a:link{
    text-decoration:none;
}    
    footer.classic{
    padding-top:20px;
}  
    
    
    .contact-methods{
    border-bottom:1px #ccc solid;
    margin-bottom:10px;
    padding-bottom:10px;
}  

nav .logo {
  max-height: 45px;
  max-width: 100%;
  position: absolute;
  top: -6px;
  opacity: 1;
}


.signification{
  border-bottom: solid 1px #ccc;
margin: 18px 0;
padding: 10px 0;
}

.signification h2{
 font-size: 25px;
font-weight: bold;
}

.btn{
 padding: 15px;
}

select.inputContact, input.inputContact
{
margin-bottom:30px; 
max-width: 100%; 
border-radius: 0; 
border: solid 1px #ccc; 
color:#000;
height: 55px;
border-radius: 10px;
}