

:root {
  --orange: #d92424;
  --violet:#69408C;
  --violetclair: #F0ECF3;
  --bleu: #406BDE;
  --bleunuit:#1d1e3c;
  --bleuclair: #e7f7fd;
  --gris: #727272;
  --blanc:#fff;
}



body{
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    min-width:320px;
    color:var(--bleunuit);
    line-height:1.2;
    font-size:18px;
    background:var(--blanc);
}

/*---------------------classes récurentes--------------------*/
.haut1,
.haut10,
.haut20,
.haut30,
.haut40,
.haut60{
	display:block;
        width: 100%;
}
.haut1{
	height:1px;
}
.haut10{
	height:10px;
}
.haut20{
	height:20px;
}
.haut30{
	height:30px;
}
.haut40{
	height:40px;
}
.haut60{
	height:60px;
}

a, a:hover, a:active, a:visited{
	text-decoration:none;
}
ul{
    list-style:none;
}
img.img-resp, .img-resp img{
    max-width:100%;
    height:auto;
}

.visuel img{
    width:100%;
    height:auto;
    margin-bottom:10px;
}


.violet{
    color: var(--violet);
}
.violetclair{
    color: var(--violetclair);
}
.bleu{
    color: var(--bleu);
}
.fond-bleu{
    background: var(--bleu);
}
.fond-bleuclair{
    background: var(--bleuclair);
}
.bleunuit{
    color:var(--bleunuit);
}
.blanc{
    color:var(--blanc);
}
.fond-blanc{
    background: var(--blanc);
}
.bold{
    font-weight: 500;
}

/*----------------editeur-------------------------*/
	
.editeur a {
    color:var(--bleu);
}
.editeur a:hover {
    color:var(--violet);
}
	
.editeur ul{
    list-style:disc;
    list-style-position:outside;
	
}
.editeur ul li ul{
    list-style:circle;
    list-style-position:outside;
}	
.stripped:nth-child(even){
    background: var(--violetclair);
    padding: 15px;
}

.editeur div[id] + p{
    color:var(--bleu);
    font-size: 20px;
}


/*----------------------entete-----------------------*/
.entete{
    padding-top: 10px;
}
.slogan{
    font-size: 16px;
    color:var(--gris);
    margin-bottom: 3px;
}
.padding-pro {
    padding-top: 10px;
}

.titre_observatoire{
    font-size: 2.9rem; /*46px*/
    font-weight: bold;
    color:var(--violet);
    text-transform: uppercase;
}

.deuxieme_ligne{
    font-size: 0.6em; /*26px*/
    position: relative;
    top:-18px;
    font-weight: normal;
}
.bouton-violet,
.bouton-pro{
    display: inline-flex;
    height: 50px;
    width: auto;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    background-color:var(--violet);
    margin-bottom: 0;
    padding: 0 25px;
}
.bouton-pro{
    background: url(../img/espace-pro.png) no-repeat center right 20px;
    background-color:var(--violet);
}
.bouton-graphique a,
.bouton-violet a,
.bouton-doc a,
.bouton-actus a,
.bouton-contact a,
.bouton-pro a{
    color:var(--blanc);
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 10px;
}
.bouton-pro a{
    padding-right: 45px;
}
.bouton-violet a{
    padding-right: 0;
}
.bouton-violet:hover,
.bouton-pro:hover{
    background-color:var(--bleu);
}


.bouton-violet-collaborateur {
display: inline-flex;
height: 50px;
width: 170px;
border-radius: 30px;
justify-content: center;
align-items: center;
background-color: var(--violet);
color: var(--blanc);
font-weight: bold;
text-transform: uppercase;
border:1px solid var(--violet);
}

.bouton-violet-collaborateur:hover {
    background-color: var(--bleu);
    color:var(--blanc);
}


.mon-compte-dropdown:hover > .dropdown-menu {
    display: block;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 52px);
}


.mon-compte-dropdown:hover > .dropdown-menu,
.dropdown-menu {
    border: 1px solid var(--violetclair);
}


