@charset "UTF-8";
button, hr, input {
  overflow: visible; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template{
  display: none; }
.hide{
  display: none !important;
}
* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  font-weight: 100;
  outline: 0; }

ul {
  list-style: none; }

/* FONTS */

@font-face {
  font-family: 'BoldOblique';
  src: url("../fonts/Owners-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bold';
  src: url("../fonts/Owners-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Medium';
  src: url("../fonts/Owners-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Police légère (300) */
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Police normale (400) */
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Police grasse (700) */
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Police extra-grasse (800) */
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/*@media (max-width:310px){
    body{
        display: none;
    }
}*/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative; }

body {
  font-family: 'Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-right: auto;
  margin-left: auto;
  color: #2b2b2b;
}

.fixedPosition {
  position: fixed;
  overflow: hidden;
  margin: 0 auto; }

main {
  display: block;
  background-color: rgb(245, 245, 245);
  color: #2b2b2b !important;
  min-height:90vh}

.content-ads {
  background-color: #f9f9f9;
  text-align: center;
  float: left;
  width: 100%; }


.nav_index{
  margin-top: 25px !important;
  margin-left: 20px;
}

.press h1 {
  margin-bottom: 20px; }

.press article {
  padding-top: 30px; }

/*==============================

*   Ordre du menu admin
*   (doit être dernier)

==============================*/
#page_layout:not(.rise_uni) {
  padding: 15px 10px;
  display: flex;
  flex-flow: column;
  width: 100%; }

@media (min-width: 38em) {
  #page_layout:not(.rise_uni) {
    padding: 30px 15px; } }

@media (min-width: 700px) {
  #page_layout:not(.rise_uni) {
    flex-flow: row; } }

@media (min-width: 60em) {
  #page_layout:not(.rise_uni) {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 88em) {
  #page_layout:not(.rise_uni) {
    max-width: 1200px; } }

/*==============================

*   Ordre du menu admin
*   (doit être dernier)

==============================*/
#err404_landing {
  width: 100%;
  height: auto;
  padding: 50px 25px 50px 25px; }
  #err404_landing .err404-mark {
    margin: 0 auto 30px;
    width: 80%;
    height: 200px;
    background-image: url(../img/404-2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  #err404_landing .err404-info {
    font-family: 'Medium', sans-serif; }
    #err404_landing .err404-info a {
      display: block;
      margin-top: 15px;
      color: #FF0078; }
  @media (min-width: 60em) {
    #err404_landing {
      max-width: 800px;
      margin: 0 auto; }
      #err404_landing .err404-mark {
        margin: 0 auto 30px;
        width: 80%;
        height: 400px; } }








.footer{
  background-color:#000054;
  padding: 10px 0;
  color: white;
}
.footer h3{
  font-family: "BoldOblique", sans-serif;
}
.footer a{
  color: white;
  text-transform: none;
}
.footer_logo{
  margin-left: -20px;
}
#footer_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.footer_follow ul{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.footer_follow ul li.footer-social a{
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px 10px 10px 0;
  padding: 8px;
  border: 2px solid white;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}


.footer_follow ul li.footer-text{
  padding:20px;
}

.footer_follow form{
  margin-top: 20px;
  width: 400px;
}
.footer_follow form input{
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  border: none;
  margin: 10px 0 5px 0;
  border-radius: 5px;
  font-size: 0.8em;
}
.footer_follow form input::placeholder{
  color: rgb(121, 165, 255);
}

.footer_follow form .mc-field-group{
  position: relative;
}
.footer_follow form input[type="submit"]{
  background-color: rgb(19, 19, 19);
  color: white;
  padding: 12px 10px 10px 10px;
  margin: 0;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}
.footer_follow form .response, .mce_inline_error{
  color: rgb(19, 19, 19);
}
.link_app li img{
  margin: 3px 0 0 0;
}
@media (min-width: 88em) {
  #footer_wrapper {
    padding: 35px 0;
    justify-content: space-between; }
}
@media (max-width: 751px) {
  #footer_wrapper, .footer_liens{
    justify-content: left;
  }
  .footer_liens{
    margin: 0 40px 20px -10px;
  }
}
@media (max-width: 500px) {
  #footer_wrapper{
    margin: 0;
  }
  .footer_follow, .footer_follow form{
    width: 100%;
  }
}







/* PRESSE */
.presse{
  display: flex;
  justify-content: space-between;
}
.presse h1, .presse_h1, .presse_liens h3, .presse_contact h2, .presse_logos h2{
  font-family: "BoldOblique", sans-serif;
}
.dossier{
  color:#000054;
  padding: 4px 15px 4px 15px;
  border-radius: 50px;
  line-height: 1.8;
  border:1px solid #000054;
}
.presse_contact{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 50px;
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
}
.presse_contact div{
  margin-top: 10px;
}
.presse_logos{
  margin-bottom: 30px;
}
.presse_liens{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.presse_header{
  background-color: #000054;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
}
.presse_header a{
  color: white;
  transition: all 0.5s ease-in-out;
  padding: 5px 0;
  margin: 10px;
}
.presse_header a.active{
  border-bottom: 2px solid white;
}
.presse_header a:hover{
  opacity: 0.5;
}
.presse_header #logo a{
    display: block;
    background: url(../img/lnradio_turquoise.png) no-repeat;
    background-size: contain;
    background-position:center;
    min-width: 140px;
    height: 80px;
    margin-left: -15px; }
