/*
Theme Name: Première Ligne
Author: Première Ligne à partir de blankslate de TidyThemes
Text Domain: premiereligne

blankslate is distributed under the terms of the GNU GPL
*/
@font-face {
    font-family: 'itc_avant_garde_gothic_stdBd';
    src: url('itcavantgardestd-bold-webfont.woff2') format('woff2'),
         url('itcavantgardestd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
    margin:0;
}
*{
    font-family: 'Raleway', sans-serif;
}
a {
	color: black;
}
.hamburger--slider .hamburger-inner {
background-color: #c4141b!important;	
}
.is-active .hamburger-inner {
	background-color:white!important;
}
#header-inner{
    height:80px;
    display:flex;
    justify-content: space-between;
    align-items: center;
	margin-left:auto;
	margin-right:auto;
	padding-left: 32px;
    padding-right: 32px;

}
#nouvelles{
	padding-left:16px;
	padding-right:16px;
}
#nouvelles-container{
    display:flex;
	flex-wrap: wrap;
	gap: 3%;
}

#nouvelles h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size:38px;
    text-align: left;
    margin-bottom:0;
}
#header{
    background-color: black;
    width:100%!important;
    padding-bottom: 8px;
}
#site-title{
    height:100%;
    display:flex;
    align-items: center;
}
#site-title img{
    height: 100%;
    margin-top: 12px;
    width: 100%;
    object-fit: contain;}
@media(max-width:375px){
#menu a{
	display:none!important;
}
#site-title {
    max-width: 75%;
}
}
#menu{
    display: flex;
    gap:10px;
	align-items: center;
	height:100%;
    padding-top: 16px;
}
#menu a {
	font-size: 32px;
	    display: flex;
    align-items: center;
}
#menu a{
text-decoration: none;
font-weight:700;
color:white;
}
#big-menu-inner{position:relative
}
#big-menu-inner .social{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom:24px;
    left:0;
    display: none;
}
#big-menu-inner .social .fa-brands{
    color:white;
    font-size:32px;
}
@media(max-width:375px){
#big-menu-inner .social{
display:block;
}
}

#footer{
    background-color: black;
    display:flex;
    justify-content: center;
    align-items: flex-start;
}

#footer object{
    width: 100%;
    height:auto;
    transform:translateY(-30px);
    margin-bottom:30px;
	z-index:10;
}
.single #footer{
    margin-top:50px;
}
#content{
    min-height: calc(100vh - 100px);
    max-width:1400px;
    margin: auto;
}
#image-head img{
    width:100%;
    height: 500px;
    object-fit: cover;
}
#image-head {
    position:relative;
    height:500px;
    width:100%;
    }
    #image-head #numero-details{
    position: absolute;
    }
    
    #image-head #titre-numero{
        font-size:50px;
        font-weight:900;
        background-color:white;
        padding: 5px;
        color:#c4141b;
        margin-bottom:16px;
        width: max-content;
        margin-top:0;
        text-transform: uppercase;
    }
    #image-head #info-numero{
        font-size:38px;
        font-weight:900;
        background-color:white;
        padding: 5px;
        color:#c4141b;
        width: max-content;
        margin-bottom:0;
        text-transform: uppercase;
    }
    #numero-details{
        top: 50%;
        left: 40%;
        transform: translate(-50%,-50%);
    }


    #articles-home{
        display:flex;
        flex-wrap: wrap;
        justify-content :space-around;
        margin-top:18px;
        margin-bottom:100px;
    }
    
    .article-home{
        flex-basis:30%;
        margin-bottom:36px;
        cursor:pointer;
		text-decoration:none;
    }
.article-home a{
    text-decoration: none;
    color:black;
	
    
}
    
    .image-article-home{
        width:100%;
        aspect-ratio: 16/9;
        background-size: 100%;
        background-position: center;
        transition: background-size 0.2s ease-in-out;
    }
    
    .article-home h3 span{
        color:white;
        background-color:#c4141b;
        font-size:24px;
        padding:0px 7px;
    }
    .article-home h3 {
        margin-top:0;
        transform: translateY(-50%);
        margin-left:5%;
    }
    
    .tag{
        background-color:#232323;
        color:white;
        font-weight:700;
        width:max-content;
        padding:5px;

    }
    .tag-container{
        display:flex;
        gap:10px;
        margin-left:10px;
        transform: translateY(-50%);
    }
    .button-article{
        background-color:black;
        color:white;
        width:max-content;
        margin-left:auto;
        margin-right: auto;
        margin-top:16px;
        margin-bottom:16px;
        padding:10px 20px;
        font-weight:700;
        border-radius:20px;
        margin-bottom:12px;
    }
    .extrait {
        margin:0px 10px;
        text-align:justify;
        font-weight: 600;
    }
    .auteurice{
        margin: 10px;

    }
    #content-article{
