﻿
/*-------------------------------------------------------------------  FCK  -----------------------------------------------------------------------------*/
  
    
/* personnalisation */

:root{
	--blue: #6FA0BC;
    --lightblue: #C7E3EE;
    --darkblue: #295A7A;
    --gold: #cdb98d;
    --lightgold: #FEFCF9;
    --grey: #D9D9D9;
    --lightgrey: #EFEFEF;
    --lightcolor: #FAFBFD;
    --disabled: #DFDFDF;
}

div, table, td {
    font-size: 1em;
    color: #4b4b4b;
}

h1 {
	font-size:1.6em;
	color:#6139c1;
	font-weight:700;
	margin:0px;
    text-transform: uppercase;
    margin:30px 0;
    letter-spacing:1px;
}

h2 {
	font-size:1.4em;
	color:#84c9ba;
	font-weight:700;
	margin:0px;
    text-transform: uppercase;
    font-size: 18px;
    color: #4b4b4b;
    margin: 15px 0;
}

h4{
	
	font-size:1.6em;
	color:#6139c1;
	font-weight:700;
    text-transform: uppercase;
    margin:0 0 30px;
    letter-spacing:1px;
    color: #4b4b4b;
}

.TitreHaut {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 0;
    color:#84c9ba;
}

.TitreBas {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    color: #6139c1;
}

.TexteCouleur1 {
    color: #6f899a;
}
.TexteCouleur2 {
    color: var(--darkblue);
}
.TexteCouleur3 {
    font-weight:bold;
    color: var(--darkblue);
}

blockquote {
    border-left: 5px solid #f2c840;
    font-style: italic;
    font-size:23px;
    line-height:32px;
    padding:0 20px
}

.encadre_fondVert,
.encadre_bordureVert,
.encadre_fondViolet,
.encadre_bordureViolet,
.encadre_fondJaune,
.encadre_bordureJaune {
    width: 100%;
    margin:10px 0;
    padding:20px;
    border-radius:5px;
	text-align:center;
}

.BloctitreService .encadre_fondVert {
	padding:0px;
}

.encadre_fondVert {
	background-color: var(--lightblue);
    color:#000000;
}

.encadre_bordureVert {
    border: 1px solid var(--lightblue);
}

.encadre_fondViolet {
    background: var(--darkblue);
    color: #ffffff;
}

.encadre_bordureViolet {
    border: 1px solid var(--darkblue);
}

.encadre_fondJaune {
    background: var(--gold);
	color:#ffffff;
	font-weight:bold;
}

.encadre_bordureJaune {
	border: 1px solid var(--gold);
}

.encadre_fondVert img,
.encadre_bordureVert img,
.encadre_fondViolet img,
.encadre_bordureViolet img,
.encadre_fondJaune img,
.encadre_bordureJaune img {
    /* opacity: 0.5; */
	width:40px;
	margin-bottom:10px;
}

.encadre_fondVert a,
.encadre_fondViolet a,
.encadre_fondJaune a {
	color:#ffffff;
	font-weight:bold;
}

.encadre_bordureVert a,
.encadre_bordureViolet a,
.encadre_bordureJaune a {
	font-weight:bold;
}

a.BoutonValidation,
.BoutonValidation {
    background: #f2c840;
    color: #ffffff;
    border-radius: 40px;
    box-shadow: #c2c3c3 0 0 10px;
    /*padding: 10px 30px;*/
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
	width:33%;
	min-width:400px;
	cursor: pointer;
	text-align:center;
}

@media (max-width: 800px)  {
	a.BoutonValidation,
	.BoutonValidation {
		background: #f2c840;
		color: #ffffff;
		border-radius: 40px;
		box-shadow: #c2c3c3 0 0 10px;
		padding: 10px 30px;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 15px;
		width:33%;
		min-width:400px;
		position: relative;
		right:400px;
	}
}

#Contenu table {
    width:100%;

}

