/*version 26022021*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #111111;
    color: #cccccc;
    background-image: url(bg.png);
    background-position: center top;
    background-repeat: repeat;
    text-align: center;
    min-width: 360px;
}

h1 {
    font-size: 1.5em;
    color: #ff8011;
}

h2 {
    font-size: 1.2em;
    font-weight: normal;
    color: #ccc;
    text-align: center;
    padding: 8px 0;
}

a {
    color: #888;
    text-decoration: none;
}

a:hover {
    color: #35BDF5;
}

/*---------------Bandeau-------------------------*/
#bandeau {
    height: 75px;
    background-color: #34546c;
    background-image: url(bandeau2020.png);
    background-position: center top;
    background-repeat: no-repeat;
}

@media (max-width: 1008px) {
    #bandeau {
        background-position: left top;
    }
}

/*------------  first-nav   -------------------*/
#first-nav {
    padding: 0 40px;
    width: 100%;
    /*    box-sizing: border-box;*/
    height: 45px;
    position: relative;
    margin: auto;
    max-width: 960px;
    /*    min-width: 200px;*/
    text-align: center;
}

.logo {
    color: #f14e23;
    height: 45px;
    /*    width:125px;*/
    line-height: 40px;
    font-size: 1.25em;
    float: left;
    font-weight: bold;
    display: none;
}

.rappel {
    color: #f14e23;
/*    height: 45px;*/
    /*    width:200px;*/
    line-height: 1.15em;/*40px;*/
    font-size: 1.15em;
    font-weight: bold;
    float: none;
    display: none;
    margin: auto;
}

#first-nav {
    margin: auto auto -6px auto;
}

#first-nav nav {
    display: block;
    float: right;
    /*    margin: auto auto 10px auto;*/
}

#first-nav nav ul {
    margin: 0;
    padding: 0;
    display: flex;
}

#first-nav nav ul li {
    list-style: none;
    position: relative;
}

#first-nav nav ul li a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #cccccc;
    text-decoration: none;
    display: block;
}

#first-nav nav ul li a.current {
    background-color: #161616;
    border: 1px solid #000000;
    border-bottom: 0;
    color: #ff8011;
    font-weight: bold;
}

#first-nav nav ul li a:hover {
    color: #ff8011;
    font-weight: bold;
}

#first-nav nav ul li ul {
    position: absolute;
    background-color: #202020;
    display: none;
}

/*
#first-nav nav ul li ul li {
    display: block;
        width: 200px;
}
*/

#first-nav nav ul li.sub-menu p {
    padding: 2px 0px 2px 0px;
    font-size: 0.8em;
    line-height: 1.25em;
    display: block;
}

#first-nav nav ul li.sub-menu p.one {
    padding: 0.8em 0px 14px 0px;
}

#first-nav nav ul li.sub-menu:hover a {
    background-color: #202020;
}

#first-nav nav ul li.sub-menu:hover ul {
    display: block;
    z-index: 5;
}

/*------------  second-nav   -------------------*/
#second-nav {
    padding: 0 10px;
    width: 100%;
    position: relative;
    margin: 0 0 -3px 0;
}

#second-nav .logo {
    color: #f14e23;
    height: 45px;
    line-height: 40px;
    font-size: 1.5em;
    float: left;
    font-weight: bold;
}

#second-nav nav ul {
    margin: 0;
    padding: 0 0 0 15px;
    display: flex;
}

#second-nav nav ul li {
    padding: 5px 20px 5px 20px;
    font-size: 0.8em;
    line-height: 1.25em;
    text-align: center;
    display: block;
    list-style: none;
    position: relative;
}

#second-nav nav ul li.sub-current {
    background-color: #181818;
    border: 1px solid #000000;
    border-bottom: 0;
}

#second-nav nav ul li.sub-current a {
    color: #ff8011;
    font-weight: bold;
}

#second-nav nav ul li a {
    color: #cccccc;
    text-decoration: none;
}