max-width: 1032px;
    margin: auto;
    text-align: left!important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    }
    #content-article p{
        font-size:18px; 
        line-height: 1.5;
    }

    #article-details{
        position: absolute;  
        left:50%;
        top:50%;
        transform: translate(-50%,-50%);
        width:75%;
        text-align: center;
    }
    #article-title h1{
        width: 100%;
    }
    #article-title span{
        background-color: white;
        padding: 5px;
        text-transform:uppercase;
        font-weight: 900;
        color:#c4141b;
    } 
    #article-auteurice span{
        background-color: white;
        padding: 5px;
        text-transform:uppercase;
        font-weight: 700;
        color:#c4141b;
    }
	.article-auteurice span{
        background-color: white;
        padding: 5px;
        text-transform:uppercase;
        font-weight: 700;
        color:#c4141b;
    }
	#auteurices-container{
    display:flex;
	justify-content:center;
	gap:10px;
}
@media (max-width: 411px){
	#auteurices-container{
    flex-direction:column;
	align-items:center;
	gap:16px;
	}
}

    #article-tag-container{
        display:flex;
        justify-content: center;
        gap: 16px;
    }
    .article-tag{
        background-color:#232323;
        padding: 8px;
        color: white;
        font-weight:900;
    }


.page-id-88 article{flex-basis:100%;}

.page-id-88 h1 span{
    padding:10px;
    background-color:#c4141b;
    color:white;
    text-transform: uppercase;
}

/* Span Tag */
.page-id-192 #content h1 span{
	padding: 10px;
	background-color: #c4141b;
	color: white;
	text-transform: uppercase;

}

.page-id-192 #content h1{
	text-align: center;
	margin-top:64px;
}

#content-article img{
    width: 100%;
    height:auto;
}

#container{
    margin-top:88px;
}
header{
    position:fixed;
    top:0;
    left:0;
    z-index:999;
}
#bigmenu{
    position: fixed;
    z-index:998;
    background-color:black;
    width:100%;
    height: calc(100% - 88px);
    top:-100%;
}
#big-menu-inner{
    margin:auto;
    max-width:1300px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    height:100%;
    padding-left: 32px;
    padding-right: 32px;
}
#big-menu-menu{
    display: flex;
    flex-direction:column;
    gap:16px;
}
#big-menu-menu a{
    color:white;
    text-decoration: none;
    font-weight:800;
    font-size:clamp(48px, 7.5vw, 98px);
}
#big-menu-about{
    flex-basis: 50%;
}
#big-menu-about{
    color:white;
    font-size:18px;
    text-align: justify;
    line-height:1.5;
}
@media (max-width:700px){
    #big-menu-about{
        display:none;
    }
    #big-menu-menu{
        flex-basis: 100%;
        text-align: center;
    }
    #big-menu-menu a{
    font-size:14vw;
}
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: white;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 8px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

@media (max-width:500px){

    #header-inner {
        padding-left: 16px;
        padding-right: 16px;
    }
    #header a{
        height: max-content;
    }

    
}
.section-titre{
    padding-top:32px;
    padding-bottom:32px;
    display:flex;
    align-items: center;
    gap:10px;
}
#revue-container-title{
    max-width: 1400px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px
}
.section-titre h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 38px;
    text-align: left;
    margin-bottom: 0;
    
}
.section-titre h2{
    margin-top:0;
}
.section-ligne-right{
    width:100%;
    height:3px;
    background-color: #c4141b;   
}
.section-ligne-left{
    width:64px;
    height:3px;
    background-color: #c4141b;   
}
.not-full-width{
	max-width: 1400px;
	margin:auto;
}
#content{
    max-width:unset;
}

.numero-pl-frontpage{
    min-height:400px;
    background-size:cover!important;
    background-position:center!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.color-background-article {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: opacity 0.5s;
}
.color-background-article:hover{
	opacity:0;
}
.numero-pl-details{
	position:absolute;
    left:15%
    
}
.numero-pl-details-infos{
    background-color: white;
    width: 100%;
    color:#c4141b;
    font-family: 'itc_avant_garde_gothic_stdBd';
    text-transform: uppercase;
    padding:6px 12px;
}
.numero-pl-details h2{
    font-size: 50px;
}
.numero-pl-details h3{
    font-size:38px;
}
.numero-pl-articles-container{
    display:flex;
    flex-wrap: wrap;
    width:100%;
}
.article-simple{
    flex-basis:50%;
}
.article-double{
    flex-basis:100%;
}
.numero-pl-article{
    position:relative;
    min-height:300px;
    display:flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
	cursor:pointer;
}
.numero-pl-article-img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:-1;
    filter: saturate(0.9);
	transition:transform 0.5s;
}
.numero-pl-article-details-infos{
    background-color: white;
    color:#c4141b;
    padding: 4px 8px;

    
}
.numero-pl-article-details{
    max-width: 80%;
    margin:auto;
    z-index:1;
}
.numero-pl-article-details h2{
    text-align: center;
}
.numero-pl-article-details h2 span{
    font-family: 'itc_avant_garde_gothic_stdBd';
    text-transform:uppercase;
}
.numero-pl-article-details h3{
    text-align: center;
	margin:0;
}
.numero-pl-article-tags{
    display:flex;
    justify-content: center;
}
.numero-pl-article-tag{
    background-color:black;
    color:white;
    font-weight:700;
    padding: 8px 12px;
    margin-top:12px;
}

