:root {
	--les-cercles-blue-color: #008892;
	--les-cercles-darkblue-color: #02696d;
}

.container-les-cercles p {
	margin: 0;
	color: black;
}

/* ------------------------
	Header Les Cercles
------------------------ */

.fond-les-cercles {
	background-color: var(--les-cercles-blue-color);
}

.fond-les-cercles h1 {
	font-size: 2.5rem;
	font-weight: 800;
	color: white;
}

/* ------------------------
      Global Les Cercles
   ------------------------ */

.hidden {
	display: none;
}

.container-page-les-cercles h2 {
	font-size: 2.3rem;
	font-weight: 800;
	color: var(--les-cercles-blue-color);
	text-transform: uppercase;
	margin-bottom: 35px;
}

.container-page-les-cercles h3 {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--les-cercles-blue-color);
	margin-bottom: 35px;
}

.container-page-les-cercles h3 i {
	margin-right: 10px;
}

.container-page-les-cercles h3.les-cercles-items-flex-start {
	align-items: flex-start;
}

.container-page-les-cercles h5 {
	font-weight: bold;
	text-transform: uppercase;
}

.texte-les-cercles {
	font-size: 1rem;
	margin-bottom: 35px;
}

.texte-les-cercles ul {
	margin: 20px 0;
}

.texte-les-cercles ul li {
	margin-bottom: 5px;
}

.separateur-les-cercles {
	margin-bottom: 45px;
	border-top: 10px solid var(--les-cercles-blue-color);
}

.container-page-les-cercles {
	max-width: 1300px;
	margin: 0 auto;
}

.container-les-cercles {
	display: flex;
	justify-content: space-between;
}

.colonne-principale-les-cercles {
	width: 65%;
	padding-right: 80px;
	padding-top: 20px;
}

.les-cercles-conteneur {
	margin-left: 2.5em;
}

.les-cercles-contenu-conteneur {
	margin-bottom: 50px;
	color: var(--mbc-blue-color);
}

.les-cercles-contenu-conteneur .titre {
	display: flex;
	align-items: center;
	padding-left: 30px;
}

.les-cercles-contenu-conteneur .titre img {
	width: 30px;
	height: auto;
	padding-right: 10px;
}

.les-cercles-contenu-conteneur .titre h2 {
	font-weight: bold;
	font-size: x-large;
	margin-bottom: 0;
	text-transform: uppercase;
}

.les-cercles-contenu {
	padding-left: 60px;
}

.padding-t-10 {
	padding-top: 10px;
}

.les-cercles-bouton {
	background-color: var(--les-cercles-blue-color);
	color: white;
	width: fit-content;
	margin: 20px 0;
	padding: 7px 15px;
	text-align: center;
	font-weight: 600;
	border: 2px solid var(--les-cercles-blue-color);
	box-shadow: 0 0 0 1px #f3f5f6 inset;
	cursor: pointer;
	display: block;
}

.les-cercles-bouton:hover {
	background-color: var(--les-cercles-darkblue-color);
	color: white;
}

.les-cercles-transition {
	transition: all 0.3s ease-out;
}


