
/* TODO Margin par défaut de ad inserter réglable dans les paramètres */

.code-block.code-block-1 {
    margin: 0 !important;
}

.code-block.code-block-1 {
    margin: 0 !important;
}

.grand-angle .ad-container {
    width: 300px;
    height: 600px;
    display: flex;
    background-color: white;
}

.grand-angle .ad-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: black;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}

.grand-angle .ad-link:hover {
    opacity: 0.9;
}

.gigabanniere .ad-container{
    width:1200px; 
    max-width: 100% !important;
    /* height:250px; */ 
    text-align:center; 
    line-height:1.2; 
    font-weight:bold; 
    display:flex; 
    flex-direction:column; 
    justify-content:center; background-color:white; color:black
}
