



.diapo{
    position: relative;
    overflow: hidden;
}
#nav-droite, #nav-gauche{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 3em;
}

#nav-droite{
    right: 20px;
}
#nav-gauche{
    left: 20px;
}

.elements{
    display: flex;
    transition: 1s linear;
}

.element{
    flex: 1 0 100%;
    position: relative;
}

.element > img{
    width: 100%;
}

.caption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(255,255,255,0.4);
    padding: 30px;
}
.element p em {
    font-style: normal;
}

.element p {
    font-size: 2em;
    text-transform: uppercase;
    background-size: contain;
    position: absolute;
    width: 15em;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
  }
@media screen and (max-width: 1500px) {
    .element p {
        left: 35%;
    }
}
@media screen and (max-width: 900px) {
    .element p {
        font-size: 1em;
    }
}
@media screen and (max-width: 499px) {
    .element p {
        left:40%;
        top:40%;
    }
    
}
.element p span{
    display: inline-block;
    margin-right: 3em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    background-color: white;
    color: #035d7b;
    letter-spacing: 0.2em;
}

.element p em span {
    background-color: #ff4800;
    color: white;
}




a:hover{
    text-decoration: none;
}
@media screen and (min-width: 480px) {
    .img_txt p{
        margin: auto;
        width: 20em;
    }
}

@media screen and (min-width: 650px) and (max-width: 900px)  {
    .logos .col{
        margin-left: 50px;
        margin-right: 50px;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1900px)  {
    #images .col{
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 480px) {
    .content{
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 900px) {
    #nav-droite{
        display: none;
    }
    #nav-gauche{
        display: none;
    }
}



.row {
height: 100%;
}
.orange .intro{
    max-width: 650px;
}

#savoirplus{
    color: #ff4800;
}