/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&family=Raleway:wght@400;600&display=swap");

*:focus {
    outline: none !important;
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background-color: #f4edda;
    text-align: center;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

sup.typo_exposants {
    vertical-align: text-top;
    font-size: 0.8em;
}

ul.spip li {
    list-style: disc;
}

.minipanier ul {
    margin: 0;
    padding: 0;
}

.minipanier ul li {
    list-style-type: none;
}

#top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    font-size: 50px;
    color: #C99115;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: none;
    cursor: pointer;
    z-index: 1000;
}

#top:hover {
    color: #000;
}

hr {
    border: 0;
    color: #C99115;
    border-color: #C99115;
    height: 2px;
    margin: 10px 0;
    padding: 0;
}

/* cache-cache ************************/

nav .lang-resp, .animation-resp, h1.resp-h1, .menu-resp, footer .base-resp, .resp-schema {
    display: none;
    visibility: hidden;
    opacity: 0;
}

/* généralités terminées *************/

header {
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 60px;
    background-color: #C7D530;
    text-align: left;
    z-index: 500;
    animation-delay: .5s;
    animation-duration: 1s;
}

header h1 {
    height: 60px;
    line-height: 60px;
    font-family: 'Barlow Condensed';
    font-size: 1.2vw;
    font-weight: 400;
    padding: 0 0 0 264px;
    color: #434810;
    margin: 0 !important;
    animation-delay: .6s;
    animation-duration: 1.5s;
}

header h1 .letters strong {
    font-weight: 600;
    font-family: 'Raleway';
    color: #000;
}

.ml12 {
    position: relative;
}

/*.ml12 .text-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}*/
.ml12 .letter {
    display: inline-block;
}

.logo {
    position: fixed;
    top: 0;
    left: 40px;
    background-color: #fff;
    padding: 14px 15px 15px;
    width: 160px;
    border-radius: 0 0 1em 4em;
    z-index: 510;
    animation-delay: 1s;
    animation-duration: 1s;
}

nav {
    position: fixed;
    top: 60px;
    left: 0px;
    /*padding: 0 20px 0 260px;*/
    display: block;
    background-color: #f4edda;
    width: 100%;
    height: 50px;
    font: 500 1.3vw 'Raleway';
    color: #8A902B;
    border-radius: 0 0 .3em;
    animation-delay: 2s;
    animation-duration: 1.5s;
    z-index: 508;
}
nav .menu-items {
    position: absolute;
    top: 0;
    left: 260px;
}
nav .items {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

nav .items a {
    color: #434810;
    margin: 0 4px;
    transition: .3s ease;
}

nav .items a:hover,
nav .items a.on {
    color: #000;
}

nav .lang {
    position: absolute;
    top: 0;
    right: 40px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 400;
}
nav .lang a.off, nav .lang-resp a.off {
    color: #67702B;
    transition: .25s ease;
}
nav .lang a:hover, nav .lang a.on, nav .lang-resp a:hover, nav .lang-resp a.on {
    color: #000;
}

main {
    position: absolute;
    top: 110px;
    display: block;
    width: 100%;
}

.animation {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    z-index: 200;
}

.animation .bando {
    grid-area: 1 / 1 / 2 / 4;
    animation-delay: 2s;
    animation-duration: 1.5s;
}

.animation .plus {
    grid-area: 1 / 4 / 2 / 6;
    text-align: left;
    background-color: #67702B;
    padding: 20px 40px 0 30px;
    color: #fff;
    font-size: 1.1vw;
    animation-delay: 2s;
    animation-duration: 1.25s;
}

.animation .plus h2, .animation .plus-2 h2 {
    font: 600 2.5vw 'Raleway';
    color: #C7D530;
    margin: 0 !important;
}

.animation .plus h2 strong {
    font-weight: 600;
    font-size: 4vw;
    vertical-align: middle;
}

.animation .plus h2 small {
    font-size: 1.4vw;
    font-weight: 400;
}

.animation .plus ul.spip li {
    margin-top: .5em;
    line-height: 1.35;
}

/* actus *****************/
.actus {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    margin: 0 !important;
    z-index: 499;
    animation-delay: 3s;
    animation-duration: 1.5s;
}

.actus .cycle-slideshow {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
}

.actus .cycle-slideshow img {
    width: 100%;
    height: auto;
}

.cycle-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-size: 3em;
    opacity: .8;
    color: #000;
    cursor: pointer;
    z-index: 500;
    transition: .25s ease;
}