#second-nav nav ul li a p.one {
    padding: 0.5em 0px 0px 0px;
}

#second-nav nav ul li a:hover {
    color: #ff8011;
    font-weight: bold;
}

/*---------------------------------------*/
.menu-toggle {
    margin: 5px;
    color: brown;
    float: right;
    line-height: 40px;
    font-size: 24px;
    cursor: pointer;
    display: none;
}

.menu-toggle div {
    width: 25px;
    height: 3px;
    background-color: #cccccc;
    margin: 5px;
    transition: all 0.2s ease;
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    opacity: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

/*-----------Contener------------------*/
#container {
    margin: auto;
    background: #161616;
    border: 1px solid #000000;
    max-width: 1260px;
    padding: 5px 0 0 8px;
    font-size: 0.9em;
}

#container2 {
    margin: auto;
    background: #161616;
    border: 1px solid #000000;
    max-width: 1420px;
    padding: 5px 0 0 0;
    font-size: 0.9em;
}

#container3 {
    margin: auto;
    /*    background: #161616;*/
    border: 1px solid #000000;
    max-width: 1420px;
    padding: 5px 0 0 0;
    font-size: 0.9em;
    background-image: url(bg.png);
    background-position: center top;
    background-repeat: repeat;
}

.presentation {
    display: grid;
    width: 100%;
    grid-template-columns: 120px 24% auto;
    padding: 10px;
    align-content: center;
}

.top a {
    text-decoration: none;
    color: #F14e23;
    font-size: 1.6em;
}

.sub {
    margin-top: 4px;
}

.sub a {
    text-decoration: none;
    color: #ff8011;
    font-size: 1.2em;
    padding: 0.2em 0;

    /*    padding-bottom: 8px;*/
}

.subtxt {
    padding: 0.4em 0;
    padding-left: 10px;
}

.toptxt {
    grid-column: 2/span 2;
    padding: 0.5em 0;
}

.presentation2 {
    display: grid;
    grid-template-columns: 150px auto;
    padding: 10px;
}

.top2 a {
    text-decoration: none;
    color: #F14e23;
    font-size: 1.3em;
}

.sub2 {
    margin-top: 6px;
}

.sub2 a {
    text-decoration: none;
    color: #ff8011;
    font-size: 1em;
    padding: 0.2em 0;
    padding-bottom: 8px;
}

.subtxt2 {
    padding: 0.4em 0;
    padding-left: 10px;
    font-size: 1em;
}


/*------------Sub-contener--------------*/
#sub-container {
    margin: 2px auto 0 auto;
    background: #181818;
    border-top: 1px solid #000000;
    max-width: 1260px;
    padding: 5px;
    text-align: center;
}

#sub-container2 {
    margin: 2px auto 0 auto;
    background: #111111;
    border-top: 1px solid #000000;
    max-width: 1260px;
    padding: 5px;
    text-align: left;
    background-image: url(bg.png);
    background-position: center top;
    background-repeat: repeat;
}

/*----------iframe container vidéos---------*/
.iframe-place {
    max-width: 720px;
    margin: auto;
}

.iframe-subcontainer {
    position: relative;
    margin: auto;
/*    max-width: 720px;*/
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-subcontainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*----------iframe container geogebra---------*/
.iframe-place2 {
    max-width: 960px;
    margin: auto;
}

.iframe-subcontainer2 {
    position: relative;
    margin: auto;
/*    max-width: 720px;*/
    width: 100%;
    padding-bottom: 65%;
    height: 0;
}

.iframe-subcontainer2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*----------iframe container carre---------*/
.iframe-place3 {
    max-height: 900px;
    margin: auto;
}

.iframe-subcontainer3 {
    position: relative;
    margin: auto;
/*    max-width: 720px;*/
    width: 100%;
    padding-bottom: 100%;
    height: 0;
}

.iframe-subcontainer3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---------ToolTip--------------------*/
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
      top: +20px;
  left: 50px;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
/*---------News-----------------------*/
.news_brief {
    display: flex;
}

.news_brief2 {
    display: none;
}



#news {
    width: 25%;
    height: 100%;
    min-width: 125px;
    color: #343434;
    background: #DCDCDC;
    border: 1px solid #000000;
    border-right: 0;
    border-top: 0;
    margin: -5px 0 -1px 5px;
    padding: 0px 5px 15px 5px;
    text-align: center;
}