.dropdown-item:hover {
    background-color: var(--violetclair);
    color: var(--bleunuit);
}
.mon-compte-dropdown .bouton-violet-collaborateur:focus,
.mon-compte-dropdown .bouton-violet-collaborateur{
     background-color: var(--violet);
     color:var(--blanc);
     border:1px solid var(--violet);
}





/*-----------------------recherche-------------------*/	
.bordure-droite-bleue{
    border-right: 1px solid var(--bleu);
}
.bordure-gauche-bleue{
    border-left: 1px solid var(--bleu);
}
.bordure-droite-bleue.bordure-resp{
    border-right: 1px solid transparent;
}
.fond-recherche-gauche{
    background: url(../img/arrondi-bas-droite.jpg) no-repeat bottom right;
}
.recherche-bandeau{
    font-size: 30px;
    color: var(--blanc);
    text-align: right;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.recherche-bandeau:after{
    content:'';
    background: url(../img/recherche.png) no-repeat;
    background-size: contain;
    height: 96px;
    width: 96px;
    margin-left: 15px;
    position:relative;
    top:10px;
}
.recherche{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recherche.libre input[type='text'],
.recherche .select-wrapper select,
.recherche.motcle input[type='text']{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background: var(--blanc);
    border: 1px solid var(--violet);
    border-radius: 30px;
    color: var(--gris);
    height: 50px;
    width: 350px;
    padding: 0 30px 0 20px;
    cursor: pointer;
    font-size: 15px;
}

.recherche.libre input[type='text']{
    margin-top: 15px;
}
.recherche .select-wrapper.disabled select,
.recherche .select-wrapper.disabled::after{
    opacity: 0.5;
    cursor: default;
}

.recherche.motcle input[type='text']{
    padding: 0 0 0 20px;
    width: 536px;
}

.recherche.motcle input[type='text']::placeholder{
    color: var(--gris);
}
.recherche.motcle input:focus::placeholder {
  color: transparent;
}
.recherche .select-wrapper{
    position: relative;
    top: 15px;
    height: 50px;
    width: auto;
    margin-bottom: 15px;
}
.select-wrapper::after{
    content: '';
    position: absolute;
    height: 50px;
    right: 30px;
    padding: 15px;
    background: url(../img/select.png) no-repeat right center;
    pointer-events: none;
}
.select-wrapper.blanc::after{
    content: '';
    background: transparent;
}
.select-wrapper.blanc{
    padding-top: 10px;
}
.recherche.motcle .btn-tout:hover.disabled,
.recherche.motcle .btn-tout{
    padding-right: 70px;
    padding-left: 40px;
    background-image: url(../img/loupe.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-color: var(--violet);
    border-radius: 30px;
    border:none;
    color: var(--blanc);
    height: 50px;
    font-weight: bold;
}
.recherche.motcle .btn-tout:hover{
    background-image: url(../img/loupe-violet.png);
    background-color: var(--blanc);
    color: var(--violet);
}

.recherche.motcle{
    margin-top: 15px;
    margin-bottom: 10px;
}


.recherche.motcle .btn-tout.disabled{
   opacity: 0.4;
}

.estompe{
    color:var(--gris);
    cursor: default;
    opacity: 0.6;
}


.fond-resultats{
    background: var(--bleuclair);
    border-radius: 0 30px 0 0;
}


.cadre-date{
    font-style: italic; 
    border: 1px solid var(--bleu);
    padding:3px 10px;
    margin-right: 20px;
    margin-bottom: 15px;
    font-weight: normal;
    display: inline-block;
}
.bouton-graphique,
.bouton-doc{
    display: inline-flex;
    height: 50px;
    width: 276px;
    border-radius: 30px;
    justify-content: center;
    padding:0 30px 0 15px;
    align-items: center;
    background: url(../img/icone-doc.png) no-repeat center right 20px;
    background-color: var(--bleu);
    margin-bottom: 0;
}
.bouton-graphique:hover,
.bouton-doc:hover{
    background-color: var(--violet);
}
.bordure-bas-bleu{
    border-bottom: 1px solid var(--bleu);
}




/*-----------------------espace pro-------------------*/
.fond-pro{
    background: var(--violetclair);
    border-radius: 0 30px 0 0;
}
.telecharger,
.telecharger a{
    color: var(--violet);
}
.telecharger:hover,
.telecharger:hover a{
    color: var(--bleu);
}
.telecharger:before{
    content:'';
    display: block;
    background: url(../img/telecharger-pro.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 42px;
    margin-bottom: 10px;
}
.telecharger:hover:before{
    content:'';
    display: block;
    background: url(../img/telecharger-pro-hover.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 42px;
    margin-bottom: 10px;
}


/*-----------------------actus-------------------*/
.bg-violetclair,
.fond-bloc-thematique,	
.actu-gd img,
.actu-pt img{
    border-radius: 0 30px 0 0 ;
}


.actu-gd,
.actu-pt{
    position: relative;
    z-index: 1
}
.actu-gd img{
    border-radius: 0 30px 0 0;
}
.actu-pt img{
    border-radius: 0 30px 0 0;
}

.actualites img {
  transition: filter 0.2s ease;
}

.actualites a:hover img {
    filter: brightness(0.45) sepia(1) hue-rotate(181deg) saturate(2);
}

.actualites a{ 
    color: var(--bleufonce);
}

.actu-gd .legende,
.actu-pt .legende{
    position: absolute;
    height: auto;
    width: 70%;
    border-radius: 0 0 30px 0;
    padding: 15px 15px 0 15px ;
    background: var(--blanc);
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
}
.actu-pt .legende{
    width: 90%;
}
.accroche{
    display: none;
    font-size: 16px;
}
.titre-actu{
    font-size: 24px;
    color: var(--bleu);
}
.actu:hover .legende{
    background: var(--bleu);
    opacity: 0.85;
}
.bouton-graphique a:hover,
.bouton-doc a:hover,
.actu:hover .accroche,
.actu:hover .titre-actu,
.accroche{
     color: var(--blanc);
}
.actu:hover .accroche{
    display: block;
}
.btn-lire-fleche{
    text-align: right;
}
.btn-archive-fleche:after,
.btn-lire-fleche:after{
    content:'';
    background: url(../img/fleche-blanche.png) no-repeat;
    display: inline-block;
    width: 23px;
    height: 14px;
    margin-left: 10px;
}
.btn-archive-fleche{
    margin-bottom: 0;
}
.btn-archive-fleche:after{
    background: url(../img/fleche-bleue.png) no-repeat;
}
.btn-archive-fleche:hover a{
    color: var(--violet);
}
.btn-archive-fleche:hover:after{
    background: url(../img/fleche-violette.png) no-repeat;
}
.date-actu{
    background: var(--violet);
    opacity: 0.8;
    position: absolute;
    bottom:0;
    left:0;
    width: 140px;
    height: 30px;
    color:var(--blanc);
    font-style: italic;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}
.bouton-actus{
    display: inline-flex;
    height: 50px;
    width: 100%;
    border-radius: 30px;
    justify-content: center;
    padding:0 30px 0 15px;
    align-items: center;
    background: url(../img/actus-toutes.png) no-repeat center right 30px;
    background-color: var(--bleu);
    margin-bottom: 0;
    border:none;
}

.trait-actus{
    border-bottom: 1px solid var(--bleu);
    margin-bottom: 0;
    position: relative;
    top:50%;
}

/*-----------------------chiffres cles-------------------*/	
.titre-rubrique{
    font-size: 30px;
    font-weight: bold;
    margin-top:6px;
    margin-bottom: 50px;
}
.bg-violetclair{
    background:var(--violetclair);
}
.bg-violetclair-icone{
    background: url(../img/pixel-blanc.jpg) no-repeat;
    background-size: 50% 100%;
    background-color: var(--violetclair);
}
.legende-variation,
.source {
    position: absolute;
    z-index: 1070;
    display: none;
    margin: 0;
    background:var(--bleunuit);
    color:#FFF;
    font-size:15px;
    font-weight:400;
    padding:5px 10px;
    width:230px;
    left:2px;
    bottom:-70px;
    text-align:center;
    border-radius:5px;
}
.legende-variation{
    z-index: 1080;
    width:90px;
    left:auto;
    right:30px;
    bottom:-55px;
}

.bordure-droite1 .source{
    top:45px;
    left:0;
    width:auto;
}

.gros-chiffres:hover .source,
.bordure-droite1:hover .source{
  display:block;
}
.source:before {
  content:'\25B2';
  position:absolute;
  top:-15px;
  color:var(--bleunuit);
  left:20px;
}


.gros-chiffres{
    color:var(--violet);
    font-weight: 700;
    font-size:34px;
    margin-bottom:0;
    position:relative;
    text-align: end;
    padding-right: 10px;
}

.chiffre-libelle{
    font-size: 20px;
    font-weight:500;
    margin-bottom:0;
}


.custom-tooltip-pt,
.custom-tooltip {
  --bs-tooltip-bg: var(--bleunuit);
  --bs-tooltip-opacity: 1;
}
.custom-tooltip-pt{
  --bs-tooltip-max-width: 90px;  
}



.publication-date{
    font-weight:500;
    margin-bottom:0;
    padding-left:3px;
    color:var(--bleu);
}
.publication-date:before{
    content:'';
    display: inline-block;
    background: url(../img/fleche-bleue.png) no-repeat;
    width: 23px;
    height: 14px;
    margin-right: 10px;
}
.publication-libelle{
    font-size:20px;
    padding-left:35px;
    color:var(--bleunuit);
    margin-bottom: 30px;
}
a:hover .publication-date,
a:hover .publication-libelle{
    color:var(--violet);
}
.trait-graphique,
.trait-publications{
    position: relative;
    text-align: center;
}

.trait-publications:after{
    content:"";
    display: inline-block;
    position: absolute;
    top:25%;
    left:50%;
    height: 75%;
    width: 1px;
    background: var(--bleu); 
}
.trait-graphique:after{
    content:"";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left:50%;
    height: 100%;
    width: 1px;
    background: var(--violet); 
    z-index: -1;
}
/*-----------------------thématiques-------------------*/
	
.fond-thematiques{
    background: var(--bleu);
    padding-top:10px;
    margin-top:80px;
}	
	
.fond-bloc-thematique{
    background: var(--blanc);
    padding: 30px 25px 20px 15px;
    height: 100%;
}	
h3.titre-thematique{
    font-size: 20px;
    margin-bottom: 0;
    color: var(--bleu);
    font-weight: bold;
}
.fond-bloc-thematique h4{
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid var(--bleu);
    padding-bottom: 5px;
}
.cadenas img{
    filter: invert(31%) sepia(18%) saturate(1986%) hue-rotate(230deg) brightness(88%) contrast(88%);
    width: 20px;
    height: 20px;
    position: relative;
    bottom:2px;
    left:5px;
}
.cadenas:hover img{
    filter: invert(33%) sepia(97%) saturate(1028%) hue-rotate(203deg) brightness(93%) contrast(87%);
    cursor: default;
}
.thematiques h4:hover a{
    color:var(--bleu);
}
	
	
	

	
/*-----------------------contact-------------------*/	
#form-contact{
	width:100%;
}
#form-contact input[type='text'], 
#form-contact textarea,
#form-contact input[type='email']{
	display:inline-block;
	width:100%;
	border:1px solid var(--bleu);
	padding:0 15px;
	height:50px;
	border-radius:30px;
	margin:10px 0;
        font-size: 18px;
	}
#form-contact textarea{
	padding:15px 15px;
        min-height: 100px;
}
#form-contact textarea[id='message']{
	height:100px;
}
#form-contact input::placeholder{
    font-size: 16px;
}