.cycle-next {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 3em;
    opacity: .8;
    color: #000;
    cursor: pointer;
    z-index: 500;
    transition: .25s ease;
}

.cycle-prev:hover,
.cycle-next:hover {
    opacity: 1;
}

.cycle-slide,
.cycle-slide-active,
.cycle-sentinel {
    width: 100% !important;
}

.anim {
    background-color: #fff;
    color: #000;
    padding: 30px 0;
    transition: .3s ease;
}

.anim:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.logo-actu {
    float: left;
    width: 30%;
    padding-right: 5%;
}

.contenu {
    float: left;
    width: 55%;
    padding: 20px 3% 0 7%;
    font: 400 1.1vw 'Raleway';
    color: #000;
    text-align: justify;
}

.contenu h4 {
    font: 600 1.8vw 'Raleway';
    color: #434810;
    text-align: left;
    margin: 0 0 .5em;
    transition: .3s ease;
}

.contenu p {
    margin: 0 !important;
}

#progress {
    position: absolute;
    bottom: 0;
    height: 6px;
    width: 0px;
    background-color: #C99115;
    z-index: 1000;
    transition: .25s ease;
}

.cycle-slideshow:hover #progress {
    background-color: #8A902B;
}

/* fin actus ************************************/

.menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: justify;
    line-height: 1.3;
    margin: 26px 0 40px;
    animation-delay: 3s;
    animation-duration: 2s;
}

.menu .item-7 {
    background-color: #8A902B;
    padding: 30px 60px 0 60px;
    color: #fff;
    height: 100%;
    transition: .4s ease-in-out;
}

.menu .item-8 {
    background-color: #67702B;
    padding: 30px 60px 0 60px;
    color: #fff;
    height: 100%;
    transition: .4s ease-in-out;
}

.menu .item-9 {
    background-color: #434810;
    padding: 30px 60px 0 60px;
    color: #fff;
    height: 100%;
    transition: .4s ease-in-out;
}

.menu h4 {
    font: 500 2vw 'Raleway';
    margin: 0 0 10px;
    text-align: center;
}

.menu .item-7:hover,
.menu .item-8:hover,
.menu .item-9:hover {
    background-color: #C99115;
}

.menu p.suite {
    margin: 10px 0 0 0 !important;
    text-align: right;
    font-size: 3vw;
    line-height: 1;
}

footer {
    display: block;
    padding: 30px 0;
    text-align: center;
}