#news h1 {
    color: #343434;
    font-size: 1.1em;
}

#news h1:after {}

#news h2 {
    color: #000000;
    font-size: 0.75em;
    font-weight: bold;
}

#news p {
    font-size: 0.85em;
}

#news a {
    color: #314159;
    text-decoration: none;
    font-size: 1em;
}

#news a:hover {
    color: #35bdf5;
    font-weight: bold;
}

#news img {
    max-width: 100%;
    padding: 5px;
}

#news img:hover {
    opacity: 0.85;
}
#clop {
    display: none;
}

@media (max-width: 768px) {
    #news {
        /*        position: relative;*/
        width: 100%;
        display: grid;
        grid-template-columns: auto 33% 33%;
        padding-bottom: 0;
        /*        width: 0%;*/
    }
    .closed {
        display: none;
    }
/*
    .open{
        display: block;
    }
*/
    #news0 {
        grid-column: 1/span 3;
        cursor: pointer;
        line-height: 1.4em;
    }
    #news0 div {
        display: inline-block;
    }
    #clop {
        display:inline-block;
        color: brown;
        font-weight: bold;
        font-size: 1.4em;
        width:20px;
    }

    #news hr {
        display: none;
    }

    #briefing {
        display: none;
    }

    #news1,
    #news2 {
        border-right: 1px solid #000;
    }

    #news img {
        max-width: 75%;
        padding: 2px;
    }



    /*
    .news_brief {
        display: none;
    }
*/
    .news_brief2 {
        display: grid;
    }
}

/*----------gallery----------------------------*/
.gallery {
    text-align: center;
    width;
    100%;
}

.gbox {
    display: inline-block;
    overflow: hidden;
    margin: 8px 8px;
    border: 1px solid #aaa;
    font-size: 0.8em;

}

.gbox img {
    margin: 0 0 -6px 0;
    cursor: pointer;
    max-height: 180px;
}

.gboxh:hover {
    opacity: 0.8;
}

@media (max-width: 325px) {
    .gbox img {
        max-width: 100%;
    }
}

/*-----------modal--------------------*/
.modal {
    display: none;
    z-index: 1;
    font-size: 1.5em;
    background-color: rgba(0, 0, 0, 0.975);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100px;
    height: 100%;
    max-height: 100%;
    padding: 40px 0 0 0;
    overflow: hidden;
}

.modal a {
    text-decoration: none;
}

.modal-content {
    width: 90%;
    height: 100%;
    margin: auto;
    text-align: center;
}

.modal-content img {
    display: block;
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
    margin: auto;
}

#modaldesc {
    position: relative;
    margin: -37px auto 0 auto;
    height: 37px;
    background: rgba(0, 0, 0, 0.7);
    color: #7d7d7d;
    font-size: 18px;
    text-align: center;
}

.mark {
    color: #555;
    font-size: 0.5em;
    position: absolute;
    left: 5px;
    top: 5px;
}

.lbclose {
    color: white;
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 36px;
    font-weight: bold;
}

.lbclose:hover,
.lbclose:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.lbprevious,
.lbnext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: 00px;
    background-color: rgba(5, 5, 5, 0.8);
    color: white;
    font-weight: bold;
    font-size: 36px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.lbprevious {
    left: 0;
    border-radius: 0 5px 5px 0;
    width: 10%;
    text-align: right;
}

.lbnext {
    right: 0;
    border-radius: 5px 0 0 5px;
    width: 10%;
    text-align: left;
}

.lbprevious:hover,
.lbnext:hover {
    background-color: rgba(10, 10, 10, 0.8);
}