.h-captcha{
    text-align: center;
}
/*-----------------------footer-------------------*/	
	
.fond-footer{
    background: var(--bleu);
    height:250px;
    display: flex;
    align-items: end;
}

footer ul{
    padding-left:0;
}
footer li{
    padding:5px 0;
}
.liens a,
footer li a{
    color:var(--bleunuit);     
} 
.liens a:hover,
footer li a:hover{
    color:var(--bleu);  
} 
footer .rubrique{
    color:var(--bleu);
    font-weight: bold;
    text-transform: uppercase;
}
.titre-footer{
    font-size: 44px;
    color:var(--bleu);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 0;
}
.sstitre-footer{
    font-size: 30px;
    margin-bottom: 0;
}
.reseaux{
    display: flex;
    align-items: end;
}
.reseaux a{
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.liens a{
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 10px;
}
#form-contact input[id="edit-envoyer"],
.bouton-contact{
    display: inline-flex;
    height: 50px;
    width: auto;
    border-radius: 30px;
    align-items: center;
    background: url(../img/fleche-blanche.png) no-repeat center right 20px;
    background-color:var(--bleu);
    margin-bottom: 0;
    margin-top: 30px;
    color:var(--blanc);
    border:none;
    padding: 0 60px 0 25px;
    text-align: left;
}

#form-contact input[id="edit-envoyer"]:hover,
.bouton-doc:hover,
.bouton-contact:hover,
.bouton-actus:hover{
     background-color: var(--violet);
     border:none;
}

/*------------------ pager de vignettes--------------------------- */
#pager {
    background-color: var(--blanc);
    text-align: center;
}
#pager span a{
    margin: 10px 5px;
    display: inline-flex;
    border: 2px solid var(--violet);
    height: 30px;
    width: 30px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: var(--bleu);
}
#pager span.current a,
#pager span.current:hover a,
#pager span.current a:hover{
    border: 2px solid var(--bleu);
    background: var(--bleu);
    color: var(--blanc);
    cursor: default;
}