footer .base {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

footer .base .rappel {
    grid-area: 1 / 1 / 2 / 2;
    border-right: 2px dotted #8A902B;
}

footer .base .rappel a {
    color: #67702B;
    transition: .25s ease;
}

footer .base .rappel a:hover,
footer .base .rappel a.on {
    color: #000;
}

footer .base .central {
    grid-area: 1 / 2 / 2 / 4;
    font: 400 14px Arial, Helvetica;
    color: #000;
    border-right: 2px dotted #8A902B;
    line-height: 1.3;
}

footer .base .central h5 {
    font: 600 1.2vw 'Raleway';
    margin: 0 0 10px;
}

footer .base .central a {
    color: #8A902B;
    transition: .25s ease;
}

footer .base .central a:hover {
    color: #000;
}

footer .base .central i {
    font-family: Verdana, Tahoma;
    font-size: 11px;
    font-style: normal;
}

footer .base .central i small {
    letter-spacing: 1px;
    font-size: 11px;
}

footer .base .sign {
    grid-area: 1 / 4 / 2 / 5;
}
footer .base .sign img {
    width: 70%;
}

footer .base .rappel p {
    margin: 4px 0;
    font: 500 1.1vw 'Raleway';
}

footer .base .rappel .separe {
    width: 150px;
    display: block;
    margin: 10px auto;
    height: 1px;
    background-color: #C99115;
}


/************ intérieur *******************************************/

.int {
    display: inline-block;
    width: 100%;
    text-align: justify;
    font: 400 1vw 'Raleway';
}

.int .item-1 {
    position: relative;
    z-index: 200;
    background-color: #8A902B;
    padding: 30px 60px;
    color: #fff;
    margin: 30px 0 0;
    animation-duration: 1.5s;
}

.int .item-2 {
    background-color: #67702B;
    padding: 30px 60px;
    color: #fff;
    margin: 30px 0 0;
    animation-duration: 1.5s;
}

.int .item-3 {
    background-color: #434810;
    padding: 30px 60px;
    color: #fff;
    margin: 30px 0 0;
    animation-duration: 1.5s;
}
.int .item-1 a, .int .item-2 a, .int .item-3 a {
    color: #F4EDDA;
    border-bottom: 1px solid #F4EDDA;
    transition: .25s ease;
}
.int .item-1 a:hover, .int .item-2 a:hover, .int .item-3 a:hover {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.int h3 {
    font: 600 1.8vw 'Raleway';
    color: #f4edda;
    text-align: left;
    margin: 0 0 .5em;
}

.int p {
    margin: 0 0 .5em;
}

.int p:last-of-type {
    margin-bottom: 0;
}

.int-actus {
    display: inline-block;
    background-color: #fff;
    width: 86%;
    padding: 40px 7%;
    font: 400 1.3vw 'Barlow Condensed';
}
.item-actu {
    background-color: #8A902B;
    padding: 15px;
    text-align: center;
    color: #fff;
    border-radius: .3em;
    transition: .3s ease-in-out;
}
.item-actu:hover {
    background-color: #434810;
}
.item-actu img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: .25em;
}

.plus-2 {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #67702B;
    padding: 40px 0 40px 260px;
    color: #fff;
    font-size: 1.1vw;
    animation-delay: 1s;
    animation-duration: 1.25s;
}
.plus-2 h2 a {
    color: #F4EDDA;
    transition: .25s ease;
}
.plus-2 h2 a:hover {
    color: #FFF;
}
.news {
    text-align: justify;
    color: #000;
    line-height: 1.3;
    font: 400 1.2vw 'Raleway';
}
.news h2 {
    text-align: left;
    margin: 0 !important;
    color: #67702B;
}
.news p {
    margin: 0 0 1em;
}
.news a {
	color: #67702B;
	transition: .25s ease;
}
.news a:hover {
	color: #000;
}

.complement {
    margin: 10px 0 0;
    background-color: #f4edda;
    padding: 20px 20px 0 0;
}
.complement1,
.complement2,
.complement3 {
    background-color: #f4edda;
    padding: 20px;
    text-align: center;
}

.complement1 {
    width: 42em;
    margin: -8em -6em -10em;
    animation-duration: 1.5s;
}

.complement2 {
    position: relative;
    width: 41em;
    height: 34em;
    padding: 30px 0 0;
    margin: 0 auto;
    animation-duration: 1.5s;
}
span.b-right {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 25%;
    font-size: 1em;
    text-align: right;
    margin-top: 15px !important;
}

.chapo-art {
    display: inline-block;
    width: 94%;
    padding: 10px 3%;
    background-color: #C99115;
    margin: 0 0 15px;
    font-size: 1.2em;
}

g text,
.objet6 li {
    cursor: default;
    /*font-weight: bold;*/
}

.objet6 a.cs_glossaire {
    cursor: default;
}

.objet6 a.cs_glossaire:hover {
    display: none;
}


/* SVG2 */

.objet1,
.objet2,
.objet3,
.objet4,
.objet5,
.objet6 {
    top: 6%;
    left: -27%;
    width: 60%;
    position: absolute;
    text-align: left;
    opacity: 0;
	transition: all .5s ease;
    cursor: default;
}

.centre {
    position: absolute;
    width: 16em;
    left: 14em;
    top: 11em;
}

.svg-1 {
    left: 17.5em;
    top: 3.5em;

}

.svg-2 {
    right: 5em;
    top: 9em;
}

.svg-3 {
    right: 5em;
    top: 20em;
}

.svg-4 {
    left: 17.5em;
    top: 25.5em;
}

.svg-5 {
    left: 8em;
    top: 20em;
}

.svg-6 {
    left: 8em;
    top: 9em;
}

.text-svg {
    font-weight: 500;
    font-family: 'Barlow Condensed';
    font-size: 105%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 100%;
    height: 100%;
	transition: all .5s ease;
    color: #000;
}

.text-svg:hover {
    cursor: default;
    color: #fff;
}

.centre .text-svg {
    color: #fff;
    font-weight: 500;
    font-size: 1.5em;
    padding: 0 5%;
    width: 90%;
}

.svg-1,
.svg-2,
.svg-3,
.svg-4,
.svg-5,
.svg-6 {
    position: absolute;
    width: 9em;
    opacity: 0.70;
	transition: all .5s ease;
}

.rotate {
    /* A utiliser pour la rotation des bulles mais: */
    /* crée des bugs lors du mouvement de la souris sur la bulle quand elle tourne encore */

    /* transform: rotateY(360deg); */

    opacity: 1;
    display: block;
}

.active {
    opacity: 1;
}

/* animation svg ************************/
g#CONTROLER {
    animation-delay: 5.5s;
    animation-duration: 1s;
}
g#SUIVRE {
    animation-delay: 5s;
    animation-duration: 1s;
}
g#PRECONISER {
    animation-delay: 4.5s;
    animation-duration: 1s;
}
g#COMPARER {
    animation-delay: 4s;
    animation-duration: 1s;
}
g#DETERMINER {
    animation-delay: 3.5s;
    animation-duration: 1s;
}
g#ANALYSER {
    animation-delay: 3s;
    animation-duration: 1s;
}
g#MESURER {
    animation-delay: 2.5s;
    animation-duration: 1s;
}
g#CARTOGRAPHIER {
    animation-delay: 2s;
    animation-duration: 1s;
}
g#Calque_1 {
    animation-delay: 1.5s;
    animation-duration: 1s;
}

