/* réinitialisations de base, ne pas toucher */
* {
    margin: 0;
    padding: 0;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    page-break-inside:avoid;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

/* liens vers la typo */
@font-face {
    font-family: 'abeezee';
    src: url('../fonts/abeezee-italic-webfont.woff') format('woff');
    font-style: italic;
}
@font-face {
    font-family: 'abeezee';
    src: url('../fonts/abeezee-regular-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Baskervvol';
    src: url('../fonts/Baskervvol.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family: 'DINdong';
    src: url('../fonts/DINdong.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Movement';
    src:url('../fonts/MovementV.ttf');
	text-rendering:optimizeLegibility;
}
body {
    font-size: 24px;
    text-align: left;
    padding: 20px;
    background: #8d0cefff;
    font-family: "abeezee";
    color: white;
}
a, a:hover, a:visited {
    text-decoration: none;
    color: white;
}
p, iframe {
    margin-bottom: 10px;
}
h1, h2, h3, h4 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}
.change-language {
  position: fixed;
  right: 0;
  top: 47vh;
  padding: 10px;
  z-index: 10000000000;
}
.change-language ul li {
  list-style: none;
  top: 20vh;
}
.change-language ul li a {
  list-style: none;
  padding: 5px 15px;
  color: #8d0cefff;
  /* background-image: url("/user/themes/grav-love/img/dca-forme-horiz.svg"); */
  background-image: url("/user/themes/grav-love/img/dca-forme-4.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.change-language ul li:first-child {
    position: fixed;
    left: 10px;
}
.change-language ul li:nth-child(2) {
    position: fixed;
    right: 10px;
}
.EN-language, .FR-language, .artist-name, .close {
    cursor: pointer;
}
.fr, .FR-language, .francais {
    font-family: "Baskervvol";
}
.en, .EN-language, .english {
    font-family: "abeezee";
}
p strong, h2 strong {
    font-weight: bold;
}
p strong em, h2 strong em {
    font-family: "DINdong";
    font-weight: normal;
    font-size: 1.1em;
}
.en strong, .EN-language strong, .english strong,  h2 strong {
    font-family: "Baskervvol";
    font-weight: normal;
}
.header h1 {
    position: fixed;
    bottom: 8px;
    margin-bottom: 0px;
    max-width: 400px;
    font-size: 24px;
    line-height: 25px;
    color: #8d0cefff;
}
.header h1.francais {
    left: 12px;
    max-width: 350px;
}
.header h1.anglais {
    right: 12px;
    text-align: right;
}
.logo h2 {
    text-align: center;
    font-size: 120px;
    line-height: 120px;
    font-style: italic;
    margin-top: 50px;
}
.logo-pages h2 {
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
    font-style: italic;
    width: 100%;
}
@keyframes Peso {
    0% {font-variation-settings: "wght" 200, "SPAC" 120;}
    30% {font-variation-settings: "wght" 900, "SPAC" 120;}
    60% {font-variation-settings: "wght" 900, "SPAC" 101;}
    100% {font-variation-settings: "wght" 200, "SPAC" 101;}
}
/* @keyframes spacing {
    0% {
        letter-spacing: 0px;
    }
    100% {
        letter-spacing: 15px;
    }
} */
.logo h2 strong, .logo-pages h2 strong {
    font-family: "DINdong";
    font-weight: normal;
    /* animation: spacing 8s alternate infinite; */
}
/* .logo h2 strong, .logo-pages h2 strong {
    font-family: "Movement";
    font-weight: normal;
    animation: Peso 30s alternate infinite;
} */
.dca {
    width: 200px;
    position: fixed;
    top: 50vh;
    left: 6%;
    text-align: center;
}
.dca h5 {
    font-size: 30px;
    background: none;
    color: white;
    margin-bottom: 0px;
    /* padding: 5px 35px;
    color: #8d0cefff;
    background-image: url("/user/themes/grav-love/img/forme-logo-dca.svg");
    background-size: cover; */
}
.menu-fr, .menu-en {
    position: fixed;
    font-size: 30px;
    line-height: 35px;
    z-index: 1000;
}
.menu-smartphones-en, .menu-smartphones-fr, .close-smartphones {
    display: none;
}
.menu-fr ul li, .menu-en ul li {
    list-style: none;
}
.menu-fr {
    left: 20px;
    top: 20px;
}
.menu-en {
    text-align: right;
    right: 20px;
    top: 20px;
}
.contents {
    max-width: 800px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 150px;
}
.contents h3 {
    font-size: 1.5em;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.contents h3 {
    font-size: 1.5em;
    margin-top: 40px;
    margin-bottom: 30px;
}
.contents h4 {
    font-size: 1.3em;
    margin-top: 40px;
    margin-bottom: 30px;
}
.contents a {
    border-bottom: 2px solid white;
}
.contents ul {
    margin-bottom: 20px;
}
.contents ul li {
    list-style: none;
}
.contents ol li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.contents ol li a {
    border: 0;
}
.contents ol li img {
    /* max-height: 70px;
    max-width: 140px; */
}
.forme-mouvante-1 {
    position: fixed;
    top: 300px;
    left: 35px;
    width: 120px;
    animation: forme-mouvement-1 20s alternate infinite;
}
@keyframes forme-mouvement-1 {
    0% {top: 300px; left: 35px;}
    50% {top: 320px; left: 50px;}
    100% {top: 300px; left: 35px;}
}
.about strong a {
    padding: 5px 10px;
    color: #8d0cefff;
    /* background-image: url("/user/themes/grav-love/img/dca-forme-horiz.svg"); */
    background-image: url("/user/themes/grav-love/img/forme-logo-dca.svg");
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
}
.about strong em a {
    font-family: "abeezee";
    font-style: normal;
    /* background-image: url("/user/themes/grav-love/img/dca-forme-horiz.svg"); */
    background-image: url("/user/themes/grav-love/img/dca-forme-12.svg");
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
}
.rendez-vous {
    /* max-width: 700px; */
}
h2 .date, h5 {
    font-size: 0.8em;
    font-weight: normal;
    /* border-radius: 30px;
    border: 2px solid white;
    margin-bottom: 20px;
    vertical-align: sub; */
    display: inline-block;
    padding: 5px 10px;
    color: #8d0cefff;
    background-image: url("/user/themes/grav-love/img/dca-forme-horiz.svg");
    background-size: cover;
}
h5 {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 20px;
}
h5 a {
    color: #8d0cefff !important;
    border-bottom: 0 !important;
}
.page-rendez-vous h4 {
    margin-top: 20px;
    border-bottom: 2px solid white;
    display: inline-block;
}
.page-rendez-vous h3 .date {
    display: none;
}
/*NEWSLETTER */
#mc_embed_signup {
    background: transparent;
}
#mc_embed_signup input {
    width: 50%;
    height: 40px;
    margin-left: 25%;
}
#mc_embed_signup .email {
    padding-left: 10px;
    font-family: "abeezee";
    font-size: 20px;
    color: #8d0cef;
}
#mc_embed_signup .button {
     font-family: "abeezee";
    font-size: 20px;
    color: #8d0cef;
}

/* RESPONSIVE */

/* ÉCRAN SEULEMENT */
@media screen {
    .print-only {
        display: none;
    }
}

/* ÉCRAN (VALEURS MINIMUM) */
@media screen and (min-width: 480px) {

}
/* ÉCRAN (VALEURS MAXIMUM) */
@media screen and (max-width: 600px) {
    .forme-home, .forme-gauche, .forme-droite, .forme-pages, .forme-en, .forme-fr {
        display: none;
    }
    .autre {
        display: none;
    }
    .change-language ul li {
      top: 15px;
    }
    .logo h2 {
        font-size: 80px;
        line-height: 80px;
    }
    .dca {
        width: 200px;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 200px;
    }
    .forme-en {
        bottom: -90px !important;
    }
    .forme-fr {
        bottom: -90px !important;
    }
    .header .francais {
        padding-right: 20px;
    }
    .header h1 {
        font-size: 20px;
        line-height: 20px;
        bottom: -1px;
        right: 0px;
        left: 0px;
    }
    .header h1.anglais {
        font-size: 18px;
        line-height: 18px;
    }
    .header h1.anglais, .header h1.francais {
        background-color: white;
        padding: 8px;
        bottom: 0px;
        right: 0px;
        left: 0px;
    }
    .header h1.francais {
        padding-right: 50px;
        padding-left: 10px;
    }
    .header h1.anglais {
        padding-right: 15px;
    }
    .menu-smartphones-fr {
        font-size: 38px;
        display: block;
        position: fixed;
        right: 15px;
        bottom: 5px;
        color: #8d0cefff;
        z-index: 100000;
    }
    .menu-smartphones-en {
        font-size: 38px;
        display: block;
        position: fixed;
        left: 15px;
        bottom: 5px;
        color: #8d0cefff;
        z-index: 100000;
    }
    .menus {
        display: none;
    }
    .show-menu {
        display: block;
        background: #8d0cefff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1000000;
    }
    .show-menu .menu-fr, .show-menu .menu-en {
        position: relative;
    }
    .show-menu .close-smartphones {
        display: block;
        margin-left: 20px;
        margin-top: 20px;
    }
    #mc_embed_signup input {
        width: 100%;
        margin-left: 0%;
    }
    #mc_embed_signup .email {
        width: 96%;
    }
}

/* IMPRESSION */

@media print {
}

@page {
    size: 210mm 297mm;
    margin: none;
}