#pager span:hover a,
#pager span a:hover{
    background: var(--violet);
    color: var(--blanc);
    border: 2px solid var(--violet);
}


/*-----------------------responsive-------------------*/



@media (max-width: 1399px) {
    
    /*-----------------------recherche 1399-------------------*/
    
    .bordure-droite-bleue.bordure-resp{
        border-right: 1px solid var(--bleu);
    }

    .recherche{
        justify-content: space-around;
    }
    .recherche-bandeau{
        font-size: 24px;
    }
    .recherche-bandeau:after{
        height: 80px;
        width: 80px;
        top:10px;
    }
    
    
    .bouton-graphique{
        background: var(--bleu);
        margin-bottom: 30px;
        padding: 0 15px;
        width:230px 
    }
    .bouton-graphique a{
        padding-right: 0;
    }
    
    .gros-chiffres{
            padding-right: 0;
        }
}




@media (max-width: 1199px) {
	
	/*-----------------------entete recherche 1199-------------------*/	
	.bordure-droite-bleue{
            border-right: none;
        }
        .bordure-gauche-bleue{
            border-left: none;
        }
	.padding-pro {
            display: flex;
            align-self: center;
            justify-content: end;
            padding-top: 0;
        }
        .fond-recherche-gauche {
            background: none;
        }
        .recherche-bandeau:after{
            height: 60px;
            width: 60px;
            top:10px;
        }
        .recherche:first-child{
            margin-top:10px;
        }
        

	/*-----------------------actus 1199-------------------*/
        
        .actu-gd .legende,
        .actu-pt .legende{
            width: 100%;
            height: auto;
            position: relative;
            padding-bottom: 5px;
            margin-top: 0;
            height: 100%;
            
        }
        
        .accroche{
            display: block;
            color:var(--bleu);
        }
      
        .actu:hover .legende{
            opacity: 1;
            background: var(--violet);
        }
        .btn-lire-fleche:after{
            background: url(../img/fleche-bleue.png) no-repeat;
        }
        .actu:hover .btn-lire-fleche:after{
            background: url(../img/fleche-blanche.png) no-repeat;
        }
        
        .date-actu{
            top:0;
        }
		
	/*-----------------------chiffres cles 1199-------------------*/
	.gros-chiffres{
            font-size:28px;
        }
        
        
        
        /*-----------------------footer 1199-------------------*/
	
	.fond-footer{
            height:200px;
        }
	

}



