@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

body {
    color: black;
    font-family: 'chlorite-light', "Authentic Sans", sans-serif;
    font-size: 16px;
    line-height: 150%;
    margin: 0px;
    overflow-x: hidden;
    padding: 0px;
    background-color: white;
    min-height: 100vh;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    overscroll-behavior: none;
    max-width: 1920px;
    margin: 0 auto;
    /*outline: 0.1em solid rgba(255, 255, 255, 1);*/
}

p {
    line-height: 1.4em;
}

ul, ol, dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'chlorite-light', sans-serif;
}

@media print, screen and (min-width: 40em) {
    h1, .h1 {
      font-size: 4rem;
      line-height: 4rem;
    }
}

@media print, screen and (min-width: 40em) 
{
    h5, .h5 {
      line-height: 1rem;
    }
}


h6 {
      font-size: 0.8rem;
      line-height: 0.8rem;
}

button, [type=submit], [type=button] {
    background-color: white;
    border: solid black 2px;
    padding: 0.25em 0.4em 0.5em 0.4em;
    white-space: nowrap;
    border-radius: 1em;
    transition: all 0.5s;
    transform: rotate(-8deg);
    cursor: grab;
}

button:hover {
    background-color: black;
    color: white}


header {
    margin-bottom: 5%;
    padding-top: 5%;
    color: ;
    font-size: 1.5em;
    background-color: ;
    position: sticky;
    top: 0;
    z-index: 100;
}

header a {
    border-bottom: none;
}

main {
    padding: 0% 10% 20px 10%;
    font-size: 1.5em;
}

.cell {
    padding: 0px 1% 1% 1%;
}

.titre_max {
    font-size: 3em;
    line-height: 0.8em;
}
    
@media all and (max-width: 50em) {
.titre_max {
    font-size: 2em;
    line-height: 0.8em;
}
}

        
.vign_somm {
    border-radius: 0%;
    position: relative;
    margin-bottom: 2em;
}

.vign_somm_img {
    transition: transform 0.5s;
/*    filter: invert(1) grayscale(1);*/
}

.vign_somm:hover .vign_somm_img {
    transform: scale(1.02);
/*    filter: invert(0) grayscale(0);*/
}

.vign_somm_titre {
    position: absolute;
   padding: 1% 2% 0% 2%;
    width: 100%;
    top: -50px;
    text-align: center;
    z-index: 20;
    display: inline-block;
}

.tag_titre {
    background-color: white;
    border: solid black 2px;
    padding: 0.25em 0.4em 0.5em 0.4em;
    white-space: nowrap;
    display: inline-block;
    border-radius: 1em;
    margin: -4%;
    z-index: 10;
    white-space: nowrap;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
}

.tag_titre:hover {
    background-color: black;
    z-index: 20;
    color: white;
    position: relative;
}


.tag_titre a, .tag_titre a:active, .tag_titre a:visited {
    color: black;
    text-decoration: none;
    transition: all 0.5s;
}

.tag_titre a:hover, .tag_titre:hover a {
    color: white;
    text-decoration: none;
}


.tag {
    background-color: black;
    color: white;
    border: solid black 2px;
    padding: 0.25em 0.4em 0.5em 0.4em;
    white-space: nowrap;
    display: inline-block;
    border-radius: 1em;
    z-index: 19;
    position: relative;
    transition: all 0.5s;
}

.tag h5 {
   margin: 0em;
}

.tag:hover {
    background-color: white;
    color: black;
    border-radius: 30px;
    z-index: 30;
}

.tag a, .tag a:active, .tag a:visited {
    color: white;
    text-decoration: none;
    transition: all 0.5s;
}

.tag a:hover, .tag:hover a {
    color: black;
    text-decoration: none;
}



.vign_somm_tag1, .vign_somm_tag2, .vign_somm_tag3 {
    background-color: black;
    color: white;
    position: absolute;
    padding: 5px 15px 5px 15px;
    z-index: 19;
    display: inline-block;
    border-radius: 30px;
}

.vign_somm_tag1 {
    bottom: 0;
    right: 0;}

.vign_somm_tag2 {
   bottom: 15%;
    right: 15%;}

.vign_somm_tag3 {
   bottom: 30%;
    right: 5%;}

.vign_somm_projet {
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: 45%;
    left: -49%;
    transform: rotate(-90deg);
    text-align: center;
/*    text-decoration: underline;*/
    z-index: 22;
}

