/* ::::::::::::::::::::::::::::: EFFET reseau sociaux :::::::::::::::::::::::::::::  */


.social-left-bar {
  position: fixed;
  left: 20px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 9999;
}

.social-left-bar a {
  color: #888;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-left-bar a:hover {
  color: #0073aa;
  transform: translateY(-2px);
}

.social-left-bar svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}


















a{
	cursor: crosshair;
}







/* ::::::::::::::::::::::::::::: EFFET image ZOOM :::::::::::::::::::::::::::::  */

.p-img-histoire {
-webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
     -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
     transition: all 0.2s;
}
img:hover {
     transform:scale(1.2);		}

/* ::::::::::::::::::::::::::::: EFFET LOGO BUISSONNADEc:::::::::::::::::::::::::::::  */
 
.p-logo
{
	opacity: 1;
  transition: 0.3s;
		}

.p-logo:hover
{
		opacity : 0.1;
		}

/* ::::::::::::::::::::::::::::: EFFET MENU :::::::::::::::::::::::::::::  */

.p-bouton {
  background-image: linear-gradient(
    to right,
    #b1c5a4,
    #b1c5a4 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
	
}

.p-bouton:before {
  content: '';
  background: #b1c5a4;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.p-bouton:hover {
 background-position: 0;
}
.p-bouton::before {
  width:100%;
}

.social-left-bar {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.social-left-bar a {
  color: #333;
  transition: transform 0.2s, color 0.2s;
}

.social-left-bar a:hover {
  transform: scale(1.2);
  color: #0073aa; /* Couleur au survol, tu peux la changer */
}

.social-left-bar svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.social-left-bar {
  position: fixed;
  left: 20px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 9999;
}

.social-left-bar::after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #888;
  margin-top: 10px;
}

.social-left-bar a {
  color: #888;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-left-bar a:hover {
  color: #0073aa;
  transform: translateY(-2px);
}

.social-left-bar svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}