/* CSS Document */

@font-face {
    font-family: 'Milliard';
    src: url('fonts/Milliard-Light.woff2') format('woff2'),
        url('fonts/Milliard-Light.woff') format('woff'),
        url('fonts/Milliard-Light.ttf') format('truetype');
    
  }
  
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/open_sans/OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('fonts/open_sans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/open_sans/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/open_sans/OpenSans-Regular.woff') format('woff'),
        url('fonts/open_sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html {margin: 0px; padding: 0px; width: 100%; height: 100%; background-color: #fff; color: #000;}
body {font-family: 'Open Sans';}
h1, h2, h3, h4, h5, h6 {font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}
h1 {font-size: 1.4em;}
h2 {font-size: 1.25em;}
h3 {color: #333; font-size: 1.1em;}
h4 {color: #000; font-size: 1em; line-height: 1.5em;}
h5 {color: #af1963; font-weight: normal; font-size: 1.1em; line-height: 1.5em;}
p, li {line-height: 1.6em;}
hr {visibility: hidden;}
hr.10 {margin: 10px;}
hr.20 {margin: 20px;}
hr.30 {margin: 30px;}
hr.40 {margin: 40px;}
hr.50 {margin: 50px;}
.display_none {display: none;}
.sansbordure {border: none;}
.centrer {text-align: center;}
.justify {text-align: justify;}
.strong {font-weight: bold;}
.important {font-weight: bold; color: #F00;}
.red {font-weight: bold; color: #C41230;}
.securite {display: none;} /* Utilisée pour les pièges robots des formulaires */
.button {padding: 10px 10px; text-align: center;  text-decoration: none; display: inline-block; font-size: 0.9em;
font-weight:bold; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; cursor: pointer;}
.button1 {background-color: #272e80; color: white; border: 1px solid #272e80;}
.button1:hover {background-color: #e46508; color: #000; border: 1px solid #e46508;}
.button2 {background-color: #e46508; color: #FFF; border: 1px solid #e46508;}
.button2:hover {background-color: #272e80; color: #FFF; border: 1px solid #272e80;}
hr.clear {clear: left;}

a.bouton {background-color: #C0C0C0; color: #272e80; padding: 0px 15px 0px 0px; text-decoration: none; min-width: 120px; display: inline-block; font-size: 0.85em; line-height: 0.85em; border-radius: 0 7px 7px 0; vertical-align: middle; font-weight: 600;}
a.bouton:hover {background-color: #e46508; color: #272e80;}

a.bouton2 {background-color: #e46508; color: white; padding: 5px 15px; text-decoration: none; display: inline-block; border-radius: 5px;}
a.bouton2:hover {background-color: #272e80; color: #FFF;}

p.oups {font-size: 1.4em; color: #F00; text-align: center;}
p.copyright {font-size: 0.8em; font-weight: normal;}
img.drapeau {position: relative; top: 0px; left: 0px; bottom: 0px; margin-right: 15px; vertical-align: middle;}
img.vig {float: left; margin: 0 20px 10px 0; border: 1px solid #000;}
img.icone {float: left; margin: 0 20px 10px 0;}
form.select {display: block;}
.sm {display: none;}
.ordi {display: block;}

div#band_header {position: fixed; top: 0px;}
div#header {max-width: 1200px; justify-content: space-around; z-index: 2; display: flex; padding: 2% 15% 1% 5%; background-color: #FFF; margin: 0 auto;}

div#conteneur_header {max-width: 1230px; margin: auto; text-align: center;}
div#header_2025 {justify-content: space-around; z-index: 2; display: flex; align-items: center; padding-top: 3em;}
div#header_2025 h1 {color: #e46508; font-size: 1.4em; border-left: none;}
div#header_2025 h2 {color: #272e80; font-size: 1.4em; border-left: none;}


div#header div#logo {width: 235px;}
div#header div#login {max-width: 1200px; margin: 0; height: 50px;}

figure.edito, video.edito {float: left; margin: 0 20px 10px 0; max-width: 300px;}
figure.edito img {border: 1px solid #000;}
figure.edito figcaption {font-size: 80%; font-style: italic;}

.video-responsive {
 overflow:hidden;
 padding-bottom:56.25%; 
 position:relative;
 height:0;
}
.video-responsive iframe {
 left:0;
 top:0;
 height:100%;
 width:100%;
 position:absolute;
}

/* div#bandeau {height: 10em; line-height: 10em; white-space: nowrap; background: linear-gradient(to right, #11830a, #f3ca10, #c52d2c, #1b1c21, #c52d2c, #f3ca10, #11830a); text-align: center;} */

div#bandeau {text-align: center; padding: 5px 0; margin: 25px 0;}
div#bandeau h1 {color: #272e80; font-size: 1.5em;}
div#bandeau form {margin: 0px; padding: 0px; width: inherit;}
div#bandeau input[type="search"] {border: none; padding: 1%; width: 300px; height: 20px; -webkit-appearance: textfield; -webkit-box-sizing: content-box;}
div#bandeau input[type="submit"] {border: none; padding: 1%; height: auto; font-size: 2em; background: transparent; cursor: pointer;}


/* Modal Accès membres */
.cf:before, .cf:after {content: ""; display: table;}
.cf:after {clear: both;}
.droite {float: right;} 

.oModal {position: fixed; z-index: 99999; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.8); opacity:0; -webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in; transition: opacity 400ms ease-in; pointer-events: none; width: 100%; height: 100%;} 
.oModal:target {opacity: 1; pointer-events: auto;}
.oModal:target > div {margin: 10% auto; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; border: 4px solid #717174;} 
.oModal > div {max-width: 40%; position: relative; margin: 1% auto; padding: 0px; border-radius: 7px; background: #eee; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out;}
.oModal > div form fieldset {text-align: left; padding: 20px; border: none;}
.oModal > div form input[type=text], .oModal > div form input[type=password] {width: 100%;  padding: 12px 20px;  margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box;}
.oModal > div form button {background-color: #333; color: white; padding: 10px 10px; margin: 8px 0; border: none; cursor: pointer; width: 100%;}
.oModal > div header, .oModal > div footer {border-bottom: 1px solid #e7e7e7; border-radius: 5px 5px 0 0;}
.oModal .footer {border: none; border-top: 1px solid #e7e7e7; border-radius: 0 0 5px 5px;} 
.oModal > div h2 {text-align: center; color: #E1470B;}
.oModal > div ul li {list-style-type: none;}
.oModal > div p {font-size: 90%; text-align: center;}
.oModal > div p a {color: #666;}
.oModal > div .btn {float: right;} 
.oModal > div section,.oModal > div > footer {padding: 15px;}
.oModal .close {background: #BB0339; color: #FFFFFF; line-height: 25px; position: absolute; right: -12px;text-align: center;	top: -10px;	width: 24px; text-decoration: none; font-weight: bold; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; -moz-box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000; box-shadow: 1px 1px 3px #000;}
.oModal .close:hover {background: #00d9ff;}

div.flex {display: flex; flex-wrap: wrap;}
div.flex figure {font-size: 0.7em; font-style: italic; width: 200px;}
div.flex figure img {border: 1px solid #000;}
div.flex figcaption {font-weight: bold; margin-top: 10px;}

.oModal_video {position: fixed; z-index: 99999; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.8); opacity:0; -webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in; transition: opacity 400ms ease-in; pointer-events: none; width: 100%; height: 100%;}
.oModal_video:target {opacity: 1; pointer-events: auto;}
.oModal_video:target > div {transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; max-width: 900px; margin-top: 10%;} 
.oModal_video > div {max-width: 100%; position: relative; margin: 1% auto; padding: 0px; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out;}
.oModal_video .close_modal {background: #BB0339; color: #FFFFFF; line-height: 25px; position: absolute; right: -12px; text-align: center;	top: -10px;	width: 24px; text-decoration: none; font-weight: bold; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; -moz-box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000; box-shadow: 1px 1px 3px #000;}
.oModal_video .close_modal:hover {background: #00d9ff;}
iframe.video {width: 853px; height: 480px;}


div#cookies {background-color: #050b59; color: #FFF; position: fixed; bottom: 0px; padding: 1%; display: flex; justify-content: space-between; width: 98%;}
div#cookies a {color: #FFF;}

div#conteneur {/*background: url(images/bg.jpg) no-repeat center bottom; background-attachment: fixed;*/ margin: 10px auto; padding: 0 10%; max-width: 1200px; min-height: 50%;}
div#conteneur h1 {color: #272e80; text-align: left; margin: 1.5em 0;}
div#conteneur h1 span, div#conteneur h2 span {color: #e46508;}
div#conteneur h2 {font-size: 1.3em; line-height: 1.6em; color: #272e80;}
div#conteneur h3 {font-size: 0.9em; line-height: 1.5em; color: #000; font-weight: normal;}
div#conteneur h3 a {font-size: 1.4em; color: #272e80; font-weight: bold; text-decoration: none;}
div#conteneur h4 {color: #e46508;}
div#conteneur p, div#conteneur li {font-size: 0.85em;}

div#conteneur div#choix_zone {margin: auto; text-align: center;}
/*delete*/div#conteneur div#choix_zone div {height: auto;}
/*delete*/div#conteneur div#choix_zone p {line-height: 2.5em;}
/*delete*/div#conteneur div#choix_zone h2 {border-left: none; line-height: normal; display: flex; flex-wrap: wrap; align-items: flex-start; padding: 10px; margin: auto 0;}
/*delete*/div#conteneur div#choix_zone h2 span {padding: 0 10px; color: #000;}

div#conteneur div.alaune {padding: 3%;}
div#conteneur div.alaune h2 {margin-top: 0px;}
div#conteneur div.alaune h3 {font-size: 1.1em; color: #272e80; font-weight: bold;}
div#conteneur div.alaune h3 span {font-size: 80%; font-weight: normal;}

div#conteneur div.edito {padding: 1.5em; border: 1px solid #CCCCCC; border-radius: 0.5em; margin: 1.5em 0;}
div#conteneur div.edito h2 {margin-top: 0px;}
div#conteneur div.edito h3 {font-size: 1.1em; color: #272e80; font-weight: bold;}
div#conteneur div.edito h3 span {font-size: 80%; font-weight: normal;}
div#conteneur div.bloc_edito div#coldroite {float: right; margin: 20px 0px 0 50px; width: 300px;}

div#conteneur div#result a:hover {color: #e46508;}
div#conteneur div#result h3 a {font-size: 1.3em; line-height: 1.5em; color: #272e80; font-weight: bold;}
div#conteneur div#result h3 a:hover {font-size: 1.3em; color: #e46508; text-decoration: underline;}
div#conteneur div#result h4 {color: #272e80; text-align: center;}
div#conteneur div#result h4 span {color: #e46508;}

div#livesearch {width : 95%;}
div#livesearch li {list-style-type : none; margin-left : 0; padding : 5px;}
div#livesearch li:hover {background-color : #EFF5F8; border-top : 1px solid #036; border-bottom : 1px solid #036;}
div#livesearch a:link, div#livesearch a:visited {text-decoration : none; color : #666;}
div#livesearch a:hover, div#livesearch a:active {text-decoration : none; color : #cf033c;}
div#livesearch a:link, div#livesearch a:visited {color: #272e80;}
div#livesearch a:hover, div#livesearch a:active {color: #e46508;}

img.img_accueil {float: left; margin: 0 20px 10px 0;}
div#conteneur div.bloc_accueil {display: flex; justify-content: space-between;}
div#conteneur div.bloc_accueil h2 {color: #272e80; margin-top: 0px;}

div#conteneur div.rub_accueil {padding: 2%; width: 27%;}
div#conteneur div.rub_accueil h2 {margin-bottom: 40px; display: block;}
div#conteneur div.rub_accueil h3 {font-size: 0.9em; margin-bottom: 2%; display: block;}
div#conteneur div.rub_accueil h3 span {font-weight: bold; color: #e46508;}
div#conteneur div.rub_accueil h3 a:link {text-decoration: none; font-size: inherit; color: #272e80;}
div#conteneur div.rub_accueil h3 a:hover {text-decoration: underline; color: #e46508;}

div#conteneur div.agenda {display: flex; justify-content: space-between; border: 1px solid #CCCCCC; border-radius: 0.5em; padding: 1.5em;}
div#conteneur div.agenda div.agenda_g {width: 250px; margin: auto; text-align: center; vertical-align: middle;}
div#conteneur div.agenda div.agenda_d {padding: 0 2%;}
div#conteneur div.agenda h3 {font-size: 1.1em; color: #272e80; font-weight: bold;}

div#conteneur div.annuaire { margin: 1.5em 0; border-bottom: 1px solid #272e80;}
div#conteneur div.annuaire h3 {font-size: 1.1em; line-height: 1.5em; color: #272e80; font-weight: bold;}
div#conteneur div.annuaire h3 span {font-weight: bold; color: #e46508;}
div#conteneur div.annuaire p span {color: #272e80;}

div#conteneur div.actu h3 span {font-weight: bold; color: #e46508;}
div#conteneur div.actu p {text-align: justify;}

div#conteneur div.veille h3 span {font-weight: bold; color: #e46508;}
div#conteneur div.veille p {text-align: justify;}

div#conteneur div.rencontres {display: flex; flex-wrap: wrap;}
div#conteneur div.rencontres img {border: 1px solid #000;}
div#conteneur div.rencontres figcaption {font-size: 0.8em;}

/* Pagination des articles */

#nav {text-align: center; width: auto; padding: 1%; font-weight: bold; color: #333; border: 1px solid #E15A00; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 20px;}
#nav a, #nav a span {display: inline; border-right: 1px solid #CCC; padding: 0 6px;}
#nav a {color: #EF3130; font-size: 90%;text-decoration: none}
#nav a:hover { text-decoration:underline}

/* fade slider */
#slideshow {margin: 50px auto; position: relative; width: 1000px; height: 250px; border: 1px solid #000;}
#slideshow > div {position: absolute; }

/* div#btn_newsletter {display: flex; align-items: center; justify-content: space-around; background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 39%, rgba(255,255,255,1) 95%); color: #FFFFFF; padding: 0.5em;} */

div#btn_newsletter {display: flex; align-items: center; justify-content: space-around; background-color: #272e80; color: #FFFFFF; padding: 0.5em 0.2em;}

div#newsletter {background-image: linear-gradient(#272e80, #a4a9ed); padding: 0 3%; display: flex; justify-content: space-between; margin-top: 0px;}
/*div#newsletter {background-color: #c8cbce; padding: 0px 3%; display: flex; justify-content: space-between;} */
div#newsletter h2, div#newsletter p {color: #FFF;}
div#newsletter h3 {color: #FFF; font-size: 1.2em; font-weight: 600;}
div#form_newsletter {width: 45%; margin: 0px 0px 0px 5%;}
form#newsletter fieldset {padding: 10px; border: none;}
form#newsletter input[type="text"], form#newsletter input[type="email"] {border: 1px solid #CCC; padding: 10px;	width: 95%; text-align: left; color: #272e80;}
form#newsletter input[type="submit"] {padding: 10px 10px; text-align: center; font-size: 0.9em; font-weight: bold; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; background-color: #272e80; color: #fff; border: 1px solid #272e80; margin: 20px auto;}
form#newsletter input[type="submit"]:hover {background-color: #e46508; color: #000; border: 1px solid #e46508; cursor: pointer;}
form#newsletter input[type="checkbox"] {color: #fff;}
form#newsletter label {font-size: 0.9em; color: #fff;}
form#newsletter label a {color: #272e80; text-decoration: underline;}
::placeholder {color: #272e80;}

.flex-container-contact {display: flex; flex-wrap: wrap; justify-content: center; background-color: #FCDBC2; padding: 3% 0 3% 0;}
.flex-container-contact > div {width: 43.99%; padding: 30px 10px;}
.container-1 {margin: 3% auto; text-align: justify; max-width: 1200px;}

form#contact {padding: 10px; border-radius: 2px; max-width: 95%; border: 1px solid #CCC;
box-shadow: 2px 2px 4px 4px rgba(102,98,98,0.63);
-webkit-box-shadow: 2px 2px 4px 4px rgba(102,98,98,0.63);
-moz-box-shadow: 2px 2px 4px 4px rgba(102,98,98,0.63);
}
form#contact fieldset {padding: 10px; border: none;}
form#contact legend {font-weight: bold;	display: block;	text-align: left; color: #333; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; width: 100%;}
form#contact legend span {float: right; font-size: 70%; font-weight: bold;}
form#contact legend span a {color: #000;}
form#contact label {font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.85em; margin-top: 10px;}
form#contact h2 {color: #BB1016; font-size: 1em;}
form#contact p {font-weight: bold;text-align: left}
form#contact select {font-weight: bold; width: 98%; padding: 10px; border: 1px solid #CCC; margin-top:10px;}
form#contact hr {clear: left; visibility: hidden; margin: 0px;}
form#contact input[type="text"], form#contact input[type="email"], form#contact textarea {border: 1px solid #CCC;	padding: 10px;	width: 95%;	text-align: left;}
label.label_recherche_avancee {font-weight: bold; width: 20%; margin: 0px; padding: 5px; display: block; float: left;}

/* Pied */
#pied {width: 100%; background-color: #473f44; text-align: center;}
#pied div {max-width: 1200px; margin: 0 auto; line-height: 1.5em;}
#pied div .bloc {width: 31%; padding: 10px; float: left; text-align: left;}
#pied div .bloc h3 {color: #fff; text-align: left; font-weight: bold;}
#pied div .bloc p {color: #e46508; font-weight: 600; text-align: left; text-indent: 10%;}
#pied div .bloc p a {color: #fff; text-decoration: none;}
#pied div .bloc p a:hover {color: #fff; text-decoration: underline;}
#pied div .bloc ul li {color: #fff; font-size:90%; text-align:left; list-style: none;}
#pied div .bloc ul li a {color: #fff; text-decoration: none; list-style: disc; line-height: 1.5em;}
#pied div .bloc ul li a:hover {color: #fff; text-decoration: underline;}

video#header-video-html5 {max-width: 60%;}
  
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

.ordi {display: none;}
.sm {display: block;}
div#conteneur h1.sm {margin: 0px 0 10px;}
div#conteneur div.bloc_edito div#coldroite {display: none;}
div#cookies {display: block; text-align: center;}

div#conteneur div#choix_zone {max-width: 250px; margin-left: 0px;}

figure img {max-width: 100%; border: 1px solid #000000;}
figure.edito, video.edito {float: none; margin: auto; text-align: center;}
iframe.video {width: 100%;}
.oModal_video:target > div {max-width: 80%;} 

video#header-video-html5 {max-width: 100%; max-height: 100%;}

h1 {font-size: 1.3em;}
div#header, div#header_2025 {display: block; padding: 2%; margin: 2%;}
div#header_2025 h1 {display: none;}
div#header_2025 h2 {font-size: 1.2em; margin: auto;}
div#header div#logo {width: 100%; text-align: center; margin-top: 3%;}
div#header div#logo img {max-width: 70%;}
div#header figure img {border: none;}

div#bandeau {display: none;}
div#conteneur {background: none; background-color: #FFF; text-align: left;}
div#conteneur div.actu, div#conteneur div.annuaire {background-color: #FFF; box-shadow: none; border: none;}
div#conteneur div.actu:hover, div#conteneur div.annuaire:hover {background-color: #FFF; box-shadow: none; border: none;}
div#conteneur div.edito {padding: 0 1%; border: none;}
div.actu p {display: none;}
div.veille p {display: none;}
div#conteneur div.actu h3 a {cursor: pointer;}
div#conteneur div.agenda {display: block; border: none; padding: 0;}
div#conteneur div.agenda div.agenda_d {padding: 0 2%; width: 100%;}
div#conteneur div.agenda div.agenda_g {width: 231px; min-height: 100px; margin: auto;}

div#conteneur div.alaune {text-align: left; margin-top: 30px; border: none;}
div#conteneur div.alaune h1 {font-size: 1.3em; line-height: 1.3em;}
div#conteneur div.alaune h2 {font-size: 1.2em; line-height: 1.3em;}
div#conteneur div.alaune h3 {font-size: 1em; line-height: 1.1em; font-weight: bold;}
div#conteneur div.alaune h3 span {font-size: 80%; font-weight: normal;}
img.img_accueil, img.vig {float: none; margin: 0 0px 0px 0;}

div#conteneur div.bloc_accueil {border: none; display: block; }
div#conteneur div.rub_accueil {padding: 0 1%; width: 99%; border: none; margin-bottom: 30px;}
div#conteneur div.rub_accueil h3 {font-size: 0.9em; }
div#conteneur div.veille {border: none;}

div#conteneur div.rencontres {display: block;}

div#btn_newsletter {display: block; background-color: #272e80; text-align: center; padding: 0.5em 0.5em;}
div#btn_newsletter span {display: block; margin-bottom: .5em; font-size: 0.8em;}

div#newsletter {display: block;}
div#annonce_newsletter, div#form_newsletter {width: 100%;}
div#form_newsletter {margin: 0 5%;}
form#newsletter input {border-radius: 0px; background-color: #FFF;}
form#newsletter input[type="text"], form#newsletter input[type="email"] {width: 80%;}

.oModal > div {max-width: 90%;}
#slideshow {margin: 0px auto; position: relative; width: 100%; max-height: 80px; padding: 0px;}

.container-1 {max-width: 90%;}

form#contact {border: none; box-shadow: none;}
form#contact button[type="submit"] {margin: 0 auto 0 auto;}
.flex-container-contact > div {width: 90%;}

#pied div {max-width: 100%;}
div#bloc_contact.bloc {display: none;}
#pied div .bloc {padding: 0; text-align: left; margin-left: 10px; width: 40%;}
}

@media print {
div#livesearch, div#livesearch_2020 {display : none;}
}

@media only screen and (max-width: 1024px) {
div#livesearch, div#livesearch_2020 {left : 33%; width : 335px;}
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
div#livesearch, div#livesearch_2020 {left : 40%; width : 345px;}
}

@media only screen and (min-width: 1281px) {
div#livesearch, div#livesearch_2020 {left : 43%; width : 345px;}
div#conteneur_header {max-width: 1400px;}
div#conteneur {padding: 0 0; max-width: 1200px;}
.oModal > div {max-width: 30%;}
div#header_2025 {padding-top: 3.5em;}
}
