#grille{
    position: absolute;
    opacity: 0;
    z-index:4;
}
#fondbleu{
    height:100%;
    width:63%;
    background-color: #373CF5;
    position: absolute;
    right: 0;
    z-index: 4;
    opacity: 1;
}
#bandethematique{
    background-color: #0000CC;
    position: absolute;
    width: 94%;
    height: 18%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
}
#aremplacer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#degrade1{
    height: 100%;
    position: absolute;
    left: 220px;
    z-index: 3;
}
#degrade1 img{
    transform:scale(-1,-1);
}
#aremplacer .image-picto {
    position: absolute;
    top: 0%;
    height: 100%;
    width: 31%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#aremplacer .image-picto img{
    width:65%;
}
#aremplacer .image-photo {
    position: absolute;
    top: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;

}
#aremplacer .image-photo #cursorImage {
    height: auto;
    width:100%;
    object-fit: initial;
    max-width: none;
    z-index: 4;
}

#aremplacer .logo {
    position: absolute;
    bottom: 7%;
    right: 3%;
    height: 11.5%;
    width: 34.5%;
    overflow: hidden;
    z-index: 5;
    background-color: white;
    border-radius: 100px;
}
#aremplacer .logo #pastille {
    left:19px;
    top: 19.25%;
    position: absolute;
    width: 28px;
    height: 28px;
}
#aremplacer #logotext{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    position: absolute;
    left:54px;
}
#aremplacer .CCI-nom, .CCI-nom2{
    text-transform: uppercase;
    color: #373CF5;
    font-size: 121%;
    font-weight: 700;
    line-height: 112% !important;
    white-space: nowrap;
}
#aremplacer .tcardcontient{
    width: 62%;
    z-index: 5;
    margin-left: 34%;
    margin-top: 4%;
    max-height: 269px;
    border:none;
    display: block;
    position:relative;
    z-index:555;
    transform: translateY(calc(113px - 43%));
}
#aremplacer .tcardcontient .ombre-carre{
    position:absolute;
    top: -27px;
    left: -40px;
    width: calc(100% + 80px);
    height: calc(100% + 54px);
    max-width: none;
    z-index: -1;
    object-fit: fill;
}
#aremplacer .tcard{
    position: relative;
    z-index: 20;
    overflow: hidden;
    background-color: white;
    border-radius: 12px;
    max-height: 269px;
    overflow: hidden;
}
#aremplacer .tcard-header{
    background-color: var(--bleu-f1);
    height: 50px;
    border:none;
    display: flex;
    align-items: center;
    border-radius: 12px 12px 0 0;
    justify-content: space-between;
}
#aremplacer .tcard-header p{
    font-size: 190%;
    line-height:250%;
    font-weight: 600;
    color: white;
    display: inline-block;
    vertical-align:middle;
		margin-left: 4%;
    text-transform: uppercase;
}
#aremplacer .tcard-date{
    background-color: var(--bleu-l1);
    height: 50px;
    border:none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#aremplacer .tcard-date p{
    font-size: 190%;
    line-height:250%;
    font-weight: 600;
    color: white;
    display: inline-block;
    vertical-align:middle;

}
#aremplacer .tcard img{
    margin-right: 10px;
    width:22px;
    display: inline-block;
    vertical-align:middle;
}
.contientdate, .contientheure{
    padding:0 15px !important;
}
#aremplacer .lieu{
    height: 45px;
    background-color:var(--bleu-l1);
    display: flex;
    align-items: center;
    padding-left: 15px;
}
#aremplacer .lieu p{
    font-size: 180%;
    font-weight: 500;
    color: white;
    display: inline-block;
}
#aremplacer .ajout{
    position: absolute;
    right: 37%;
    bottom: 2.5%;
    height: 20%;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}
#aremplacer .ajout p{
    font-weight: 500;
    color: white;
    font-size: 190%;
    
}
#aremplacer .ajout img{
    max-width: 20%;
    margin-left: 2%;
    flex: 0 1 auto;
    display: inline-block;
    transform-origin: center right;
}
#aremplacer hr{
    margin: 1.5% 0;
}




.text{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
    z-index: 6;
}
.nom{
    font-weight: 500;
    color: black;
    overflow: hidden;
    font-size: 210%;
    line-height: 125%;
    vertical-align: middle;
    flex: 1 1 auto;
    align-self: center;
}
.nom span{
    font-weight: 200;
    padding-left:10px;
}
.taille-min{
    min-height: 1%;
    display: flex;
}
html #aremplacer .texte-principal {
    font-size: 200%;
    line-height: 120%;
    margin-top: 0;
    padding: 15px 21px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    color: #222222;
    overflow: hidden;
}
html #aremplacer .texte-principal p {
    font-size: 100%;
    line-height: 126%;
    font-weight: 700;
    padding: 0 !important;
    margin: 0 !important;
    color: black;
    overflow: hidden;
    display: block !important;
}
html #aremplacer .texte-principal p strong {
    display: inline !important;
    font-weight: 900;
}
html #aremplacer .contient-texte-nom {
    height: 10.5%;
    width: 90%;
    font-size: 128%;
    line-height: 125%;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    color: black;
    position: absolute;
    bottom: 20px;
    left:12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
html #aremplacer .contient-texte-nom strong{
    vertical-align: middle;
    height:100%;
    width:1px;
    margin-bottom: 0.1em;
    display: inline-block;
    z-index: 7;
}

html #aremplacer .texte-societe, .texte-societe-l2 {
    font-size: 95% !important;
    font-weight: 400 !important;
    color: white;
}

.logopastille{
    display: none;
    width: 5.628%;
    height: 10%;
    transform: scale(1.35);
    border-radius: 100%;
    position: absolute;
    bottom: 7.6%;
    right: 3%;
    overflow: hidden;
    z-index: 5;
    background-color: white;
}
 #logopastille{
    width: 74%;
    left: 13.7%;
    top: 13%;
    position: absolute;
}

.image-photo svg{
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 25px;
    width: 202px;
    height: auto;
    transform: rotate(-6deg);
}


.sceditor-button.sceditor-button-bold:after{
    content: "Gras";
}

.sceditor-button.sceditor-button-horizontalrule:after{
    content: "Séparateur";
}


.logo-fond-blanc{
    background-color: white;
    border-radius: 6px;
}