@font-face {
    font-family: 'Titre';
    src: url('fonts/exo2-extraboldexpanded-webfont.woff2') format('woff2'),
        url('fonts/exo2-extraboldexpanded-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cantarellregular';
    src: url('fonts/cantarell-regular-webfont.woff2') format('woff2'),
        url('fonts/cantarell-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    background-image: url(image/medicine-spiral-abstraction.jpg);
    background-size: cover;
    color: white;
    line-height: 1.5;
}

p,
li,
ficaption {
    font-family: 'cantarellregular', sans-serif, arial;
    font-size: 1em;
}


a {
    color: yellow;
    list-style-image: url(image/clipart-images-photos-gratuites-domaine-public9-1560x15611.png)
}

a:hover {
    color: white;

}

a:active {
    color: yellow;

}

p {
    margin-bottom: 0;
}


/**
  _                       _             
 | |                     | |            
 | |__    ___   __ _   __| |  ___  _ __ 
 | '_ \  / _ \ / _` | / _` | / _ \| '__|
 | | | ||  __/| (_| || (_| ||  __/| |   
 |_| |_| \___| \__,_| \__,_| \___||_|  

**/

header {
    padding-top: 1em;
    background-image: url(image/irm.jpg);
    border-radius: 15px;
    background-size: cover;
}


#h1 {
    color: lightcoral;
    font-family: "Titre";
    font-variant-caps: small-caps;
    text-align: center;
    background-color: #1d7980;

}

nav {
    margin: 15px;
    padding: 15px;
    justify-content: center;
}

button {
    background-color: #1D7980 !important;
    border: 0px !important;
}


.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: rotate(-45deg) translate(-9px, 7px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-8px, -8px);
}


#nav {
    display: flex;
    flex-wrap: nowrap;

}

/**
                    _        
                   (_)       
  _ __ ___    __ _  _  _ __  
 | '_ ` _ \  / _` || || '_ \ 
 | | | | | || (_| || || | | |
 |_| |_| |_| \__,_||_||_| |_|
**/

main {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

main > .row {
    margin: 15px;
}

body > div > main > h1 {
    margin-top: 1em;
    text-align: center;
    color: lightcoral;
    border-radius: 15px;
}

aside {
    width: 7em;
    position: fixed;
    z-index: 1000;
    background-color: #00435c;
    text-align: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    left: 0;
    padding: 5px;
}

#hautdepage {
    position: fixed;
    right: 0 !important;
    bottom: 7em;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    width: auto !important;
    left: auto !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    border-right-style: none;

}

aside > h3 {
    margin-bottom: 0px !important;
}


div > p {
    display: flex;
    color: white;
    background-color: #1d7980;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 15px;
    margin-top: 15px;
}


h3 {
    color: lightcoral;
    text-align: center;
    font-family: "Titre";
    font-variant-caps: small-caps;


}

figcaption {
    font-size: 1.5em;
    color: lightcoral;
}

div > ul {
    background-color: #1d7980;
    margin-bottom: 0;
}

main > div {
    margin-top: 30px;
    margin-bottom: 30px;
}


.menudirectionel {
    text-align: center;
    align-content: center;
}

.menu {
    background-color: darkcyan;
}


.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;

}

.container {
    display: inline-block;
    cursor: pointer;
}


.texteadcon {
    margin-top: 6em !important;
    margin-bottom: 4em !important;
}

.pultop {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;

}

.pulbot {
    border-radius: 15px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-top: 0 !important;
}

h2 {
    text-align: center;
    font-family: "Titre";
    font-variant-caps: small-caps;

}


/* cf disparition d'image*/

.titre {
    margin-top: 30px !important;

}

.cf {
    position: relative;
    height: 295px;
    width: 100%;

}

.cf div {
    position: absolute;
    background-color: #1d7980;
    transition: opacity 1s ease-in-out;
    height: 295px;
    width: 95%;
    display: flex;
    color: white;
    border-radius: 15px;
    justify-content: center;
    align-items: center;

}



hr {
    background-color: white;
    height: 3px;


}

figcaption {
    text-align: center;
    background-color: #1D7980;
}

.cf div.texte_qui_disparait:hover {
    opacity: 0;
}

.cf img.image_qui_ne_disparait_pas {
    height: 295px;
    width: 95%;
}

#nom {
    display: flex;
    flex-direction: column;
    padding-top: 2em;
    padding-left: 10em;
    align-items: center;
}

.side {
    margin-bottom: 15px;
    margin-top: 15px;
}

.aligne {
    display: flex;
    flex-direction: row;
    padding-top: 3em;


}

#contenu {
    display: flex;
    flex-direction: row;
}

#logo {
    display: flex;
    position: relative;
    float: right;
}



#toggle3 #toggle #toggle2 #toggle4 p {
    text-align: center;
    padding: 0;
}

#toggle3 #toggle #toggle2 #toggle4 h3 {
    color: lightcoral;
    text-align: center;
    text-transform: uppercase;
}

#toggle {
    height: auto;
    background: #eee;
    border: 2px solid lightcoral;
    margin: 1em;
    text-align: center;
    padding: 10px;
    background-color: #1D7980;
}

