﻿
/* mise en page personnalisé */

.espacemenu{
	margin-top: -70px;
}

i.fa-solid {
	font-size: 20px;
}

.entry-content{
	margin-top: -10px;
}

.bloc-violet{
	padding: 10px;
	color: white;
	background-color: #93579f;
}
.bloc-violet a, a:link, a:hover, a:visited, a:focus, a:active{
	color: white;
	text-decoration: underline;
}

.illustration img{
	border-radius: 30px;
}

.illustration-border img{
	border-radius: 30px;
	border: solid 2px #93579f;
}

.wp-block-pb-accordion-item h2{
	margin: 0px;
	padding: 10px;
	background-color: #e4e6e9;
	color: #93579f;
	border-bottom: solid 1px #00b5e5;
	border-top: solid 1px #00b5e5;
	padding-bottom: 20px;
    padding-top: 20px;
}

.is-open h2{
	font-weight: bold;
}

.c-accordion__title:after {
   font-family: "Font Awesome 5 Free";
   content: "\f054";
   color: #93579f;
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   font-weight: 900;

}

.is-open>.c-accordion__title:after {
   font-family: "Font Awesome 5 Free";
   content: "\f078";
   color: #93579f;
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   font-weight: 900;
}

.wp-block-pb-accordion-item h3{
	margin: 0px;
	padding: 10px;
	padding-left: 30px;
	background-color: #fff;
	color: #626262;
	border-bottom: solid 1px #00b5e5;
	border-top: solid 1px #00b5e5;
}

.wp-block-pb-accordion-item .is-open h3{
	font-weight: bold;
}

h3.c-accordion__title:after {
   font-family: "Font Awesome 5 Free";
   content: "\f054";
   color: #00b5e5;
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   font-weight: 900;

}

.is-open>h3.c-accordion__title:after {
   font-family: "Font Awesome 5 Free";
   content: "\f078";
   color: #00b5e5;
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   font-weight: 900;
}

.wp-block-pb-accordion-item h2 .is-open>.c-accordion__title:after {
    content: "−";
    color: #93579f;
}

.wp-block-pb-accordion-item button{
	text-align: center;
	padding: 10px;
	border-radius: 30px;
	border: 1px solid #93579f;
	background-color: white;
	color: #93579f;
}

.wp-block-pb-accordion-item button:hover{
	text-align: center;
	padding: 10px;
	border-radius: 30px;
	border: 1px solid #93579f;
	background-color: white;
	color: #93579f;
}

button.c-accordion__title:after {
	content: "";
}
.is-open>button.c-accordion__title:after {
	content: "";
}

.wp-block-pb-accordion-item > .is-open button{
	text-align: center;
	padding: 10px;
	border-radius: 30px;
	border: 1px solid #e4e4e4;
	background-color: white;
	color: #8c8c8c;
}

.button-clicked {
  background-color: #767676;
  color: #8c8c8c;
}

.button-unclicked {
  background-color: #93579f;
  color: white;
}

.button-clicked:hover {
  background-color: #767676;
  color: #8c8c8c;
}

.button-unclicked:hover {
  background-color: #93579f;
  color: white;
}

.wp-block-group{
	padding-top: 20px;
	padding-bottom: 20px;
}
.menu-etape{
	height: 60px;
	line-height: 40px;
	padding: 10px;
	font-size: 16px;
	background-color: #e4e4e4;
	color: #626262;
	border-radius: 20px;
}

.menu-etape .number-etape{
	font-size: 20px;
	border-radius:50%;
	width:40px;
	height:40px;
	display:block; 
	float:right;
	text-align:center;
	margin-right:5px;
	background-color: #93579f;
	color: white;
}

.etape{
	font-size: 20px;
	color: #93579f;
}

.etape .number{
	line-height: 40px;
	font-size: 20px;
	border-radius:50%;
	width:40px;
	height:40px;
	display:block; 
	float:left;
	text-align:center;
	margin-right:5px;
	background-color: #93579f;
	color: white;
}

.violet{
	color: #93579f;
}

.violet-bold{
	color: #93579f;
	font-weight: bold;
}

.bold{
	font-weight: bold;
}

.bloc-bleu{
	padding: 10px;
	background-color: #00b5e5;
	color: white;
}
.bloc-bleu .titre{
	font-size: 26px;
}
.bloc-bleu .texte-violet{
	color: #79268b;
}

ul{
	padding-left: 20px;
}

a.lien-bleu, a.lien-bleu:link, a.lien-bleu:hover, a.lien-bleu:visited, a.lien-bleu:active, a.lien-bleu:focus{
	color: #58c5ea !important;
	text-decoration: underline;
}

.nf-form-fields-required{
	color: #333 !important;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif !important;
}

.nf-form-content label {
    font-size: 18px;
    line-height: 20px;
	color: #93579f !important;
	font-weight: bold !important;	
}

.nf-form-content input[type=submit] {
	text-align: center;
	padding: 10px;
	border-radius: 30px !important;
	background-color: #93579f !important;
	color: #fff !important;
	width: 150px !important;
}

.nf-response-msg{
    font-size: 18px;
    line-height: 20px;
	color: #93579f !important;
	font-weight: bold !important;	
}

.imgalign img{
	vertical-align: middle;
}