.sousTitre {
font-size: 1.4em;
}
.noBackground {
background: none !important;
}
.noUnderline a {
text-decoration: none !important;
}
.imgShadow {
filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.2))
}
strong {
color: #268DC7;
} #footer-callout-right a {
border: 2px solid #fff;
}  .menu-item.current_page_item {
font-weight: bold !important;
}  .msgBoxCenter {
margin: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
.msgBoxCenter {
width: 80%;
}
}
@media screen and (min-width: 1366px) {
.msgBoxCenter {
width: 70%;
}
}  div#cookie-notice {
background-color: #268dc7 !important;
padding-top: 50px;
padding-bottom: 50px;
box-shadow: 15px 0px 15px rgb(0 0 0 / 60%) !important;
font-size: 1.4em;
}
.cookie-notice-hidden {
display: none;
}
.cookiesBtn {
background: #fff;
padding: 10px 30px;
border: 2px solid #fff;
border-radius: 3px;
font-weight: bold;
}
.cookiesBtn:hover {
background: #268DC7;
color: #fff;
text-decoration: none;
}