/*---------fboxes---------------------*/
.fbox {
    display: inline-block;
    max-width: 210px;
    overflow: hidden;
    color: #cccccc;
    /* font-size: 150%; */
    /*height: 235px;*/
    margin: 8px;
    border: 3px solid #999999;
    text-align: center;
    padding: 2px;
}

.fbox a {
    text-decoration: none;
}

.fbox img {
    margin: auto;
    max-width: 200px;
}

.gimg {
    cursor: pointer;
}

.fbox:hover {
    border-color: #ff8011;
}

.desc {
    color: #cccccc;
    padding: 0 3px 5px 3px;
    font-size: 1em;
}

.fboxes {
    min-height: 45px;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

/*---------contact --------------------*/
.form {
    display: inline-block;
    /*    width:250px;*/
    margin: 0 auto;
}

.contact {
    text-align: center;
}

/*--------nextprev------------------------*/
.navbar {
    text-align: center;
    max-width: 360px;
    margin: auto;
}
.here a,.here2 a {
    color: #ff8011;
}
.here {
    background-color: #101010;
    color: #ff8011;
    font-size: 1.2em;
    line-height: 40px;
    padding: 2px 0;
}

.here2 {
    background-color: #101010;
    color: #ff8011;
    font-size: 1.2em;
    line-height: 20px;
    padding: 2px 0;
}

#nextprev {
    display: grid;
    grid-template-columns: 40px 280px 40px;
}

#nextprev .prev,
.next,
.prev0,
.next0 {
    font-size: 2em;
    background-color: #101010;
    color: #999;
    height: 100%;
    line-height: 44px;
}


#nextprev .prev0,
.next0 {

    color: #181818;
}

#nextprev .prev,
.prev0 {
    border-radius: 8px 0 0 8px;
}

#nextprev .next,
.next0 {
    border-radius: 0 8px 8px 0;
}


#nextprev .prev:hover,
.next:hover {
    color: #fff;
    background-color: #222;
}

/*---------------------------------------*/

.geo {
    text-align: center;
    display: block;
    margin: auto;
    /*  width: 800px;*/
    /*height:540px;*/
}

.geo img {
        max-width: 720px;
      width: 100%;
  height: auto;

}
.geo .icon {
    width:40px;
}
table {
    text-align: center;
    margin: auto;
}

.enonce {
    text-align: left;
}

.num {
    font-size: 1.3em;
    font-weight: bold;
    color: #ffffff;
}

.corr {
    font-size: 1.3em;
}

/*------------js----------------------*/
.fromjs {
    display: inline-block;
    margin: auto;
    /*    border: 3px solid #0000ff;*/
    /*    background-color: darkolivegreen;*/
    /*    min-height: 200px;*/
    padding: 4px 0px 0px 0px;
    vertical-align: top;
}

.exo {
    max-width: 360px;
    display: inline-block;
    /*    border: 3px solid #ff0000;*/
    margin: auto;
    /*    background-color: beige;*/
    /*    min-height: 100px;*/
    text-align: left;
    vertical-align: top;
    font-size: 0.9em;
    padding: 4px 0px 0px 8px;
}

.fromjs_alg {
    display: grid;
    grid-template-columns: 224px auto;
}

.grid-elt {}

.grille2 {
    display: grid;
    grid-template-columns: auto auto;
}

.grille1 {
    display: grid;
    grid-template-columns: auto;
}

.grid-elt2 {
    text-align: center;
    background-color: #ffffff;
    color: black;

    font-size: 1.2em;
}

/*----------------------------------*/
#p5box {
    min-width: 200px;
    min-height: 200px;
    padding: 2px;
    margin: auto;
    display: inline-block;
}
#affvid {
    min-width: 200px;
    min-height: 200px;
    padding: 2px;
    margin: auto;
    display: inline-block;
}
/*-----------Gui----------------------*/
.gui {
    width: 220px;
    display: inline-block;
    background: #0f0f0f;
    /*#333333;#0b0b0b;*/
    border-radius: 10px 10px 10px 10px;
    border: 3px solid #000000;
    font-size: 1em;
    vertical-align: top;
    text-align: center;
}
.title {
    font-size: 1.2em;
    /*    font-size: 1.5em;*/
    /*    color: #ff8011;*/
    /*    font-weight:bold;*/
}