#toggle2 {
    height: auto;
    background: #eee;
    border: 2px solid lightcoral;
    margin: 1em;
    text-align: center;
    padding: 10px;
    background-color: #1D7980;
}

#toggle3 {
    height: auto;
    background: #eee;
    border: 2px solid lightcoral;
    margin: 1em;
    text-align: center;
    padding: 10px;
    background-color: #1D7980;
}

#toggle4 {
    height: auto;
    background: #eee;
    border: 2px solid lightcoral;
    margin: 1em;
    text-align: center;
    padding: 10px;
    background-color: #1D7980;
}

.box {
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    float: left;
    width: 300px;
    height: 150px;
}

.box img {
    width: 100%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

main .page3 {
    /*margin: 2em;*/
    border-radius: 0.5em;
}

main article #milieu {
    align-items: center;
}

main .middle {
    padding: 5px;
}

main article .middletitle h1 {

    color: lightcoral;
    text-align: center;
    font-family: "Titre", 'arial', sans-serif;

}

article div p {
    text-align: center;
    padding: 20px !important;

}

article .middledescription br {
    margin-bottom: 10px;
}

article div .italic {
    font-style: italic;
}

.imghugo {
    width: 100%;
}

main section h1 {
    padding-top: 2em;
    color: lightcoral;
    text-align: center;
    font-family: "Titre";
    font-variant-caps: small-caps;

}

.lienPage {
    position: relative;
}


#recoltedesinfos {
    /*color: transparent;*/
    position: absolute;

    top: 43%;
    left: 5%;
    width: 37%;
    height: 50%;
}




#traitementdesinfos {
    /*color: transparent;*/
    position: absolute;

    top: 55%;
    left: 65%;
    width: 28%;
    height: 35%;
}




#utilisationdesinfos {
    /*color: transparent;*/
    position: absolute;

    top: 2%;
    left: 49%;
    width: 28%;
    height: 31%;
}



@media only screen and (min-device-width:750px) {
    #recoltedesinfostitle {
        text-transform: uppercase;
        color: lightcoral;
        position: absolute;

        top: 30%;
        left: 7%;
        width: 0%;
        height: 0%;
    }

    #traitementdesinfostitle {
        text-transform: uppercase;
        color: lightcoral;
        position: absolute;

        top: 55%;
        left: 50%;
        width: 0%;
        height: 0%;
    }

    #utilisationdesinfostitle {
        text-transform: uppercase;
        color: lightcoral;
        position: absolute;

        top: 2%;
        left: 77%;
        width: 0%;
        height: 0%;
    }

}

@media only screen and (max-device-width:750px) {
    #recoltedesinfostitle {
        display: none;
    }

    #traitementdesinfostitle {
        display: none;
    }

    #utilisationdesinfostitle {
        display: none;
    }

}

/*|||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||FRISE|||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||*/

main .frise {
    margin-top: 2em;
    padding-left: 20px;
}


ol:before,
ol:after {
    /*Création d'un bloque blanc qui coupera les bordures en début et fin de frise*/
    content: "";
    background: transparent;
    width: 5px;
    height: 60px;
    position: absolute;
    z-index: 2;
}

ol:before {
    margin: 0 0 0 -1px;
}

ol:after {
    margin: -50px 0 0 -1px;
}

.li > p {
    background-color: #1D7980 !important;
    color: white !important;
    padding: 10px;
    border-radius: 15px;

}

.li {
    border: 2px solid;
    border-color: lightcoral !important;
    margin: 0 0 -2px 0;
    padding: 30px;
    margin-right: 23px;


    counter-increment: li;
    /*Compte le nombre de partie de la liste*/
    position: relative;
}

.li:nth-child(odd):before,
.li:nth-child(even):before {
    /*icône*/
    content: counter(li);
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;

    position: absolute;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: lightcoral;
    color: white;
    font-weight: bold;
    z-index: 2;
}

.li:nth-child(odd):before {
    right: 100%;
    margin-right: -20px;
}

.li:nth-child(even):before {
    left: 100%;
    margin-left: -20px;
}

.li:nth-child(odd) {
    border-right: none;
    border-left: 2px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 30px;
    padding-right: 0;
}

.li:nth-child(even) {
    border-left: none;
    border-right: 2px solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 30px;
    padding-left: 0;
    text-align: right;
}

.li:first-child {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.li:last-child {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

ol .li h5 {
    font-size: 18px;
    color: lightcoral;
    margin-top: 15px;
    text-transform: uppercase;
}

/**
   __               _              
  / _|             | |             
 | |_  ___    ___  | |_  ___  _ __ 
 |  _|/ _ \  / _ \ | __|/ _ \| '__|
 | | | (_) || (_) || |_|  __/| |   
 |_|  \___/  \___/  \__|\___||_| 
**/


footer {
    background-color: #00435c;
    margin-left: 0;
    width: 100%;
    height: 8em;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;

}


footer > div {
    margin-top: 2em;
    text-align: right;
    margin-left: 2em;
}

footer > p {
    display: flex;
    float: right;
    padding-right: 15px;
}

footer,
a {
    padding-top: 2.5em;
    text-align: center;

}
