﻿/* Style de base */
a {
    color: #5D4B25;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
}

/* Visité */
a:visited {
    color: #5D4B25;
}

/* Hover + animation */
a:hover {
    color: #0088CC;
}

/* Actif */
a:active {
    color: #5D4B25;
}

/* Accessibilité */
a:focus {
    outline: 2px solid #5D4B25;
    outline-offset: 2px;
}

/* Appliquer seulement aux liens qui ne contiennent PAS d'image ainsi que les boutons */
a:not(:has(img)):not(:has(button))::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #5D4B25;
    transition: width 0.3s ease;
}

a:not(:has(img)):not(:has(button)):hover::after {
    width: 100%;
}
body
{    
    font-family: "titillium-web", sans-serif;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(255,255,255,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.76) 100%), url(../images/background-dany.png);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.76) 100%), url(../images/background-dany.png);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.76) 100%), url(../images/background-dany.png);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.76) 100%), url(../images/background-dany.png);
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
p {
    font-family: "titillium-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: medium;
    line-height: 1.6;
}
h1
{    font-family: "titillium-web", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #CDB581;
	font-size: 32px;
}
h2
{    font-family: "titillium-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0088CC;
    font-size: 28px;
}
h3
{    font-family: "titillium-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0088CC;
	font-size: 24px;
}
h4
{    font-family: "titillium-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0088CC;
	font-size: 22px;
}
h5
{    font-family: "titillium-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0088CC;
	font-size: 18px;
}
h6
{    font-family: "titillium-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0088CC;
	font-size: 18px;
}
li {
    color: #CDB581;
}
/*Media-affichage cellulaire*/
@media (max-width: 768px) {
  #cellulaire_masque {
    display: none;	  
  }
  #cellulaire_masque2 {
    display: none;	  
  }	
  #cellulaire_masque3 {
    display: none;	  
  }	
#cellulaire_show {
    display: run-in;
}	
#cellulaire_show2 {
    display: run-in;
}	
#cellulaire_show3 {
    display: run-in;	
}}

@media (min-width:769px){
  #cellulaire_masque {
    display: run-in;
  }
  #cellulaire_masque2 {
    display: run-in;
  }	
  #cellulaire_masque3 {
    display: run-in;
  }		
#cellulaire_show {
    display: none;
  }	
#cellulaire_show2 {
    display: none;	
  }    
#cellulaire_show3 {
    display: none;	
  }   	
}