@media (max-width: 991px) {
	/*-----------------------entete recherche 991-------------------*/	
        .recherche.libre input[type='text'],
        .recherche .select-wrapper select {
            width: 300px;
        }
        .recherche.motcle input[type="text"] {
            width: 420px;
        }
    
        
        /*-----------------------footer liste 991-------------------*/
        
        .titre-footer{
            font-size: 42px;
            margin-top: 30px;
        }
        .sstitre-footer{
            font-size: 26px;
        }
	
}

@media (max-width: 767px) {
	
	/*-----------------------entete 767-------------------*/
	.recherche.libre input[type='text'],
        .recherche .select-wrapper select {
            width: 400px;
        }
	.recherche.motcle input[type="text"] {
            width: 400px;
            margin-bottom: 25px;
        }
	
	
	
	
	/*-----------------------mode liste 767-------------------*/
	
	
	/*-----------------------chiffres cles 1199-------------------*/
	.gros-chiffres{
            font-size:34px;
        }
	
	/*-----------------------footer 767-------------------*/
	
	.fond-footer{
            height:150px;
        }
	
	
}



@media (max-width: 575px) {
	.recherche.libre input[type='text'],
        .recherche .select-wrapper select,
        .recherche.motcle input[type="text"] {
            width: 350px;
        }
	/*-----------------------entete 575-------------------*/
        .titre_observatoire {
            font-size: 2.6rem;
        }
        .bouton-pro{
            font-size: 16px;
            height: 40px;
            background: url(../img/espace-pro.png) no-repeat center right 15px;
            background-size: 22px;
            background-color:var(--violet);
        }
        .telecharger:before{
            display: block;
            background: url(../img/telecharger-pro.png) no-repeat center top;
            width: 100%;
            height: 50px;
            background-size: contain;
            
        }
        
        /*-----------------------recherche 575-------------------*/
        
        .cadre-date{
            margin-right: 30px;
        }
        
        /*-----------------------chiffres cles 575-------------------*/
	.trait-publications{
            text-align: left;
        }
        .trait-publications:after{
            display:none;
        }
	.gros-chiffres{
            font-size:28px;
        }
        .gros-chiffres:hover .source {
	  display: none;
	}
        
        .bouton-actus{
            padding:0 20px 0 10px;
            background: url(../img/actus-toutes.png) no-repeat center right 20px;
            background-color: var(--bleu);
            font-size: 16px;
        }
        /*-----------------------footer 575-------------------*/
	
	.fond-footer{
            height:160px;
        }
       .reseaux{
            display: block
        }
       .reseaux a{
            display: inline-block;
            width: 45%;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;  
        }
       
        
}

