body {
    background-color: #f1f1f1;
}

h1 {
    font-size: 2.75rem;
    font-family:  'Noto Sans', sans-serif !important;
    color: #f1f1f1;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    border-bottom: #f1f1f1 5px solid;
}

h4 {
    font-family:  'Noto Sans', sans-serif !important;
    text-transform: uppercase;
}

.header{
    color: #1d1c1c;
    max-height: 300px;
    background: url("../images/background.png") fixed no-repeat;
    background-size: contain;
}

.header .title {
    padding-top: 20px;
    padding-bottom: 50px;
    color: #f1f1f1;
}

.header .title .nom h1{
    font-size: 3rem;
    font-family:  'Noto Sans';
    color: #f1f1f1;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}


.header .title .titre h2{
    font-size: 2rem;
    font-family:  'Noto Sans';
    color: #f1f1f1;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    
}


.info {
    background-color: #145fab;
    overflow-x: hidden;
    font-family: 'Noto Sans' !important;
    height:100%;
}


.info a {
    text-decoration: none;
    color: #f1f1f1 !important;
}

.info a:hover {
    color: #f1f1f1 !important;
    font-weight: bold;
    transition-duration: 0.5s;
}

.info .profilpic img {
    height: 300px;
}


.info .profil,
.info-right .info .contact,
.info .footer {
    color: #f1f1f1 !important;
}

.info table {
    width: 100%;
}

.info .left {
    width: 50%;
    text-align: left;
    font-weight: bold;
}

.info .right {
    width: 50%;
    text-align: left;
}
.info-right .left {
    color: #f1f1f1 !important;
}

.info-right .right {
    color: #f1f1f1 !important;
}
.info-center .left {
    color: #000000 !important;
}

.info-center.right {
    
    color: #000000 !important;
}

.contents {
    color: #1d1c1c;
    /* min-width: 600px; */
}

.contents h1 {
    border-color: #1d1c1c;
    color: #1d1c1c;
    margin-bottom: 20px;
}

.contents .title {
    padding-top: 20px;
    padding-bottom: 50px;
    color: #f1f1f1;
}

.contents .title .nom {
    font-size: 3rem;
    font-family:  'Noto Sans';
    color: #f1f1f1;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 25% 0px 25%;
}

.contents .title .titre {
    font-size: 2.5rem;
    font-family:  'Noto Sans';
    color: #f1f1f1;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 30% 0px 30%;
}

.contents .title .nom p {
}

.contents .title .titre p {
    border: #f1f1f1 2px solid;
}

.contents .WhoIAm,
.contents .experience,
.contents .formations,
.contents .realisation,
.contents .competences,
.contents .contacts,
.contents .divers {
    background-color: #f1f1f1;
    padding: 20px 5% 20px 5%;
}

.contents .experience tr,
.contents .formations tr {
    max-width: 90% !important;
}

.contents .experience h2,
.contents .formations h2,
.contents .contacts h2 {
    font-family:  'Noto Sans', sans-serif;
    color: #1d1c1c;
    font-weight: bold;
    font-size: 1.5rem;
}

.contents .experience h3,
.contents .formations h3 {
    font-family:  'Noto Sans', sans-serif;
    color: #1d1c1c;
    font-size: 1.125rem;
    font-style: italic;
}

.contents .experience .left,
.contents .formations .left {
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    text-align: center;
    font-family: 'Anton', sans-serif;
    color: #f1f1f1;
    font-size: 1.125rem;
}

.contents .experience .right,
.contents .formations .right {
    padding-left: 50px;
    padding-bottom : 15px;
}

.contents .experience .right a,
.contents .formations .right a{
    font-style: italic;
    color: #1d1c1c;
    text-decoration: underline #1d1c1c;
}

.contents .competences .note1,
.contents .competences .note2,
.contents .competences .note3,
.contents .competences .note4,
.contents .competences .note5 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contents .competences .note1 {
    background-image: url(../images/Competences/1.png);
}

.contents .competences .note2 {
    background-image: url(../images/Competences/2.png);
}

.contents .competences .note3 {
    background-image: url(../images/Competences/3.png);
}

.contents .competences .note4 {
    background-image: url(../images/Competences/4.png);
}

.contents .competences .note5 {
    background-image: url(../images/Competences/5.png);
}

.contents .competences .note img {
    height: 100px;
    margin: 25px;
}

.contents .realisation a {
    color: #1d1c1c
}

.contents .realisation a:hover {
    text-decoration: none;
    transition-duration: 0.5s;
}

.contents .realisation img {
    height:200px;
    max-width: 100%;
    margin: 25px;
    transition-duration: 0.25s
}

.contents .realisation img:hover {
    height:210px;
    margin:20px;
    transition-duration: 0.5s;
}

.contents .contacts .iconlinkedin{
    background-color: black;
    border-radius: 26px;
    padding: 2px;
    width: 52px;
    height: 52px;
}

.contents .contacts .iconlinkedin:hover {
    background-color: #0e76a8;
    transition-duration: 0.5s;
}
.contents .divers .PSC {
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;

}

.contents .divers img {
    /* width: 100px; */
    /* max-width: 100%; */
    height: 100px;
    vertical-align: center;
    margin: 25px;
}

.contents .legalmentions{
    text-align: justify;
    background-color: #f1f1f1;
}

@media  (min-width: 1050px) {
    
}


@media  (max-width: 1050px) {
    .header{
        margin-left: 0px;
        background-size: cover;
    }

    .contents {
        margin-left: 0px;
        width: 100%;
    }

    /* .info .profilpic{
        
        margin: 30px 5px 30px 15px;
    }

    .info .profilpic img {
        height: 300px;
    }

    .info .profil{
        
        height: 300px;
    }
    .info .contact{
        
        height: 300px;
    } */

    
}
.info-center{
    display:none
}
.info-right{
    position: relative;
}

@media (max-width: 768px) { 

    .contents .experience .left,
    .contents .formations .left {
        background-image: none;
    }
    .contents .experience .left span,
    .contents .formations .left span {
        background-color:#145fab;
        padding-right:15px;
        padding-left:15px;
    }

    .info-right{
        display:none
    }

    .info-center{
        display:initial
    }

 }