/* glossaire ********/
a.cs_glossaire:hover span.gl_dt {
    background-color: #67702B;
    padding: 6px;
    border: none;
    border-radius: .25em .25em 0 0;
    color: #fff;
    text-align: left;
}


/* mon responsive est plus beau que le tien ***************/

@media (max-width: 960px) {
    
    header h1 {
        font-size: 1.55vw;
    }
    
    nav {
        font: 400 2vw 'Barlow Condensed';
    }
    nav .lang {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    nav .lang-resp {
        display: inline-block;
        visibility: visible;
        opacity: 1;
        position: absolute;
        top: 0;
        right: 40px;
        height: 50px;
        line-height: 50px;
        text-align: right;
        font-family: 'Barlow Condensed';
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 400;
    }
    
    .animation .plus {
        padding: 10px 30px 0 30px;
        font-size: 1.3vw;
    }

    .animation .plus h2, .animation .plus-2 h2 {
        font: 600 2.4vw 'Raleway';
    }

    .animation .plus h2 strong {
        font-size: 3.5vw;
    }
    .animation .plus ul {
        margin: .25em 0 0;
        padding: 0 !important;
    }
    .animation .plus ul.spip li {
        margin-top: .25em;
    }
    
    .menu .item-7, .menu .item-8, .menu .item-9 {
        padding: 30px 40px 0 40px;
    }
    
    footer .base .rappel p {
        font: 400 2vw 'Barlow Condensed';
    }
    
    .int {
        font: 400 1.2vw 'Raleway';
    }
    .int .item-1, .int .item-2, .int .item-3 {
        padding: 30px 40px;
    }
    
}

@media (max-width: 740px) {
    
    .logo {
        width: 120px;
    }
    
    header h1.ml12, .animation, .menu {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    header h1.resp-h1 {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    header h1 {
        line-height: 1.3;
        font-family: 'Barlow Condensed';
        font-size: 2vw;
        font-weight: 400;
        padding: 10px 0 0 204px;
    }
    header h1 strong {
        font-weight: 500;
        color: #000;
    }
    nav {
        font: 400 2.4vw 'Barlow Condensed';
    }
    nav .menu-items {
        left: 200px;
    }
    nav .lang-resp {
        right: 20px;
        font-size: 1.4em;
    }
    
    .animation-resp {
        visibility: visible;
        opacity: 1;
        position: relative;
        display: inline-block;
        z-index: 200;
    }

    .animation-resp .bando {
        animation-delay: 2s;
        animation-duration: 1.5s;
    }

    .animation-resp .plus {
        text-align: left;
        background-color: #67702B;
        padding: 20px 40px;
        color: #fff;
        font-size: 2vw;
        animation-delay: 2s;
        animation-duration: 1.25s;
    }

    .animation-resp .plus h2, .animation-resp .plus-2 h2 {
        font: 600 3vw 'Raleway';
        color: #C7D530;
        margin: 0 !important;
    }

    .animation-resp .plus h2 strong {
        font-weight: 600;
        font-size: 4vw;
        vertical-align: middle;
    }

    .animation-resp .plus h2 small {
        font-size: 1.6vw;
        font-weight: 400;
    }

    .animation-resp .plus ul.spip li {
        margin-top: .5em;
        line-height: 1.35;
    }
    .contenu {
        font: 400 1.5vw 'Raleway';
    }

    .contenu h4 {
        font: 600 2.2vw 'Raleway';
    }
    
    .menu-resp {
        visibility: visible;
        opacity: 1;
        display: inline-block;
        text-align: justify;
        line-height: 1.3;
        margin: 26px 0 40px;
        animation-delay: 3s;
        animation-duration: 2s;
    }
    .menu-resp .item-7 {
        background-color: #8A902B;
        padding: 20px 40px;
        color: #fff;
        height: 100%;
        transition: .4s ease-in-out;
    }

    .menu-resp .item-8 {
        background-color: #67702B;
        padding: 20px 40px;
        color: #fff;
        height: 100%;
        transition: .4s ease-in-out;
    }

    .menu-resp .item-9 {
        background-color: #434810;
        padding: 20px 40px;
        color: #fff;
        height: 100%;
        transition: .4s ease-in-out;
    }

    .menu-resp h4 {
        font: 500 3vw 'Raleway';
        margin: 0 0 10px;
        text-align: center;
    }

    .menu-resp .item-7:hover,
    .menu-resp .item-8:hover,
    .menu-resp .item-9:hover {
        background-color: #C99115;
    }

    .menu-resp p.suite {
        margin: 10px 0 0 0 !important;
        text-align: right;
        font-size: 5vw;
        line-height: 1;
    }
    
}

@media (max-width: 540px) {
    
    .logo {
        top: 60px;
        left: 0px;
    }
    header h1 {
        font-size: 3.6vw;
        padding: 14px 0 0 20px;
        line-height: 1.1;
    }
    .menu-items, .cycle-prev, .cycle-next, #progress, footer .base, .screen {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    nav .lang-resp {
        font-size: 2.2em;
        font-family: 'Raleway';
        text-transform: uppercase;
    }
    
    .animation-resp .plus h2, .animation-resp .plus-2 h2 {
        font: 600 5vw 'Raleway';
    }

    .animation-resp .plus h2 strong {
        font-size: 6vw;
    }

    .animation-resp .plus h2 small {
        font-size: 2.8vw;
    }
    .animation-resp .plus {
        font-size: 2.5vw;
    }
    .contenu h4 {
        font-size: 2.8vw;
    }
    .contenu {
        font-size: 2.5vw;
    }
    
    .menu-resp h4 {
        font: 500 4.5vw 'Raleway';
    }
    
    footer {
        padding: 0 0 15px 0;
    }
    footer .base-resp {
        display: inline-block;
        visibility: visible;
        opacity: 1;
        padding: 0 25px;
    }
    footer .base-resp .central {
        font: 400 13px Arial, Helvetica;
        color: #000;
        line-height: 1.3;
    }
    footer .base-resp .central a {
        color: #8A902B;
        transition: .25s ease;
    }
    footer .base-resp .central a:hover {
        color: #000;
    }
    footer .base-resp .central i {
        font-family: Verdana, Tahoma;
        font-size: 11px;
        font-style: normal;
    }
    footer .base-resp .central i small {
        letter-spacing: 1px;
        font-size: 11px;
    }
    
    .int .item-1 h3, .int .item-2 h3, .int .item-3 h3 {
        font-size: 3.5vw;
    }
    .int .item-1, .int .item-2, .int .item-3 {
        font-size: 2.8vw;
    }
    
    .plus-2 h2 {
        font: 600 5vw 'Raleway';
    }
    .news h2 {
        font-size: 3.5vw;
    }
    .news {
        font-size: 2.8vw;
    }
    
    .resp-schema {
        display: inline-block;
        visibility: visible;
        opacity: 1;
        font: 400 1.2em 'Raleway';
        color: #000;
        padding: 20px;
    }
    table.table {
        display: inline-block;
        width: 100%;
        font-size: 2.5em;
        margin-top: 20px;
    }
    table.table tr {
        width: 100%;
    }
    table.table tr.odd {
        background-color: #E3C97F;
    }
    table.table td {
        padding: 10px;
    }
    
}