@media (max-width: 360px) {
    
    .titre_observatoire {
        font-size: 2.5rem;
    }
    .recherche.libre input[type='text'],
    .recherche .select-wrapper select,
    .recherche.motcle input[type="text"] {
        width: 300px;
    }
    .fond-footer{
        height:125px;
    }
}


#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 20px;
    right: 15px;
    display: none;
    width: 52px; 
    height: 52px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color:var(--violet);
    border-radius: 100%;
    cursor: pointer;
    border:2px solid var(--violet);
}


#scroll-up:after{
    content:'\25B2';
    font-size: 25px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

#scroll-up:hover {
    background-color: var(--violet);
    border:2px solid var(--violet);
    color: #fff;
}




/*------------------------ node mode connecté-----------------------------*/
.tabs--primary li{
    padding:5px 10px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    background: #fff;
}
.tabs--primary li:first-child{
    border-left:1px solid #ccc;
}
.tabs--primary li:last-child{
    border:none;
}
.tabs--primary {
    margin-top:20px;
    margin-bottom:20px;
    position: relative;
}
.nav > li > a[href*="revisions"] {
    display: none;
}

/*------------------------ user login-----------------------------*/
#user-login-form label{
    display: block;
}
#user-login-form {
    margin-top: 20px;
}
#user-login-form input{
    margin:10px 0 15px;
    max-width: 100%;
}


/*-------popup message----------------*/

#popup-message-window {
    background: #ffffff;
    border-radius: 5px;
    padding: 0 50px 10px 30px;
    font-size: 17px;
}
#popup-message-window a{
    color:var(--bleunuit);
}
#popup-message-window a:hover{
    color:var(--bleu);
}

#popup-message-window h1.popup-message-title {
    color:var(--violet);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--violetclair);
}


.quill-editor p {
    margin: 0;
    padding: 0;
}