.presse_header ul{
  display: flex;
  flex-wrap: nowrap;
}
.footer_presse ul{
  justify-content: center;
}
/* Galeries d'images */
.galerie_presse{
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  column-gap: 10px;
  margin: 25px 0 10px;
  text-align: center;
}

.galerie_presse img {
  padding:15% 10%;
}

.galerie_presse div a{
  color: #000054;
  padding: 6px 20px 4px;
  margin: -40px auto 10px auto;
  border-radius: 50px;
  border:1px solid #000054;
  display: block;
  width: 200px;
  cursor:pointer;
}

#single_page_layout {
  width:100%;
}

.galerie_images .landscape_pdf {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

.galerie_images .landscape_pdf .open-pdf-modal {
  overflow:hidden;
  position:relative;
  flex: 0 0 49%;
  aspect-ratio:16/9;
  background-position:center;
  background-size:cover;
  margin:1% 0;
  border-radius:10px;
  cursor:pointer;  
}

.galerie_images .landscape_pdf .open-pdf-modal .caption {
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#00fc99c0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding:0.5em;
  font-size:1.2em;
  opacity:0;
  border-radius:0px 5px 0 0;
  font-family: "BoldOblique", sans-serif;
    transition: all 0.2s ease-in-out;
}

.galerie_images .landscape_pdf .open-pdf-modal .caption:hover {
  opacity:1;  
}



.galerie_anim {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  cursor:pointer;
}

.galerie_anim .name{
  position: absolute;
  bottom:0;
  left:0;
  background-color:#000054;
  display: flex;
  align-items: bottom;
  justify-content: left;
  color: white;
  padding:0.5em;
  font-size:1.2em;
  border-radius:0px 5px 0 0;
  font-family: "BoldOblique", sans-serif;
  
}

.galerie_anim .caption {
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  background-color: #00ff9ac0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding:0.5em;
  font-size:1.2em;
  opacity:0;
  border-radius:0px 5px 0 0;
  font-family: "BoldOblique", sans-serif;
    transition: all 0.2s ease-in-out;
  
}

.galerie_anim .caption:hover {
  opacity:1;  
}

.galerie_anim .img {
  flex: 0 0 32%;
  margin-bottom:2%;
  position:relative;
  aspect-ratio:15/10;
  background-size:cover;
  background-position:top;
  border-radius:10px;
  overflow:hidden;
    
}

@media (max-width: 57em) {
 .galerie_anim .img {
  flex: 0 0 100%;
  margin-bottom:5%;
    
}
  
  .presse_contact{
    flex-wrap: wrap;
  }
  .presse_contact li, .presse_contact img{
    width: 50%;
  }
  
  .galerie_images .landscape_pdf .open-pdf-modal {
    flex: 0 0 100%;
    margin:2% 0;
  }

}
@media (max-width: 38em) {
  .galerie_images .portrait, .galerie_images .landscape{
    grid-template-columns: 1fr 1fr;
  }
  .presse_liens{
    flex-wrap: wrap;
  }
  .presse_contact li, .presse_liens li{
    width: 100%;
    text-align: center;
  }
  .presse_liens li:nth-child(2){
    margin: 40px 0;
  }
}

@media (max-width: 500px) {
  .galerie_images .portrait, .galerie_images .landscape{
    grid-template-columns: 1fr;
  }
  .presse_header{
    padding: 10px;
  }
  .presse_header ul{
    flex-wrap: wrap;
  }
  .galerie_presse{
    grid-template-columns: 1fr;
  }
}

.sig-gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sig-gallery-item {
  width: 300px;
}
.sig-gallery-item img {
  border: 1px solid #ccc;
  border-radius: 8px;
  display: block;
}
#sig-lightbox {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

#sig-lightbox-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  border-radius:10px;
}
.sig-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

#sig-download {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 20px;
  color: white;
  cursor: pointer;
  background-color:white;
  color:black;
  padding:5px 10px;
  border-radius:5px;
}


.pdf-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}
.pdf-modal-content {
  margin: 2% auto;
  padding: 40px;
  background: #fff;
  width: 95%;
  max-width: 1200px;
  height: 90vh;
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  border-radius:10px;
}
.pdf-modal-header {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
#download-pdf-button {
  font-size: 16px;
  background: #222;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  text-decoration: none;
}
#close-pdf-modal {
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.pdf-frame {
  width: 100%;
  height: 100%;
  border: none;
}
.pdf-image {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}