body {
    background: ghostwhite;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
}

.flex-display{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    align-content: center;
}

@media only screen and (min-width: 80em){
    .flex-display{
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        align-content: center;
    }
}



.row {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    align-content: center;
}


.img-flex-display{
    opacity: 1;
    vertical-align: middle;
    align-self: center;
    transition: 0.2s;
}

@media only screen and (max-width: 50em){
    .img-flex-display{
        display: none;
        transition: 0.1s;
        padding: 0%;
    }
}

.column{
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;       
    float: left;
    display: flex;
    flex-direction: column;
}

#intro {
    background: transparent url(img/salle-long.jpg) 3px 3px no-repeat;
    background-size: cover;
    min-height: 650px;
    opacity: 0.95;
    display: flex;
    border-bottom: 1px solid #fff;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.025) inset;
}


.pintro {
    background: rgba(255,255,255,0.4);
    color: rgb(26, 26, 26);
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    max-width: 20em;
    border-radius: 4px;
    align-self: center;
    margin:auto;
}


@media only screen and (min-width: 80em){
    .pintro {
        background: rgba(255,255,255,0.4);
        color: rgb(26, 26, 26);
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        max-width: 50em;
        border-radius: 4px;
        align-self: center;
        margin: auto;
    }
}

.introimg {
    text-align: center;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    margin: auto;
}


.topo {
    display: flex;
    flex-direction: row;
    border-radius: 55px;
    transition: 0.2s;
    margin: auto;
}

.topo:hover{
    background-color: rgb(238, 238, 255);
    transform: scale(1.02,1.02);
}




.photo {
    background: url(./img/itin.jpg) center fixed;
    background-size: cover;
    padding-top: 20%;
    margin-top: 50 px;
    margin-bottom: 50px;
    border: 0 1px solid blue;
    box-shadow: inset 0 0 7px black;
    margin-top: 600px;
}

@media only screen and (max-width: 1224px){
    .photo {
        background: url(./img/itin.jpg) center fixed;
        background-size: cover;
        padding-top: 20%;
        margin-top: 50 px;
        margin-bottom: 50px;
        border: 0 1px solid blue;
        box-shadow: inset 0 0 7px black;
        margin-top: 0px;
    }
}
.equipe{
    text-align: left;
    margin: auto;

}
.large-3 {
    width: 33%;
}
.large-7 {
    width: 76%;
}
.large-5 {
    width: 50%;
}

.center{
    display: flex;
    vertical-align: 0rem;
    align-content: center;
    text-align: center;
}
.min-heigth{
    min-height: 100rem;
}
.large {
    width: 95%;
}
a {
    color: rgb(206, 55, 0);
    margin-left: 0.3em;
    margin-right: 0.3em;
    text-decoration: none;
}

.footer {
    margin-top: 50px;
    color: white;
    background: #3d3d3d;
    line-height: 60px;
    text-align: center;
    font-size: 90%;
}