#Contenu th {
    padding: 10px 15px 5px;
    text-align: left;
    vertical-align: top;
    background-color: #aad8ef;
}

#Contenu td {
    padding:10px;
}

#Contenu tr:nth-child(even) {
    background: transparent;
}

#Contenu tr:nth-child(odd) {
    background: #FFF
}

/*#region Ascenseur*/

.panel-group .panel,
div.panel-body,
.panel-body {
	background-color:transparent;
}

.panel-default > .panel-heading {
    text-align: left;
    border-color: #ffffff;
	background:none;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > div.panel-body {
    border-top: none;
}

/* Force le déploiement des "accordéons" dans l'administration */
.cke_editable .panel-collapse,
.cke_editable.collapse {
	display:block;
}

.panel-heading {
    padding: 20px 0px;
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
}

.panel-title a {
    text-decoration: none;
    border-radius: 30px;
    display: block;
    padding: 12px 20px 12px 65px;
    border: 1px solid transparent;
    /*border-radius: 30px;*/
    position: relative;
    transition: all 0.3s ease 0s;
    background: #fff;
    border: 1px solid #ddd;
    font-weight: 600;
    color: #84c9ba;
    font-size: 26px;
    line-height:20px;
	outline:none;
}

/*.panel-default>.panel-heading:hover {
    background-color: #eeeeee;
}*/

.panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 15px 10px;
}

.panel-title a.collapsed {
    /*background: #fff;
    color: #0d345d;
    border: 1px solid #ddd;*/
}

div.panel-body {
    padding: 20px 20px 10px 0px;
    line-height: 25px;
    border-top: none;
    position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

div p {
	width: 100%;
}

.panel-title a:after {
	content: "\f061";
	font-family: "Font Awesome\ 5 Free",fontawesome;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #84c9ba;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: #c2c3c3 0 0 10px;
    position: absolute;
    top: -5px;
    left: -20px;
	-moz-transform:rotate(90deg);
	/* WebKit */
	-webkit-transform:rotate(90deg);
	/* Opera */
	-o-transform:rotate(90deg);
	/* Standard */
	transform: rotate(90deg);
    transition: all 0.3s ease 0s;
}

.panel-title a.collapsed:after {
	content: "\f061";
	font-family: "Font Awesome\ 5 Free",fontawesome;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #84c9ba;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: #c2c3c3 0 0 10px;
    position: absolute;
    top: -5px;
    left: -20px
	-moz-transform:rotate(0deg);
	/* WebKit */
	-webkit-transform:rotate(0deg);
	/* Opera */
	-o-transform:rotate(0deg);
	/* Standard */
	transform: rotate(0deg);
    transition: all 0.3s ease 0s;
}

h4.panel-title 
{
 text-transform:none;
font-variant:small-caps; 
}

/* Liste */

#ContenuFCK ul
{
 margin:0;
 padding:0 10px;
}

#ContenuFCK li {
    list-style:none;
    /* margin-left: 0px; */
    margin-bottom: 0px;
    padding: 0px 0px 10px 40px;
}

#ContenuFCK li::before {
	content: "\f061";
	color: var(--darkblue);
	font-family: "Font Awesome\ 5 Free",fontawesome;
	position: absolute;
	margin-left: -30px;
	margin-top: -2px;
	font-size: 18px;
	font-weight: bold;
}

#ContenuFCK li li,
#ContenuFCK li ul li {
    list-style:none;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 10px 40px;
}

#ContenuFCK li li::before,
#ContenuFCK li ul li::before {
	content: "\f111";
	color: #84c9ba;
	font-family: "Font Awesome\ 5 Free",fontawesome;
	position: absolute;
	margin-left: -30px;
	margin-top: -2px;
	font-size: 10px;
	font-weight: bold;
}

/** ODS **/

.white_text_over_gold { 
    background-color: var(--gold); 
    color: white; 
    margin-left: auto; 
    margin-right: auto;
    width: 75%; 
    text-align: center; 
    font-size: 2rem;
    margin-top: 25px;
}