.les-cercles-prochaine-rencontre-container {
	border: 1px solid var(--les-cercles-blue-color);
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

.les-cercles-titre-rencontre {
	padding: 15px 30px;
	background-color: white;
	color: var(--les-cercles-blue-color);
	text-transform: uppercase;
	font-size: 2rem;
	max-width: 490px;
}

.les-cercles-date-rencontre {
	text-transform: uppercase;
	font-size: 1.1rem;
	text-align: center;
	flex-grow: 1;
}

.les-cercles-user-container {
	display: flex;
	margin-bottom: 30px;
}

.les-cercles-user-label {
	text-transform: uppercase;
	font-weight: 600;
	width: 250px;
}

.les-cercles-user-container a {
	margin-bottom: 10px;
	display: block;
	color: var(--les-cercles-blue-color);
}

.les-cercles-user-container a:hover {
	opacity: 80%;
	text-decoration: underline;
}

.les-cercles-user-container a i {
	margin-left: 10px;
	color: #eb5d0b;
}

.form-input-container {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.form-input-container label:not(label[for=attached_documents]) {
	min-width: 275px;
	font-weight: 600;
	margin: 0;
}

.form-input-container input:not(input[type=file]), select {
	flex-grow: 1;
	padding: 10px;
	border: 1px solid var(--les-cercles-blue-color);
}

.form-request-container {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.form-request-container label {
	font-weight: 600;
	margin-bottom: 20px;
}

.form-request-container textarea {
	width: 100%;
	min-height: 300px;
	border: 1px solid var(--les-cercles-blue-color);
	padding: 5px;
}

.form-checkbox-container {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.form-checkbox-container input[type=checkbox] {
	margin: 3px 10px 0 0;
}

.form-checkbox-container label {
	margin: 0;
}

#form-circle-send-request .flex-row-end {
	display: flex;
	justify-content: flex-end;
}

#form-circle-send-request .input-file-container {
	display: flex;
	align-items: center;
	flex-grow: 1;
}

#form-circle-send-request .input-file-container label {
	margin: 0;
}

#form-circle-send-request .input-file-container a {
	background-color: var(--les-cercles-blue-color);
	color: white;
	margin-left: 5px;
	padding: 10px 30px;
	text-align: center;
	font-weight: 600;
	border: 2px solid var(--les-cercles-blue-color);
	box-shadow: 0 0 0 1px #f3f5f6 inset;
	cursor: pointer;
	display: block;
}

#form-circle-send-request .file-badge {
	background-color: var(--les-cercles-blue-color);
	padding: 5px;
	color: white;
	border-radius: 20px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 5px 5px 0;
}

#form-circle-send-request .file-badge i {
	margin: 0 8px;
}


#form-circle-send-request .file-badge i:last-child {
	color: #eb5d0b;
	cursor: pointer;
}

#form-circle-send-request .file-badge i:last-child:hover {
	opacity: 80%;
}

#form-circle-send-request .input-file-container a:hover {
	background-color: var(--les-cercles-darkblue-color);
	color: white;
}

#form-circle-send-request .file-label {
	color: grey;
	flex-grow: 1;
}

#form-circle-send-request input[type=file] {
	position: absolute;
	visibility: hidden;
}

#form-circle-send-request .les-cercles-flex-col {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

#form-circle-send-request .form-error-container {
	background-color: #F8B4B4;
	color: #C81E1E;
	border-radius: 10px;
	padding: 10px;
	font-size: 0.9rem;
	margin-top: 10px;
	display: none;
}

#form-circle-send-request .send-success {
	display: none;
	color: #46B450;
	padding: 7px 15px;
	background-color: #d4f3d7;
	border: 1px solid #46B450;
	border-radius: 20px;
	margin-bottom: 20px;
}

/* ------------------------------
    Sidebar Droite Les Cercles
  ----------------------------- */

.colonne-secondaire-les-cercles {
	width: 30%;
	background-color: var(--les-cercles-blue-color);
	margin-top: 20px;
	color: white;
}

.colonne-secondaire-les-cercles h3 {
	text-transform: uppercase;
	margin: 25px 0 50px 0;
	color: white;
}

.colonne-secondaire-les-cercles .container-padding {
	padding: 25px 25px 0 25px;
	display: flex;
	flex-direction: column;
}

.colonne-secondaire-les-cercles .bloc-navigation {
	border: 1px solid white;
	border-radius: 0 10px 10px 10px;
	margin: 0 auto 10px auto;
	padding: 20px;
	position: relative;
}

.colonne-secondaire-les-cercles .texte-navigation {
	margin: 0 0 35px 0;
	line-height: 1.8rem;
}

.les-cercles-sidebar-bouton {
	display: block;
	width: 100%;
	margin: 2em auto;
	text-decoration: none;
	text-transform: uppercase;
	border: thin solid white;
	text-align: center;
	padding: 1em;
	cursor: pointer;
}

.colonne-secondaire-les-cercles a {
	color: white;
}

.les-cercles-sidebar-bouton:last-of-type {
	margin-bottom: 0;
}

.les-cercles-sidebar-bouton:hover,
.les-cercles-sidebar-bouton.active {
	background-color: white;
	color: var(--les-cercles-blue-color);
}

.illustration-sidebar-les-cercles {
	width: 100%;
}
