.localisation{
    overflow-x:auto;
    
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    height: 450px;
    width:500px;
    position: relative;
    box-shadow: var(
        --ombreacc4-box-shadow,
        0px 0px 1px 1px rgba(0, 0, 0, 0.04)
    );
	-ms-overflow-style: none; 
	scrollbar-width: none; 
    border:solid;
    border-color: var(--p1);
    border-width:1px;
}

.calendrier{
    
    overflow-x:auto;
    
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    height: 450px;
    width:500px;
    position: relative;
    box-shadow: var(
        --ombreacc4-box-shadow,
        0px 0px 1px 1px rgba(0, 0, 0, 0.04)
    );
    -ms-overflow-style: none; 
	scrollbar-width: none; 

    border:solid;
    border-color: var(--p1);
    border-width:1px;
}

.integrationmaps{
    position:relative;
    width:96%;
    border:none;
    height:80%;
    border-radius: 10px;
    padding:10px;
}

.integrationagenda{
    position:relative;
    width:96%;
    border-radius: 20px; overflow: hidden;
    border:none;
    height:80%;
    border-radius: 10px;
    padding:10px;
}


iframe{
    border:none;
    border-radius: 10px;
    
}