
/*GÉNÉRAL*/

/*Texte*/
h1 {  
  color: #fff !important;
}
.lead {
  margin-bottom: 20px !important;
}
.texte-blanc {
  color: #fff !important;
}
.txt-justifie {
  text-align: justify;
}
/*Bouton*/
.btn--primary {
  background-color: #872292 !important;
  border-color: #872292 !important;
}
/*Fond*/
.bg-transp {
  background: transparent;
}
.bg-espace {
  background: #000 url(../img/fond-espace.png) no-repeat center center fixed;
  background-size: cover;
}
/*Image*/
.photo-auteur {
  border-radius: 300px
}

.masonry {
  margin-top: 50px;
}
/*Couleur liens*/
.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters ul li.active {
    color: #872292 !important;
}
.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters ul li:hover {
    color: #872292 !important;
} 


/*MENU*/
.menu-haut {
  opacity: 100 !important;
  font-weight: 700 !important;
}

/*ACCUEIL*/
.h1-accueil {
	margin-top: 50px;
}
.citation-accueil {
  font-size: 1.5em !important;
  line-height: 1.4em !important;
  margin-bottom: 10px !important;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.pos-vertical-center-home {
    position: relative;
    top: 50%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
.container-home {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container-home {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container-home {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container-home {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container-home {
      max-width: 1140px; } }

/*.titre-page {
  font-family: Rubik, Helvetica, sans-serif;
  font-size: 44px;
  font-variant-ligatures: common-ligatures;
  font-weight: 300;
}*/

/*Icones*/
.fonction-site > div {
  margin-top: 80px;
}
.fonction-site p{
  margin-left: 3em;
  margin-right: 3em; 
}
.icone-accueil {
    max-height: 100px;
    opacity: 0.9;
}

#bouton-accueil-2 {
  margin-top: 3em;
}

/*ARTICLES*/

.titre-article {
  font-weight: 500 !important;
}
[data-overlay="5"]:before {
    opacity: 0.1 !important;
}
.contain-auteur{
  margin-bottom: 80px;
}
.contain-photo {
  padding: 0 !important;
}

/*À PROPOS*/

/*.cont-apropos > .row {
  margin-top: 70px;
}*/

.apropos-block {
  margin-top: 25px;
  margin-bottom: 25px; 
}
@media (min-width: 1200px) {
  .apropos-img1 {
    max-height: 172px;
    width: 100%;
    overflow: hidden;}
}
@media (max-width: 1199px) {
  .apropos-img1 {
    max-height: 200px;
    width: 100%;
    overflow: hidden;}
}
@media (min-width: 1200px) {
  .apropos-img2 {
    max-height: 240px;
    width: 100%;
    overflow: hidden;}
}
@media (max-width: 1199px) {
  .apropos-img2 {
    max-height: 250px;
    width: 100%;
    overflow: hidden;}
}
.apropos-lien {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.apropos-lien:hover {
    background-color: rgba(250, 250, 250, 0.1) !important;
}
.zoom img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.zoom:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.txt-centre {
  text-align: center;
}


/*LISTE ARTICLES*/

.carte-article {  
  padding: 1em;
  margin-bottom: 1em;
  background-color: #0F022E;
}
.carte-article .container {
  margin-bottom: 15px;
}
.image-carte-article {
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important; 
  border-radius: 6px 6px 0 0 !important;
  opacity: 0.4 !important;
}
.carte-article a:hover {
  text-decoration: none;
}
.carte-article > a:hover .image-carte-article {
  opacity: 0.6 !important;
}
.carte-article .container {
    padding-right: 0 !important; 
    padding-left: 0 !important; 
}

.ico-la {
  padding-top: 15px;
  border-top: 1px solid #ECE6F1;
  text-align: left;
  opacity: 0.9;
}
.ico-la > a {  
  padding-left: 15px;
  opacity: 0.7;
}
.ico-la > a:hover {  
  opacity: 1;
}
.ico-la img {
  max-height: 1.8em;
}

/*MON PROFIL*/
.profil-top > div {
  padding-bottom: 0;
}
.profil-contenu {
  margin-top: 4em;
}
.h2-profil {
    margin-bottom: 0 !important;
}
.edit {
  top: unset; 
  right: unset;
  min-width: unset;
  min-height: 4em;
  background: #872292 !important;
  opacity: 0.7;  
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.icone-edit {
  max-height: 2em !important;
  margin-top: 0.6em;
}
.edit:hover {
  opacity: 1;
}
.icone-profil {
  max-height: 2em;
  margin-bottom: 0.6em;
}
.bg--dark .process-3 li .process__number {  
  background:  rgba(255, 255, 255, 0.3);
}
.process-3 li .process__number {
  margin-top: 1.1em;
  width: 0.9em;
  height: 0.9em;
  border: none;
}
.process_item {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(236, 236, 236, 0.5);
}
.process__body {
  padding: 0.7em;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.process__body:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.process__body > h4 {
  margin-bottom: 0 !important;
}
.process-3:before {  
  display: none;
  margin-top: 0.2em;
  left: 0.62em;
}
.process-3 li:not(:last-child) {
    margin-bottom: 0.95em !important;
}
.process-3 li .process__body {
  width: 95%;
}
.process-3 li:not(:last-child) {
    margin-bottom: 1.2em;
}

.profil-form input {
  background: transparent !important;
}


/*ARTICLES*/
.ico-art {
  padding: 1em;
  text-align: left;
  /*border: 1px solid #ececec;*/
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.3);
}
.ico-art > a {  
  padding-left: 7px;
  padding-right: 7px;
  opacity: 0.8;
}
.ico-art > a:hover {  
  opacity: 1;
}
.ico-art img {
  max-height: 1.8em;
}
.ico-2, .ico-3 {
  border-left: 1px solid #ececec;
}
.ico-3 {
  padding-right: 0 !important;
}
#ico-jaime {
  max-height: 1em;
  margin-bottom: 0.4em;
}





