.twoContentsMap .twoContents{
    max-height: 450px;
    height: 450px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    background-color: #3A3A3A;
    box-shadow: rgba(20, 20, 20, 0.7) 0px 8px 12px;
    margin-bottom: 200px;
}
.twoContentsMap .text{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:#EFEFEF;
    padding: 0 5%;
}
.twoContentsMap p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.563rem;
    text-align: justify;
    padding-top: 0;
}
.twoContentsMap title{
    font-family: 'Oswald', sans-serif;
    font-size:2rem ;
}
.twoContentsMap p.secondText{
    font-size:1.25rem;
    padding-bottom: 40px;
    text-transform: uppercase;
}
.twoContentsMap .titre header {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    color: #EFEFEF;
    font-size: 2.5rem;
    text-transform: uppercase;
    padding-bottom: 70px;
}
.twoContentsMap{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.twoContentsMap .map{
    min-width: 50%;
}
.twoContentsMap p.phone{
    font-family: 'Oswald', sans-serif;
}
.twoContentsMap .phoneNumber{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #EFEFEF;
    color:#E6007D;
    border-radius: 8px;
    padding: 5px 50px;
    margin-bottom: 10px;
}

.twoContentsMap .phoneNumber p.phone{
    color:#E6007D;
    padding: 0;
}
.twoContentsMap .phoneNumber svg{
    fill : #E6007D;
    height: 30px;
    width: 30px;
    padding-right: 15px;
    transform: rotate(-20deg);
}
.twoContentsMap #map{
    height: 100%;
    width: 50%;
    z-index: 1;
}
.twoContentsMap{
    width: 100%;
}
@media screen and (max-width:1200px){
    .twoContentsMap .twoContents .text p.title{
        font-size: 1.5rem;
    }
}
@media screen and (max-width:1050px){
    .twoContentsMap .text{
        width: 50%;
    }
}
@media  screen and (max-width:900px) {
    .twoContentsMap .twoContents{
        flex-direction: column-reverse;
        background-color: #262626;
        box-shadow: none;
    }
    .twoContentsMap .twoContents .text{
        width: 100%;
    }
    .twoContentsMap .twoContents #map{
        width: 100%;
    }
    .twoContentsMap .titre p{
        padding: 0;
    } 
}