.numero-pl-article-img{
    cursor:pointer;
}
/*
COLLAPSABLE EFFECT
*/
.collapse-button{
	font-size: 40px;
    position: absolute;
    background-color:black;
    opacity:0;
    width:100%;
    bottom:0;
    left:0;
	height:1.5em;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
	transition:opacity 0.5s;
}
.chevron{
	color:white;
}
.numero-open .chevron{
    transform:rotate(180deg);
}
.numero-pl-container{
    height:400px;
    overflow:hidden;
}
.numero-pl-frontpage{
    z-index: 1;
    position:relative;
}
.numero-pl-articles-container{
    z-index:-2;
	transform:translatey(calc(-100% - 400px));

}.page-id-251 #container{
    margin-top:88px;
}
.page-id-251 #footer{
	margin-top:0;
}
@media (max-width:767px){
    .article-simple{
        flex-basis:100%
    }
}
.pdf-link{
    position: absolute;
    background-color : white;
    text-align:center;
    color: black;
    font-family: 'itc_avant_garde_gothic_stdBd';
    text-transform: uppercase;
    padding: 6px 12px;
    font-size:18px;
    top:40px;
    right:40px
}
@media (max-width:500px){
    .numero-pl-details h2{
        font-size:10vw;
    }
    .numero-pl-details h3{
        font-size:7.5vw;
    }
}
@media (max-width:767px){
    .numero-pl-details{
		position:relative;
        transform:none;
        text-align: center;
		left:unset;
    }}
/* SHORTCODES */
.pl-red-box{
    width:90%;
    margin:auto;
    background-color: #f7d2c0;
    padding-bottom:16px;
    padding-top:16px;
}
.pl-red-box-content{
    width:90%;
    margin:auto;
    font-size: 18px;
    line-height: 1.5;
}
.pl-red-box h2{
    text-align: center;
	margin:auto;
    margin-top:0;
    margin-bottom:6px;
	width:90%;
}
.line-pl-red-box{
    background-color: #c4141b ;
    height:2px;
    margin:auto;
    width: 90%;
    margin-bottom:16px;
}
.pl-quote{ 
    width:95%;
    margin-left:auto;
    position:relative;
}
.pl-quote-line{
    position:absolute;
    background-color:black;
    height:95%;
    width:2px;
    z-index:10;
    top:50%;
    left:-10px;
    transform:translateY(-50%);
    
}
.pl-quote-content{
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
}
.pl-quote-auteurice{
    margin-top:0.5em;
    font-size:14px;
}

#content li{
    font-size:18px;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}
a[href^="#"] {
    color:#c4141b!important;
    font-weight:bold;
}
.page-id-192{
    padding-top:50px;
}
#big-menu-menu a{
    text-transform: uppercase;
}
.home #tous-les-numeros-link{
    font-weight:900;
    color:white;
    text-decoration: none;
    transition: color 0.3s;

}
.home #tous-les-numeros{
    font-size:64px;
    padding-top:0.3em;
    padding-bottom:0.4em;
    background-color:black;
    display:flex; 
    justify-content: center;
}
.home #tous-les-numeros-link:hover{
    color: #dd4128;
    
}
.page-template-materiel #content{
    max-width: 1032px;
    margin: auto;
    text-align: left!important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    
}

.page-template-materiel h2{
    white-space: nowrap;
    text-transform: uppercase;
}
.materiel-PL-top{
    display:flex;
    gap:24px;
    align-items: center;
}
.materiel-PL-top h3{
    font-size: 28px;
    margin:0;
}
.materiel-PL-top a{
    text-decoration: none;
    font-weight:bold;
}
.materiel-PL-top a div{
    background-color:black;
    color:white;
    padding: 4px 8px;
    transition: padding 0.3s;
}
.materiel-PL-top a div:hover{
    padding: 4px 12px;
}
.materiel-PL{
    margin-bottom:32px;
}
.materiel-PL-description{
    margin-top:6px;
}
.page-template-materiel h1{
    padding: 10px;
    background-color: #c4141b;
    color: white;
    text-transform: uppercase;
    margin:auto;
    width:max-content;
}
.link-toutes-les-nouvelles a div{
    background-color:black;
    color:white;
    padding: 4px 8px;
    transition: 0.3s;
    width:max-content;
    font-weight:bold;
    font-size:22px;
    letter-spacing: 0em;
}
.link-toutes-les-nouvelles a div:hover{
    padding: 4px 12px;
        letter-spacing: 0.015em;
}
.link-toutes-les-nouvelles{
    display:flex;
    justify-content: center;
    letter-spacing: 0em;
}