.blue_text { 
    background-color: transparent;
    color: var(--darkblue); 
    width: 75%; 
    margin-left: auto;
    margin-right: auto; 
    margin-top: 25px;
    margin-bottom: 25px;
}

.panel-title a {
    text-transform: uppercase;
    color: #295a7a;
    font-size: 2rem;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
}

.panel-title a.collapsed::after {
    background: transparent;
    content: ">";
    color: #295a7a;
    box-shadow: none;
    left: -50px;
    top: -15px;
}

.panel-title a::after {
    background: transparent;
    content: ">";
    color: #295a7a;
    box-shadow: none;
    left: -50px;
    top: -15px;
}

.panel {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.panel-title a::before {
    width: 100% !important;
    height: 3px !important;
    background-color: var(--darkblue) !important;
    content: "" !important;
    display: inline-block !important;
    position: absolute;
    margin-top: 30px;
}

.panel-body::after {
    width: 100%;
    height: 3px;
    content: "";
    background-color: var(--gold);
	margin-top: 5px;
}

.gold_accordeon_bouton {
    width: fit-content;
    height: fit-content;
    padding: 15px;
    background-color: var(--gold);
    color: white;
    border-radius: 15px;
    text-transform: uppercase;
	display: flex;
    align-items: center;
}

.gold_accordeon_bouton:hover {
    text-decoration: none;  
    cursor: pointer;
    color: white;
    background-color: rgba(205,185,141,0.7);
}

.gold_accordeon_bouton a:hover {
    text-decoration: none;  
    cursor: pointer;
}

/* Les Formes */
.rectangle_vert_ods_lisere {
    background-color: var(--lightblue);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
	/* color: #000000; */
    height: 100%;
	align-items: center;
}

.rectangle_vert_fonce_ods {
    background-color: var(--blue);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    /* color: #000000; */
    height: 100%;
    align-items: center;
}

.rectangle_vert_clair_ods {
    background-color: var(--darkblue);
    display: flex;
    flex-direction: column;
    align-items: space-between;
    justify-content: center;
    border-radius: 10px;
    color: white;
    height: 100%;
    align-items: center;
}

.carre_vert_ods_lisere {
    display: flex;
	padding: 10px;
    background-color: var(--lightblue);
    border-radius: 10px;
    flex-direction: column;
    height: 160px;
    width: 175px;
}

.carre_vert_clair_ods {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color:#A4D0E0;
    border-radius: 10px;
    flex: 1;
    /* color: #000000; */
}

.carre_vert_fonce_ods {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #4A7FA1;
    border-radius: 10px;
    flex: 1;
    color: white;
}

.carre_dore_lisere_ods {
    display: flex;
	padding: 10px;
    background-color: var(--gold);
    border-radius: 10px;
    flex-direction: column;
    height: 160px;
    width: 175px;
}

.carre_dore_ods {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--gold);
    border-radius: 10px;
    flex: 1;
}

@media only screen and (max-width:768px){
    .panel-title a {
        border-bottom: var(--darkblue) 5px solid;
        border-radius: 0;
        padding-bottom: 5px;
        border-top: none;
        border-left: none;
        border-right: none;
        font-size: 1.5rem;
    }

    .panel-title a::before{
        display: none !important;
    }

    .panel {
        margin:0 10% 0 10%;
        width: 80%;
    }

    .row:has([class*="encadre_"]){
        flex-direction: column;
    }

    .row:has([class*="encadre_"]) [class*="col-"]{
        width: 100%;
    }
}

@media only screen and (max-width:425px){
    .panel-title a {
        border-bottom: var(--darkblue) 5px solid;
        border-radius: 0;
        padding-bottom: 5px;
        border-top: none;
        border-left: none;
        border-right: none;
        font-size: 1.5rem;
    }

    .panel-title a::before{
        display: none !important;
    }
}
