/* COLORS
GREEN
Dark rgb(25,71,77);
Mid #43b5a5
Light #b4e1db
*/

h4 {
	/*font-family: ArchitectsDaughter;*/
	font-style: italic;
}


a {
  color: #43b5a5;
  text-decoration: none;
}

/* ****  FONTS ***** */
@font-face {
    font-family: 'gooddog';
    src: url('../../static/fonts/GoodDog.otf');
}
@font-face {
    font-family: 'ArchitectsDaughter';
    src: url('../../static/fonts/ArchitectsDaughter-Regular.ttf');
}

.gooddog { /*font-family: gooddog;*/
    font-family: gooddog; /* font-family: amaticbold; */
}

.ArchitectsDaughter { /*font-family: gooddog;*/
    font-family: ArchitectsDaughter; /* font-family: amaticbold; */
    /*color: #43b5a5;*/
}

/* **** / FONTS ***** */

.mf_force_grey_color {
	color: #212529;
}

.mf_header_li {
	font-size:larger;
	color: inherit;
}

.mf_header_subp {
	font-size: larger;
	font-style: italic;
}

.mf_common_p_subtitle {
	font-size: x-large;
	font-style: italic;
}


.mf_darkgreen {
	background-color: black;
	border-bottom: 1px #43b5a5 solid;
	/*#c97b39 43b5a5*/
}

.mf_subheader {
	background-color: rgb(25,71,77);
	padding : 20px;
	padding-top: 36px;
	color: white;
	margin-bottom: -5px;
}

/* surcharge navigator */
.navbar-dark .navbar-nav .nav-link {
    color: #43b5a5;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: white;
}

.featurette-divider{
	color: #43b5a5;
	margin: 20px;
}

.mf_navigator_name{

}

.mf_navigator_title{
	font-size: smaller;
}

.mf_ul {
	margin-left: -30px;
}

.mf_li {
	margin-left: 20px;
	list-style-type: '- ';
}

.mf_disclaimer {
	border-radius: 10px;
	background-color: #b4e1db;
	/* border: 1px solid #555;*/
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}

.mf_background_disclaimer {
	background-color: #b4e1db;
}

.mf_disclaimer_dark {
	border-radius: 10px;
	background-color: rgb(25,71,77);
	/* border: 1px solid #555; */
	text-align: center;
	padding: 10px;
	color: white;
	margin-bottom: 10px;
}

.mf_contact_card{
	border : 1px solid pink;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;

}

.mf_halfdiv {
	width: 50%;
}

.mf_footer{
	background-color: rgb(25,71,77);
	padding : 20px;
	padding-top: 36px;
	color: white;
}

.mf_footer_refs{
	color: grey;
	font-size: smaller;
}

.mf_text_align_center {
	text-align: center;
}

.mf_border_left {
	border-left: 1px solid #43b5a5;
}

.mf_emphasys_classic {
	color: rgb(25,71,77);
	font-size: larger;
}

.mf_smaller{
	font-size: smaller;
}

.mf_title_naig {
	font-size: xx-large;
}

/* Justification des textes */
.mf_justify {
	/*text-justify: auto;*/
	text-align: justify;
}
div {
	text-align: justify;
}
/* colorisation des strong */
.mf_strong {
	color :rgb(25,71,77);
	font-weight: bolder;
}

.rcorners1 {
  border-radius: 25px;
  background: #73AD21;
  padding: 20px;
  width: 200px;
  height: 150px;
}

.rcorners-avis {
  border-style: solid;
  border-color: #D3D3D3;
  border-width: thin;
  border-radius: 10px;
  background: #F5F5F5;
  padding: 20px;
}

.redaction-avis {
	font-style: italic;
	font-size: 90%;
}
