article{
    display: flex;
    flex-wrap: wrap;
    max-width: 1110px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.entry-header .motif-01{
    width: 90px;
    margin-bottom: 5px;
}
.entry-header h1{
    font-family: 'Roboto';
    font-size: 14px;
    color: #2a2b2d;
    font-weight: bold;
    margin-bottom: 0;
}
.entry-header h2{
    text-transform: uppercase;
    font-size: 46px;
    border-bottom: none;
    margin-bottom: 0;
}
.entry-content{
    margin-top: 0;    
}
.entry-content h3{
    font-family: 'Roboto';
    font-size: 21px;
    color: #2a2b2d;
    font-weight: 900;
    margin-top: 35px;
}
.entry-content p{
    font-family: 'Roboto';
    font-size: 18px;
    color: #2a2b2d;
    font-weight: 400;
    margin-bottom: 0;
}
.entry-content figure.content-info-bloc{
    padding: 25px;
    border: 2px solid #84a4c5;
    margin-bottom: 45px;
    position: relative;
    display: inline-table;
    width: 100%;
}
.entry-content figure.content-info-bloc table {
    margin-bottom: 0;
}
.entry-content figure.content-info-bloc table thead tr th{
    font-family: 'Roboto';
    font-size: 24px;
    color: #005ca5;
    font-weight: 900;
}
.entry-content figure.content-info-bloc table tbody tr td{
    font-family: 'Roboto';
    font-size: 24px;
    color: #2a2b2d;
    font-weight: 400;
}
.entry-content figure.content-info-bloc span{
    width: 65px;
    height: 10px;
    background: #84a4c5;
    display: inline-block;
    position: absolute;
    right: -2px;
    bottom: -5px;
}
.entry-content p.content-without-title, .entry-content figure.content-without-title{
    margin-top: 35px;
}
@media (min-width: 782px){
    .wp-block-column:not(:first-child) {
        margin-left: 60px;
    }
}

.entry-content .contact-us{
    font-family: 'Roboto';
    color: #005ca5;
    font-size: 21px;
    font-weight: 900;
}
.entry-content .contact-us a{
    font-family: 'Roboto';
    color: white;
    font-size: 16px;
    font-weight: 700;
    background: #005ca5;
    text-decoration: none;
    padding: 5.5px 15.5px;
    border-radius: 15px;
    margin-left: 10px;
    box-shadow: 3px 3px 4px #8c8c8cf5;
}
.entry-content .contact-us a:hover{
    background: #84a4c5;
    text-decoration: none;
}
.entry-content .contact-us{
    display: none;
}
.page-id-96 .entry-content .contact-us {
    display: block;
}


.entry-content a.pdf_link{
    background: url(img/pdf_icon.png);
    font-family: 'Roboto';
    font-size: 18px;
    color: #2a2b2d;
    font-weight: 400;
    padding-left: 90px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: left center;
    padding-bottom: 20px;
    margin-top: 35px;
    max-width: 300px;
}
    
.page-id-353 .entry-header h2{
    display: none;
}
.page-id-353 .entry-content h2.entry-title{
    line-height: 1.3;
}
