#grille{
    position: absolute;
    opacity: 0;
    z-index:4;
}
#fondbleu{
    background-color: #373CF5;
    height: 100%;
    width: 59.6%;
    position: absolute;
    right: 0;
    z-index: 5;
    opacity: 1;
}
#aremplacer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#degrade2{
    height: 100%;
    width: 9%;
    position: absolute;
    left: 36%;
    z-index: 2;
    transform: rotate(180deg)
}
#degrade2 img{
    height: 100%;
    width: 100%;
    object-fit: inherit ;
}
#aremplacer .image-photo {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 45%;
    overflow: hidden;
}
#aremplacer .image-photo #cursorImage {
    height: 100%;
    width: auto;
    object-fit: initial;
    max-width: none;
}

#aremplacer .logo {
    position: absolute;
    bottom: 6.6%;
    right: 3%;
    height: 11.5%;
    width: 34.5%;
    overflow: hidden;
    z-index: 6;
    background-color: white;
    border-radius: 100px;
  
}
#aremplacer .logo #pastille {
    left:19px;
    top: 18%;
    position: absolute;
    width: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: 123%;
    font-weight: 700;
    line-height: 104% !important;
}


.text{
    position: absolute;
    width: 94%;
    left: 6.5%;
    top: 5.5%;
    height: 95%;
    z-index: 2;
}
.titre{
    font-weight: 600;
    color: white;
    overflow: hidden;
    font-size: 234%;
    line-height: 125%;
    vertical-align: middle;
    flex: 1 1 auto;
    align-self: center;

}
.taille-min{
    ligne-height: 120% !important;
    display: flex;
    position: relative;
}
html #aremplacer .texte-principal {
    font-size: 200%;
    line-height: 145%;
    font-weight: 500;
    color: white;
    overflow: hidden;
    width: 94%;
    position: relative;
    margin: 4.5% 0 0 0;
}
html #aremplacer .texte-principal p {
    font-size: 100%;
    margin: 0px;
    color: white;
}
html #aremplacer .texte-principal p strong {
    display: inline !important;
    font-weight: 500;
    color: #373CF5;
    background-image: linear-gradient(180deg,rgba(255,255,255,1) 5%,#ffffff 95%);
    padding: 0 0.2em;
}
html #aremplacer .contient-texte-nom {
    width: 100%;
    font-size: 150%;
    position: relative;
    right: 11%;
    margin-top: 4%;
}
html #aremplacer .contient-texte-nom p{
    background-color: #07C9C3;
    line-height: 1.3;
    font-size: 160%;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    color: white;
    display: inline-block;
    padding-left: 10%;
    padding-top: 0;
    padding-right: 3%;
    padding-bottom: 0.5%;
}
html #aremplacer .contient-texte-nom img{
    height: 100%;
    width: auto;
    position: absolute;
}
html #aremplacer .lieu p{
    line-height: normal;
    font-family: 'Fira sans', 'sans-serif';
    font-weight: 200;
    color:white;
    font-size: 198%;
    padding-left: 4px;
    display: inline-block;
}

html #aremplacer .lieu::before{
    content: "";
    background-color: #ffffff;
    height: 1.5px;
    width: 20px;
    display: inline-block;
    transform: translateY(-7px)
}
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: 5%;
    right: 2.5%;
    overflow: hidden;
    z-index: 6;
    background-color: white;
}
 #logopastille{
    width: 74%;
    left: 13.7%;
    top: 13%;
    position: absolute;
}