.vign_somm_client {
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: 45%;
    left: 49%;
    transform: rotate(90deg);
    text-align: center;
/*    text-decoration: underline;*/
    z-index: 22;
}

.tag h5,
.vign_somm_tag1 h5,
.vign_somm_tag2 h5,
.vign_somm_tag3 h5 {
    text-transform: lowercase;
}

a .vign_somm_titre,
a .vign_somm_tag1,
a .vign_somm_tag2,
a .vign_somm_tag3,
.vign_somm_projet,
.vign_somm_client {
    opacity: 0;
    transition: opacity 0.1s;
}



.vign_somm:hover a .vign_somm_titre,
.vign_somm:hover a .vign_somm_tag1,
.vign_somm:hover a .vign_somm_tag2,
.vign_somm:hover a .vign_somm_tag3,
.vign_somm:hover a .vign_somm_projet, 
.vign_somm:hover a .vign_somm_client {
    opacity: 1;
}


.bloc20
{padding-bottom: 20px;
}

.credit {
        position: relative;
    z-index: 19;
    display: inline-block;
    top: -40px;
}

footer {
position: absolute;
font-size: 0.7em;
margin-top: 2.5%;
padding-top: 1%;
padding-bottom: 1%;
color: ;
background-color: ;
position: sticky;
bottom: 0;
background-color: white;
z-index: 50;
}

footer #flechehaut {text-decoration: none;}

#logo a,
#logo a:hover,
#logo a:focus,
#logo a:visited,
#logo a:active,
footer a,
footer a:hover,
footer a:focus,
footer a:visited,
footer a:active{
    background: none;
    text-decoration: none;
    color: black
}

#logo img {max-height: 60px; width: auto;}

img {width: 100%}

a,
a:active,
a:hover,
a:visited,
a:focus {
    color: black ;
    text-decoration: underline 2px ;
    text-underline-offset: 10px ;
}

.space20 {
    margin: 20px;
}

.space40 {
    margin: 40px;
}

.marg20 {
    margin-bottom: 20px;
}

.marg40 {
     margin-bottom: 1.5em;
}




/*Menu de naviguation*/

.toggle,
[id^=drop] {
    display: none;
}

ul.menu {
    z-index: 90;
}

nav {
    line-height: 32px;
    float: right;
    margin: 0;
    padding: 0;
    word-wrap: break-word !important;
}

nav:after {
    content: "";
    display: table;
    clear: both;
}

nav ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

nav a {
    display: block;
    padding: 20px 20px;
    color: ;
    text-decoration: none;
}


nav ul li ul li:hover {
    background: ;
}

nav a:hover {
    background-color: ;
}

nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 60px;
}

nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */

nav ul ul li {
    float: none;
    display: list-item;
    position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


li > a:after {
    content: '';
}

li > a:only-child:after {
    content: '';
}

@media all and (max-width: 40em) {

    nav {
        float: none;
    }

    ul.menu { 
        background: #fff ; 
        padding: 30px;
}
    

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        font-size: 1em;
        text-decoration: none;
        border: none;
        text-align: right;
        position: relative;
        z-index: 100;

    }

    .toggle:hover {
        background-color: ;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        position: absolute;
        top: 90px;
        width: 100%;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: ;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: ;
        font-size: 17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: ;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: ;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

}

@media all and (max-width: 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

@media screen and (min-width: 40em) and (max-width: 1024px) {
    nav {
        line-height: 32px;
        float: none;
        color: #ffffff;
        margin: 0;
        padding: 0;
        word-wrap: break-word !important;
    }

    nav ul {
        text-align: center;
        float: none;
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

    nav ul li {
        margin: 0px;
        float: none;
        display: inline-block;
        background-color: #;
    }
}






@media print,
screen and (max-width: 40em) {

    main {
        padding: 0% 5% 20px 5%;
        font-size: 1.2 em;
    }

    h1,
    .h1 {
        font-size: 3.5rem;
        line-height: 0.8;
        margin-bottom: 0.5em;
    }


    h5,
    .h5 {
        font-size: 0.9em;
        line-height: 0.8;
        margin-top: 0;
    }
    
    .vign_somm_titre {
    top: -35px;
}

    .vign_somm_tag1,
    .vign_somm_tag2,
    .vign_somm_tag3 {
        padding: 2px 10px 6px 10px;

    }
    
    .tag_titre {
        padding: 0.25em 0.4em 0.5em 0.4em;
        border-radius: 1em;

    }


}