@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/*

/* Thème */
body {
  	--pink: #FF3AB9;
}


:not(.badge) > [class^="fa"][class*="doc_types"] {
  font-size: 1em;
}

/************** Header ************/
header { 
    /* background: #F8F8F8 !important */
  	background: #e6e6e5  !important;
}
      
header .logo img {
  	padding: 30px;
  	padding-bottom: 0px;
}

header #boite_7 .card-body{
  	padding: 0.5rem;
}

header .boite.nav {
	margin-top: 0px;
  	padding-top: 0px;
  	padding-bottom: 30px;
}

header .boite .nav .nav-link  {
    color: black;	
  	font-family: 'Open sans';
    font-size: 18px;
  	font-weight: 500;
}

header  .boite .nav  .link-register {
 	border: 1px solid black !important; 
  	color: black;
  	padding: 10px;
  	background-color: #FAFC03;
}

header  .boite .nav  .link-connexion {
 	background-color:  #FF09A8 !important; 
  	color: white;
    padding: 10px;
}

/**** Home page ****/
.seeMore {
  	position: absolute;
  	bottom: 0px;
  	right: 0px;
  	padding: 10px 25px;
  	color: var(--muscle-red);
}

/* article */

.see_more .fa-bullhorn::after {
    content: " Lire la suite";
    font-family: 'Playfair Display';
    font-size: 1em;
}

.see_more .fa-bullhorn::before {
    content: "\f35a ";
    font-family: 'Font Awesome 5 Free';
    font-size: 1em;
    font-weight: 400;
}

/***********************************/

.no_icon .fas {
	display:none;
}

.masonry {
  	margin: auto;
  	margin-top: 25px;
  	grid-gap: 50px;
	grid-template-columns: repeat( auto-fill, minmax(160px, 1fr) );  
}

.masonry .card-title {
  	padding-top: 20px;
	font-size: 0.8rem;  
  	font-family: 'Open sans';
  	color: #333333 !important,
}

.widget-header {
  	font-family: 'Open sans';
    font-size: 35px;
 }

.background_grey {
	background-color: #e6e6e5  !important;  
}

.background_grey .card-header {
	background-color: #e6e6e5  !important; 
}

.fa-times {
  color: #EE3A3B;
}

.fa-check {
  color: #109548  
}

.card_body_text_center .card-body p {
  text-align: center;
}

footer {
  	background: var(--pink);
}
      
footer .nav-link {
  	color: white;	
    border-color: #FEFF01 !important;
}

footer .img_partner img {
  width: auto !important;
  height: auto !important;
  max-width: 110px;
  max-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  	#boite_4 {
  		display: block;
	}
  
  	#boite_2 {
  		display: none;
	}
}

 /* ***** */
      
      .text-secondary {
	color: #FF09A8 !important;
}
      
           .widget > .card-footer, .card-footer {
	margin-top: -30px;
             padding-left:20px;
}