body {
    background: white;
    font-family: 'Oxygen', sans-serif;
}

/**** link styles ****/
a 		{ text-decoration:none; focus:none; }
a:hover 	{ text-decoration:none; focus:none; }
a img, img 	{ border:none; focus:none; }
a:focus, img:focus 	{ outline: none; }

p a { text-decoration: underline; }
p a:hover { color:#89724F; text-decoration: underline; }



/**** colours ****/
a 	{ color:#493E2C; }
a:hover { color:#89724F; }


.wrapper {
    width: 100%;
    margin: 3em auto;

}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.petitemasonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}


.img_accueil {
    width: 280px;
    /* transition: opacity 0.5s; */
    opacity: 1;

}

.item {
    position: relative;
    display: inline-block;
    background: white;
    padding: 0em;
    margin: 0 0 -0.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    top: 0px;
}

.imgDescription {
  position: relative;
  top: -25px;
  bottom: 0;
  left: 0px    ;
  right: 0;
  color: red;
  width: 100%;
  text-align: center;
  width: 280px;
  
  opacity: 0;
  transition: opacity 0.5s;
  
  font-weight: bold;
}

.item:hover .imgDescription {
  transition: opacity 0.5s;
  opacity: 1;
}

.img_accueil:hover  {
 /* transition: opacity 0.5s; */
  opacity: 0.4; 
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    
    .petitemasonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    
    .petitemasonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    
        .petitemasonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    
    .petitemasonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}



.image_accueil {
    width: 100%;
    padding-top : 20px;
    padding-bottom : 100px;

}

#menuSophie {
    text-align: left;

}

#menu {
    text-align: left;
    padding-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 300;
}

#titreSophie {
    letter-spacing: 4px;
    text-align: right;
    font-size: 125%;
    padding-top: 5px;
    padding-bottom: 0px;
    font-weight: 300;
    
}

/* page lireprojet */

.imagetitrelireprojet {
    width: 100%;
    height: auto;
}

.imagelireprojet{
    padding: 0 0px 0px 0px;
    height: 100px;
    border: 0px;
}

.imagebasdepage {
    width: 140px;
    height: auto;
}

.lireprojet_titre {
    font-weight: bold;
    letter-spacing: 2px;
}

.lireprojet_dossierdepresse{
    font-weight: 300;
    letter-spacing: 1px;
}

.lireprojet_texte{

    font-weight: 300;
}

.textedebio {
    text-align: justify;
    font-weight: 300;
    padding-top: 20px;
}

.imagetibio {
    width: 100%;
    height: auto;
}

/* page de presse */

.presseimage {
    width: 100%;
    height: auto;
}

/* ========================================
   GRILLE PUBLICATIONS - Optimisation
   ======================================== */

#pressepad {
    margin: 1.5em auto;
    padding: 0;
    max-width: 1260px;
}

/* Grille CSS Grid UNIQUEMENT pour la liste */
#pressepad.presseliste {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
    width: 91% !important;
    margin-left: 5% !important;
    
}

#pressepad.presseliste .grid_4 {
    position: relative;
    display: block;
    background: white;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
    float: none !important;
}

/* Images de publications */
#pressepad .presseimage {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

/* Responsive - Maximum 3 colonnes */
@media only screen and (min-width: 700px) {
    #pressepad.presseliste {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-flow: dense;
    }
}

/* Pas de grille pour le contenu de l'article individuel */
#pressepad:not(.presseliste) {
    display: block;
}

.auteurarticle {

}

/* padding */

.padding_10 {
    height: 10px;
}

.padding_15 {
    height: 15px;
}

.padding_20 {
    height: 20px;
}

.padding_25 {
    height: 25px;
}

.padding_27 {
    height: 27px;
}

.padding_30 {
    height: 30px;
}

.padding_50 {
    height: 50px;
}