:root {
  --resumecolor: #ffd166;
  --menupadding: 8px 6px;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@media(min-width:1025px) {
  html {
    a { cursor: url("/cdn/etoile.cur"), auto; }

    background-image:url("/cdn/fond-pc.avif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-clip: border-box;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    scroll-behavior: smooth;
  }
}

@media(max-width:1024px) {
  html {
    a { cursor: url("/cdn/etoile.cur"), auto; }

    background-image:url("/cdn/fond-tel.avif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-clip: border-box;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    scroll-behavior: smooth;
  }
}

.logo img {
    border-radius: 10px;
    display: block;
    width: 96px;
    height: 96px;
    aspect-ratio: 1 / 1;
}

.headerbar {
    display: flex;
    position: sticky;
    position: -webkit-sticky;
    align-self: flex-start;
    top: 0;
    justify-content: space-between;
    margin: 10px 10px 5px 10px;
    padding: 10px;
    z-index: 1;
}

.titreprincipal {
    -webkit-font-smoothing: antialiased;
    line-height: 60.06px;
    margin-top: 0;
    margin-right: auto !important;
    margin-bottom: 0;
    margin-left: auto !important;
    padding-top: .5em;
    padding-bottom: .2em;
    text-align: center;
    animation: headerAnimate 600ms linear;
    color: #87cefb;
    margin-block-start: 0;
    margin-block-end: 0;
    font-style: normal;
    font-size: 5em;
    font-family: "Tangerine", "Parisienne", cursive;
}

.titreprincipal picture img {
    padding: 5px 0 5px 0;
    width: 43px;
    height: 30px;
}

:lang(ru) .titreprincipal {
    font-family: "Marck Script"}

.titreprincipal #choisir {
    font-size: .7em;
    text-align: center;
}

@media(max-width:1024px) {
    .titreprincipal #choisir {
    font-size: .4em;
    text-align: center;
}

}
.videoprincipal {
    border-radius: 20px;
    display: flex;
}

.videoprincipal video {
    max-width: 70%;
    height: auto;
    margin: auto;
    opacity: .85;
}

.videoprincipal video::-webkit-media-controls-panel {
    display: none !important;
}

.titresecondaire {
    -webkit-font-smoothing: antialiased;
    line-height: 60.06px;
    margin-top: 0;
    margin-right: auto !important;
    margin-bottom: 0;
    margin-left: auto !important;
    padding-top: .5em;
    padding-bottom: .5em;
    text-align: center;
    animation: headerAnimate 600ms linear;
    color: #87cefb;
    margin-block-start: 0;
    margin-block-end: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 3em;
    font-family: "Tangerine", cursive;
}

.titretroisieme {
    -webkit-font-smoothing: antialiased;
    line-height: 40px;
    margin-top: 0;
    margin-right: auto !important;
    margin-bottom: 0;
    margin-left: auto !important;
    padding-top: .2em;
    padding-bottom: .2em;
    text-align: center;
    animation: headerAnimate 600ms linear;
    color: #87cefb;
    margin-block-start: 0;
    margin-block-end: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 2.8em;
    font-family: "Tangerine", cursive;
}

.resume {
  border-left: 4px solid var(--resumecolor);
  border-right: 4px solid var(--resumecolor);
  border-radius: 10px;
  font-family: "open sans";
  font-size: 1.4em;
  background-color: rgba(1, 1, 1, 0.45);
  max-width: 80ch;
  width: 80%;
  height: 80%;
  text-align: start;
  font-style: italic;
  margin: auto;
  padding: 0.5em 1.2em;
  color: #87cefb;
  backdrop-filter: invert(15%);
}

.corps {
    font-family: "open sans";
    background-color: rgba(1, 1, 1, 0.45);
    max-width: 50em;
    width: 80%;
    height: 80%;
    text-align: start;
    margin: auto;
    padding: 2.5em;
    backdrop-filter: blur(8px);
}

.corps p {
    color: #a7dedb;
    font-size: 1.4em;
    line-height: 1.4;
}

.corps p hr {
    width: 30%}

.corps .note {
    color: red;
    font-size: 1.8em;
    font-weight: bold;
}

.corps ul li {
    color: #a7dedb;
    font-size: 1.6em;
    line-height: 1.4em;
}

.corps ul li table tr td {
    color: #a7dedb;
    font-size: .9em;
    line-height: 1.05em;
    border-style: none;
}

.corps .rouge {
    color: red;
    font-size: 1.6em;
    line-height: 1.4em;
}

.corps .vert {
    color: #0f0;
    font-size: 1.6em;
    line-height: 1.4em;
}

.corps .bleu {
    color: #00f;
    font-size: 1.6em;
    line-height: 1.4em;
}

.corps .centerlink {
    text-align: center;
    margin: 5px auto;
}

.corps a {
    color: #eee;
}

.corps img {
    display: block;
    margin: auto;
}

.corps .extrait {
    font-style: italic;
    width:80%;
    height:80%;
}

.corps .troiscolonnes {
    display: flex;
    justify-content: center;
}

.corps .troiscolonnes img {
    flex: 1;
    height: 300px;
    padding: 1em;
}

.corps .avantages {
    color: #2e2;
}

.corps .inconvenients {
    color: #e22;
}

.corps fieldset {
    border: darkgray;
    border-style: dashed;
    padding: 5px;
    padding-top: 20px;
    font-style: italic;
    text-align: center;
    border-radius: 5px;
}

.corps fieldset legend {
    color: azure;
    margin-bottom: -20px;
    font-style: italic;
}

.corps fieldset p {
    color: floralwhite;
    font-style: italic;
}

.corps table {
    margin: auto;
    margin-left: -42px;
    border-collapse: collapse;
}

.corps table th {
    text-align: center;
    color: #a7dedb;
    font-size: 1.3em;
}

.corps table tr {
    border-style: dotted none none none;
    border-color: #a7dedb;
}

.corps table td {
    padding: .2em;
    color: #a7dedb;
    font-size: 1.45em;
    border: 1px solid;
}

.corps figure {
    max-width: 80%;
    margin: auto;
}

.corps figure img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.corps figure figcaption {
    max-width: 100%;
    text-align: center;
    font-style: italic;
    color: #a7dedb;
    font-size: 1.45em;
}

.langages {
    display: none;
}

.videoexplication {
    width: 100%;
    text-align: justify;
    margin: auto;
}

.videoexplication iframe {
    display: block;
    border: 0;
    margin: auto;
    max-width: 100%;
    width: -webkit-fill-available;
}

.videoexplication figcaption {
    text-align: center;
    font-style: italic;
    color: #a7dedb;
    font-size: 1.6em;
}

.footer {
    margin-top: auto;
    text-align: center;
    padding: 15px 0 0 0;
    color: #a0a0cc;
    width: 100%;
    position: relative;
    bottom: 1%;
    border-style: dashed none none none;
    border-width: 2px;
}

.ecoindex {
    opacity: .65;
    text-align: right;
    margin-right: 35px;
}

.topnav {
    overflow: hidden;
    height: fit-content;
    background-color: #011f6a;
    float: right;
    border-radius: 10px;
    opacity: .8;
    /*padding-right: 40px;*/
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.active {
    background-color: #04aa6d;
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: 0;
    outline: 0;
    color: yellow;
    font-weight: bold;
    padding: 4px 6px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    cursor: inherit;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #011f6a;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: var(--menupadding);
    border-radius: 5px;
}

.dropdown-content a {
    float: none;
    color: yellow;
    padding: var(--menupadding);
    text-decoration: none;
    display: block;
    text-align: left;
    cursor: inherit;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
    cursor: inherit;
    border-radius: 10px;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width:600px) {
    .topnav a: not(:first-child), .dropdown .dropbtn {
    display: none;
}

.topnav a.icon {
    float: right;
    display: block;
}

}

@media screen and (max-width:600px)
{
  .topnav.responsive { position: relative; }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
 .topnav.responsive .dropdown { float: none; }
 .topnav.responsive .dropdown-content { position: relative; }
 .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
 }
}

.langbar {
  display: block;
  margin: 0 20px 5px 20px;
  padding: 0 0 10px 0;
  z-index: 1;
  a picture img {
    width: 43px;
    height: 43px;
  }
    
}

.langbar picture img {
    padding: 15px 0 5px 0;
    width: 28px;
    height: 30px;
}

.text {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
}

.svg-inline--fa {
    vertical-align: .27em;
}