.title2 {
    font-size: 1.5em;
    color: #ff8011;
    font-weight: bold;
}

.gui hr {
    border-color: #000000;
    margin: 3px auto;
}

.gui .check4 {
    display: grid;
    grid-template-columns: 18px 36px auto 75px;
    align-items: center;
    padding: 2px 3px 2px 4px;
    text-align: left;
}

.gui .check3 {
    display: grid;
    grid-template-columns: 18px 36px auto;
    align-items: center;
    padding: 2px 0 2px 4px;
    text-align: left;
}

.gui .check2 {
    display: grid;
    grid-template-columns: 36px auto;
    align-items: center;
    padding: 2px 0 2px 4px;
    text-align: left;
}

.gui .check2b {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    padding: 2px 0 2px 4px;
    text-align: center;
}
.gui .thisval {
    display: grid;
    grid-template-columns: auto 40%;
    align-items: center;
    padding: 2px 0 2px 4px;
    text-align: right;
}

.gui .keylab {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    padding: 2px 4px 2px 4px;
    text-align: center;
}

.gui .checktxt {
    font-size: 0.9em;
    line-height: 1em;
    text-align: left;

}

.gui .checkkey {
    font-weight: bold;
    color: #35BDF5;
    text-align: center;
}
/*-------------------------------------*/
#gui {
    width: 220px;
    display: inline-block;
    background: #0f0f0f;
    /*#333333;#0b0b0b;*/
    border-radius: 10px 10px 10px 10px;
    border: 3px solid #000000;
    font-size: 1em;
    vertical-align: top;
    text-align: center;
}

.title {
    font-size: 1.2em;
    /*    font-size: 1.5em;*/
    /*    color: #ff8011;*/
    /*    font-weight:bold;*/
}

.title2 {
    font-size: 1.5em;
    color: #ff8011;
    font-weight: bold;
}

#gui hr {
    border-color: #000000;
    margin: 3px auto;
}

#gui .check4 {
    display: grid;
    grid-template-columns: 18px 36px auto 75px;
    align-items: center;
    padding: 2px 3px 2px 4px;
    text-align: left;
}

#gui .check3 {
    display: grid;
    grid-template-columns: 18px 36px auto;
    align-items: center;
    padding: 2px 0 2px 4px;
    text-align: left;
}

#gui .check2 {
    display: grid;
    grid-template-columns: 36px auto;
    align-items: center;
    padding: 2px 0 2px 4px;
    text-align: left;
}

#gui .check2b {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    padding: 2px 0 2px 4px;
    text-align: center;
}

#gui .keylab {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    padding: 2px 4px 2px 4px;
    text-align: center;
}

#gui .checktxt {
    font-size: 0.9em;
    line-height: 1em;
    text-align: left;

}

#gui .checkkey {
    font-weight: bold;
    color: #35BDF5;
    text-align: center;
}

.help {
    text-align: left;
    font-size: 0.8em;
}


/*---------Buttons-----------*/
.buttons {
    padding: 2px 0px;
}

.dble_buttons {
    padding: 2px 0px;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    text-align: center;
}

.tple_buttons {
    padding: 2px 0px;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    text-align: center;
}

.centeron {
    border: none;
    background-color: #000;
    color: #FF8011;
    padding: 5px 12px;
    font-size: 1em;
    font-weight: bold;
    border-radius: 8px 8px 8px 8px;
    height: 28px;
}

.centeroff {
    border: none;
    background-color: #000;
    color: #1c1b1b;
    padding: 5px 12px;
    font-size: 1em;
    border-radius: 8px 8px 8px 8px;
    height: 28px;
}

