// 003021 00553b *007753*

body * {
    margin: 0;
    font-family: arial, sans-serif !important;
}

body {
    margin: 0;
}


h1 {
    color: #74d7b9;
    font-family: "Bradley Hand", sans-serif;
    margin: 0;
    font-size: 4em;
    text-align: center;
}


h2 {
    color: #007753;
}

h2 span {
    color: #007753;
    padding-left: 5%;
    padding-right: 5%;
}

h3 {
    color : #003021;
    font-size: 1.33em;
}


#header {
    background-image: url(images/banniere.png);
    background-size: 100%;
    background-size: cover;
    color: white;
    padding: 1em;
}

#menuButton {
    display: none;
}

.logoButton{
    height: 2em;
    width: 2em;
}


#menu {
    background-color: #007753;
}

@media screen and (max-device-width: 768px),
screen and (max-width : 850px){
    #menuButton {
        display: block;
        position: absolute;
        top: 0.5em;
        border: none;
        color: white;
        padding: 0.5em;
        font-size: 1.2em;
        font-family: arial, sans-serif !important;
    }

    #menu {
        display: none;
    }

    .show {
        display: flex !important;
        flex-direction: column !important;
    }

}


#menu button,
#menu a {
    background-color: #007753;
    border: none;
    color: white;
    padding: 0.5em;
    font-size: 1.2em;
    text-decoration: none;
    text-align: left;
    font-family: arial, sans-serif !important;
}

#menu button:hover,
#menu a:hover {
    background-color: #003021;
    font-weight: bold;
    cursor: pointer;
}

.selected {
    background-color: #003021 !important;
}

.submenu {
    font-family: arial, sans-serif !important;
    background-color: #003021;
    color: white;
}

@media screen and (max-device-width: 425px) {
    #submenu {
        display: flex;
        flex-direction: column;
    }
}

.show {
    display: flex;
}

.hide {
    display: none !important;
}

.submenu a {
    padding: 0.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    color: white;
    text-decoration: none;
}

.submenu a:hover {
    background-color: #74D7B9;
    color: black;
    font-weight: bold;
}

.content {
    font-family: arial, sans-serif !important;
    padding-left: 10%;
    padding-right: 10%;
    margin:auto;
    text-align: justify;
}

.content_article{
    max-width: 750px;
}



#projects {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.containerProject {
    width: 40%;
    padding-right: 5%;
    padding-left: 5%;
    margin-bottom: 3em;
    display: flex;
    flex-direction: column;
}

@media screen and (max-device-width: 500px),
screen and (max-width: 750px){
    #projects {
        display: block;
    }

    .containerProject {
        width: 90%;
    }
}


.paysage {
    width: 100%;
    height: auto;
}

.portrait {
    height: 15em;
    width:auto;
}

.movie {
    frameBorder: 0;
    border: 0;
    min-height: 15em;
    width: 100%;
}


.headerProject {
    display: inline-flex;
    justify-content: space-between;
}

@media screen and (max-device-width: 425px) {
    .headerProject{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


.implicationContainer {
    display: flex;
    align-self:stretch;
}

.implication {
    font-weight: bold;
}

.extraInfo {
    display: inline-flex;
    justify-content: flex-end;
}


.containerProject a {
    text-align: center;
    text-decoration: none;
}

.linkImg= {
    width=100%;
}

.date {
    font-style: italic;
    text-align: right !important;
}

.containerProject p {
    text-align: justify;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}



.Auteur h3,
.Auteur .implication {
    color: #007753;
}


.Collaboration h3,
.Collaboration .implication {
    color: #13137E;
}


.Participation_à_un_événement h3,
.Participation_à_un_événement .implication {
    color: #8B005B;
}


.keys {
    justify-content: center;
    display: flex;
}

.imgInfobulle, .logo {
    position: relative;
    padding-right: 1em;
    height: 2em;
}

.infobulle {
    position: absolute;
    transform: translateX(-50%) translateX(0.75em) translateY(-4.5em);
    background-color: #007753;
    color: white;
    padding: 0.5em;
    display: none;
    z-index: 1;
}

.orange {
    background-color: #802d00;
    color: white;
}

.containerInfobulle:hover .infobulle,
.containerInfobulle:active .infobulle,
.containerInfobulle:focus .infobulle {
    display: block;
}
.enCours {
    font-weight: bold;
    color: #FF7F3A;
}

#footer {
    background-color: #003021;
    padding-bottom: 1em;
    margin-top: 10em;
}

#topFooter {
    display: flex;
}

#contactContainer {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#contactContainer p,
#contactContainer a {
    justify-content: center;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#contactContainer p {
    padding-right: 0.5em;
    font-weight: bold;
    color: white;
}

#sourceContainer {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-device-width: 425px) {
    #topFooter{
        flex-direction: column;
    }
    
    #contactContainer{
        width: 100%
    }
    
    #sourceContainer{
        width: 100%;
    }
}

.footerLinks,
.footerLinks:visited {
    color: #74D7B9;
}

#copyright p {
    color: white;
    display: flex;
    justify-content: center;
}

.fullWidth {
    width: 100%;
    height: auto;
}

.sourceImgContainer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 2em;
}

.titleColContainer{
    background-color: #003021;
    height: 3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0;
}

.titleCol
{
    align-self: center;
    font-weight: bold;
    color: white;
    text-align: center;
}

.credit {
    width: 80%;
    margin-left: 2em;
}

.logoContainer {
    width: 15%;
    height: 7em;
    display: flex;
    justify-content: center;
}

.sourcelogo {
    width: 80%;
    height: 80%;
    object-fit: contain;
    padding-right: 5%;
    padding-left: 5%;

}

.titleSource {
    font-weight: bold;
    text-decoration: none;
}

.credit a {
    color: #007753;
}

.cc {
    font-weight: bold;
    text-align: right;
}

#header_article {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5em;
}

#header_article h2{
    text-align: center;
    padding: 0 20%;
}

.img_container {
    text-align: center;
}

.img_header_article{
    max-width: 75%;
    max-height: 20em;
}

.main_step {
 margin: 2em 0;    
}

.highlightLink:link {
    color: #007753;
}

.highlightLink:visited {
    color: #007753;
}

.highlightLink:hover{
    color:white;
    background-color: #003021;
    font-weight: bold;
}

.title_sommaire{
    font-weight: bold;
}

em {
    font-weight: bold;
    font-style: normal;
}

.inserted_image{
    display:flex;
    flex-direction: column;
    padding-right: 10%;
    padding-left: 10%;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 1em;
}

.full_width {
    display: block;
    max-height: none !important;
    width: 100%;
    height: auto;
}

.inserted_image img{
    max-width: 100%;
    text-align: center;
}

.inserted_image_container{
    text-align: center;
}

.inserted_image .legend{
 font-style: italic;
    text-align: center;
}

.zoom_portrait{
    height: 45em;
}



.youtube_container {
    width: 100%;
    text-align: center;
}
.youtube {
    width: 420;
    height: 315;
}

.code {
    padding: 0 2em;
    border-left: 0.5rem solid;
    border-left-color: #007753;
}

.equation {
        font-family: monospace;
}

.border .equation {
    padding-left = 1em;
    border-left: 0.25rem solid;
    border-left-color: #007753;
}