.center {
    border: none;
    background-color: #000;
    color: #cccccc;
    padding: 5px 12px;
    font-size: 1em;
    border-radius: 8px 8px 8px 8px;
    height: 28px;
}

.right,
.left {
    min-width: 30px;
    border: none;
    background-color: #000;
    color: #cccccc;
    padding: 1px 8px 3px 8px;
    font-size: 1em;
}

.right {
    border-radius: 0px 8px 8px 0px;
    border-left: 1px solid #4e4e4e;
    height: 28px;
}

.left {
    border-radius: 8px 0 0px 8px;
    border-right: 1px solid #4e4e4e;
    height: 28px;
}

.right:hover,
.left:hover,
.center:hover {
    background-color: #4e4e4e;
    color: #cecece;
}

.rightoff,
.leftoff {
    /*	width: 50px;*/
    border: none;
    background-color: #000;
    color: #1c1b1b;
    padding: 1px 8px 3px 8px;
    height: 28px;
    font-size: 1em;
}

.rightoff {
    border-radius: 0px 8px 8px 0px;
    border-left: 1px solid #4e4e4e;
}

.leftoff {
    border-radius: 8px 0 0px 8px;
    border-right: 1px solid #4e4e4e;
}

/*-----------curseur--------------*/
.slide {
    display: grid;
    grid-template-columns: auto 30%;
    align-items: center;
    padding: 2px 6px 2px 6px;
    text-align: center;
}

.curs {
    grid-column: 1 / 3;
    padding: 8px 0 4px 0;
}

/*
#gui .check2 {
    display: grid;
    grid-template-columns: 36px auto;

    text-align: left;
}
*/
/*---------- affichage -----------*/
.affvalsel {
    vertical-align: middle;
    font-size: 1.15em;
    padding: 1px 0px;
    /*	color: #000;*/
    color: #ff0000;
    font-weight: bold;
    background-color: #f1f1f1;
    text-align: center;
    height: 28px;
    /*	width: 30%;*/
}

.affval {
    text-align: center;
    vertical-align: middle;
    font-size: 1.15em;
    padding: 1px 0px;
    color: #000;
    background-color: #f1f1f1;
    /*    height: auto;*/
    height: 28px;
}
.entval {
    width:80%;
    font-size: 1.2em;
    text-align: center;
    padding:2px ;
    
}
/*-------------------------------------*/
.addsubtxt {
    font-size: 0.8em;
}

.addsub {
    display: grid;
    grid-template-columns: auto 35px auto;
    align-items: center;
    padding: 3px 0;
}

.b_sub {
    text-align: right;
}

.b_add {
    text-align: left;
}

.prevnexttxt {
    font-size: 0.9em;
}

.key {
    font-weight: bold;
    color: #35BDF5;
}

/*-------------------------------------*/

.hide {
    display: none;
}

.show {}

.st1 {
    display: block;
    margin: 3px auto 0px auto;
    width: 80%;
    border: 1px solid #000000;
}

.exp {
    background-color: white;
    color: black;
    text-align: left;
    /*             font-size: 125%;*/
}

.bc {
    font-size: 0.8em;
    text-align: center;
}

.txton {
    color: #FF8011;
}

/*-----------Footer-------------------*/
footer {
    padding-top: 5px;
    text-align: center;
    color: #555;
}

footer p {
    margin: auto;
}

footer a,
footer a:hover {
    color: #555;
    text-decoration: none;
}

footer a:hover {
    color: #35BDF5;
    text-decoration: none;
}

/*----------------- RoS et MopsBelt ---------------*/
#gui .rouge {
    display: grid;
    grid-template-columns: 70% auto;
    align-items: center;
    padding: 3px 0 3px 4px;
    text-align: left;
    color: #FF8011;
    font-size: 1.2em;
}

.dropzone {
    margin: 5px auto;
    /*	padding: 20px 5px;*/
    vertical-align: middle;
    border-style: dashed;
    border-color: antiquewhite;
    /*	font-size: 200%;*/
    width: 185px;
    height: auto;
    border-radius: 15px;
    background-color: #0b0b0b;
}

.dropzone p {
    font-size: 1em;
    margin: 5px 5px;
}

#warning {
    font-size: 0.6em;
    color: #ff5a11;
    /*#FF8011;*/
}

/*--------------RoS Galerie-------------------*/
.RoS_gbox {
    display: inline-block;
    overflow: hidden;
    margin: 3px 3px;
    border: 3px solid #000;
    font-size: 1em;

}

.RoS_gbox img {
    margin: 0 0 -6px 0;
    padding: 4px;
    cursor: pointer;
    max-height: 210px;
}

.RoS_gimg {
    cursor: pointer;
}

.RoS_gboxh:hover {
    opacity: 0.8;
}

@media (max-width: 325px) {
    .RoS_gbox img {
        max-width: 100%;
    }
}

/*
.RoSG_fbox {
		display: inline-block;
		max-width: 200px;
		overflow: hidden;
		margin: 3px;
		border: 3px solid #000;
		text-align: center;
}
.RoSG_fbox img {
	border:none;
    margin: auto;
    
}
*/
/* Style the Image Used to Trigger the Modal */
/*
.mandala {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
	border: none;
}

.mandala:hover {opacity: 0.2;}
*/
/*==========================================================================*/
/*===========================================*/
@media (max-width: 768px) {
    #bandeau {
        display: none;
    }

    #nextprev {
        /*        width: 100%;*/
    }
    #container {
        padding: 0;
    }
    #first-nav {
        width: auto;
        height: 50px;
        display: grid;
        grid-template-columns:120px auto 50px;
        padding: 0 0 3px 0;
        
    }
    #first-nav .rappel {
        display: block;
/*        min-width: 300px;*/
        margin: auto ;
/*        font-size: 1.1em;*/
        line-height: 1em;
    }    
    
    #first-nav .logo {
        display: block;
    }    
    /*
    #first-nav {
        min-width: 360px;
    }
*/
/*


    #first-nav .rappel {
        display: inline-block;
        width: 200px;
        margin: auto;
    }

    #first-nav {
        padding: 0px 0px;
    }
*/

    #first-nav nav {
        /*        display: none;*/
        position: absolute;
        z-index: +3;
        width: 50%;
        min-width: 142px;
        height: 100vh;
        background: #161616;
        top: 44px;
        border: 1px solid #000000;
        left: -100%;
        transition: 0.3s;
    }

    #first-nav nav.active {
        left: 0;
    }

    #first-nav nav ul li.sub-menu ul {
        position: absolute;
        /*        width: 100%;*/
        left: 100%;
        top: -1px;
        border: 1px solid #000000;
        border-left: 0;
        display: none;
    }

    #first-nav nav ul li.sub-menu2:hover a {
        background-color: #202020;

    }

    #first-nav nav ul li.sub-menu2 ul {
        position: absolute;
        left: 100%;
        display: none;
        top: -1px;
        border: 1px solid #000000;
        border-left: 0;
        z-index: 6;
    }

    #first-nav nav ul li.sub-menu2:hover ul {
        display: block;
    }

    #first-nav nav ul {
        display: block;
        text-align: center;
    }

    #first-nav nav ul li a.current {
        border: 0;
        background-color: #161616;
        color: #ff8011;
        font-weight: bold;
    }

    #first-nav nav.active {
        left: 0;
    }

    .menu-toggle {
        display: inline-block;
        width: 50px;
    }

    #second-nav {
        display: none;
    }

    #first-nav nav ul li.sub-menu2 p {
        padding: 2px 20px 2px 20px;
        font-size: 0.8em;
        line-height: 1.25em;
        text-align: center;
        display: block;
    }

    #first-nav nav ul li.sub-menu2 p.one {
        padding: 0.8em 0px 14px 0px;
    }
}

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