body{
    background-color: rgb(36, 39, 43);
}

#main-header{
  background-color:rgb(36, 39, 43);
  border-bottom: 1px  #ff7043 solid;
}

#main-header a.LanguageLink{
  color:blue;
  padding:5px;
}

ul.list_1 li {
    display: list-item;
    color: #cdcdcd;
    text-align: justify;
}


#hero
{
  /* height: 60%; */
  background: url(../img/background-1.jpg) no-repeat center center;
}

#main-header nav ul a{
  color:white;
}

.logo {
    color: #d84315;
    font-family: 'Anton',sans-serif;
}

a.logo:hover {
    text-decoration: none;
    color: white;
}

#main-header nav ul a:hover {
    color: #ff7043;
}

#main-header nav ul .active {
    color: #ff7043;
}

span.bold{
  font-weight: bold;
}
span.orange{
  color: #ff7043;
}
.active{
  color:#ff7043;
}

::-webkit-scrollbar-thumb {
    background: #ff7043;
}
.about-text span.accent-text{
  color:#ff7043;
  font-family: inherit;
}


.about-download .download a {
  color: white;
}

.about-download .download {
  border-color:#ff7043;}

.hobbie-row{
  border-bottom: 1px solid #ff7043;
}

.center-about{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-resume {
  display: flex;
}

#services {
  background-color: #d84315;
}
.about-download{
  text-align: center;
}
.about-download .download {
  color: #bfbfbf;
  background: none;
  border: 1px #ff7043 solid;
  border-radius: 1000px;
  padding: 10px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  cursor: pointer; }
  .about-download .download a {
    font-size: 16px; }
  .about-download .download:hover {
    border-color: #bfbfbf; }

.about-text, .about-text p{
  color:white;
}

/*
.about-text h2{
  text-align:center;
}*/

.about-title {
    color: #d84315;
}

#services > .container p, #services > .container h3, #services > .container i, #services > .container h1 {
    color: white;
}

#services > .container i{
  font-size:50px;
}

.vb:nth-child(1), .vb:nth-child(2), .vb:nth-child(4), .vb:nth-child(5), .hb:nth-child(1), .hb:nth-child(2), .hb:nth-child(3) {
  border:none;
}
.skill-img {
    width: 50px;
    height: 50px;
}

..skill-title {
    margin-top: 15px;
}

.hero-content h1 {
  margin-top: 10px;
}
.hero-content{
  background-color: rgba(0,0,0,0.55);
width: 100%;
}

.img-container{
  width:250px;
  height: 250px;
}

.img-container img{
  background-color:white;
  vertical-align: middle;
  border-radius: unset;
padding: 10px;
}

.img-container span{
  line-height: 250px;
}

.img-overlay{
  background-color:#d8431557;
}

/**************Projet page******/
.presentation-text{
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content:center;
  color:white;
  margin-bottom: 10px;
}

.presentation-text p, .container-img p {
  color:white;
  margin-bottom:15px;
}
.presentation-text img{
  background: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

.presentation-text .littleSize img{
  width: 250px;
}


.presentation-text h1, .presentation-text h2{
  margin-top: 10px;
  margin-bottom: 10px;
}

.carousel-page
{
width:100%;
height:400px;
background-color:#5f666d;
color:white;
}

.container-img{
  width: 60%;
  max-width: 1000px;
  color:white;
  margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.container-img.sokoban{
  width:50%;
}

.block-img{
  margin-top: 20px;
  margin-bottom: 50px;
}

.text-img{
position: absolute;
z-index: 2;
width: 100%;
bottom: 0;
background-color: #141214;
opacity: 0.8;
height: 50px;
color: #FFF;
font-size: 22px;
font-weight: bold;
}
.block-img{
  position:relative;
}

.container-img{
  padding-top: 10px;
  margin-bottom:10px;
}

#visu-projet{
  background-color:#d84315;
  padding:20px;
}

.container-img h1{
  margin-top: 10px;
  margin-bottom: 10px;
}

.img-overlay{
outline:none;
}

.img-overlay-text p, .img-overlay-text h3 {
    color: black;
    font-weight: bold;
}

.img-container img:hover{
  filter:blur(2px);
}

.section-title{
color:white;
}

#veille{
  background-color:#d84315;
}

.container-pearltree iframe
{
  margin-left: auto;
  margin-right:auto;
  display: block;
}

.img-grid{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#contact{
  background-color:inherit;
}

.contact-info{
  display: flex;
  justify-content: center;
  flex-direction: column;

}

.contact-block {
    height: inherit;
     margin-bottom: inherit;
     margin-left: 15px;
     margin-right: 15px;
     display: flex;
     flex-direction: column;
     justify-content: center;
         width: calc(100%/3);
}

.container-contact{
  display:flex;
  justify-content: center;
  margin-top:20px;
  margin-bottom:20px;
}

.container-form{
  margin-bottom:20px;
}

.contact-block .fas, .contact-block .far {
    border: none;
    border-radius: unset;
    color: #ff7043;
    margin-left: auto;
    margin-right: auto;
}

.contact-text p{
  color: white;
}

.contact-text p:first-child{
  color:#ff7043;
text-align:center;
}

.contact-text{
  float: left;
padding-left:0px;
display: flex;
flex-direction: column;
justify-content: center;
overflow:hidden;
}

.fa-location-arrow{
  margin-top: 25px;
}

#contact-form input[type="text"],#contact-form textarea{
  border: 2px #ff7043 solid;
}

#contact-submit {
    color:white;
    border: 2px #d84315 solid;
}

#portfolio{
      border-bottom: 5px #d84315 solid;
}

.text-img{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  opacity:0.9;
  top:0px;
}
#projet .container{
  width: 80%;
}

a.liens-monamy{
  color:white;
}

a.liens-monamy:hover{
  color:rgb(36, 39, 43);
}

@media screen and (max-width: 760px) {
  .img-grid{
    flex-direction:column;
    align-items:center;
  }

  .text-img{
    font-size:1em;
  }

  .container-img{
    width:90%;
  }

  .container-pearltree iframe{
    width:100%;
   }

}

@media (min-width:760px) and (max-width:1050px){
  .text-img{
    font-size:1em;
  }
}


/******************************************************PROJECT STYLE**************************************************/
#portfolio {
    background-color: #d84315;
}

.project-container {
    display: flex;
    flex-direction: column;
    /*background-color: grey;*/
    margin-bottom : 50px;
    text-decoration: none;
    color: white;
}

.project-overlay {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: rgb(36, 39, 43);
    border-radius: 10px;
}

    .project-overlay:hover {
        background-color: rgb(79 85 92);
        color: black;
    }


.project {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project-resume{
    margin : 10px;
    color : white;
    text-align : justify;
    width : 100%;
    padding : 10px 25px;
}

.project-resume p{
    color :white;
}

.project-img {
    width: 70%;
    padding : 20px;
}


.project-wrapper
{
    display: flex;
    flex-direction : column;
    align-items : center;
}

@media screen and (min-width: 760px) {


    .project-container {
        width: 500px;
    }
        /*
    .project {
        flex-direction: initial;
        align-items: center;
    }
       */
        .project-resume {
    }

    .project-img {
        width: 250px;
        height: 250px;
        margin: 10px;
    }

    .project-container {
        margin: 10px;
        height :auto;
    }
}

@media screen and (min-width: 1168px) {


    .project-wrapper {
        flex-direction: row;
        align-items : baseline;
    }

    .project-container {
        width: calc(100% / 3 );
    }
}
    /******************************************************HEADER STYLE**************************************************/

    .header-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .links {
        list-style: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .link {
        margin-right: 5px;
    }

        .link a {
            text-decoration: none;
            color: #d84315;
        }

        .link svg {
            width: 32px;
            height: 32px;
            color: #d84315;
        }

            .link svg:hover {
                color: white;
            }

    .resume {
        color: #d84315;
        border: 2px solid;
        padding: 5px;
    }

    .link a:hover {
        color: white;
        border-color: white;
    }



    /******************************************************ABOUT STYLE**************************************************/
    #about {
        padding-top: 50px;
    }

.about-img {
    border: 2px solid #d84315;
    border-radius: 100px;
}


    /******************************************************SKILL STYLE**************************************************/
    .skill-container {
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
        margin: auto;
    }

    @media screen and (min-width: 900px) {
        .skill-container {
            justify-content: center;
        }
    }

    .skill {
        border: 1px solid;
        border-radius: 8px;
        color: #d84315;
        margin: 10px;
    }

        .skill p {
            margin: 5px 8px;
            color: #d84315;
        }


    /***************************************************PROJECT PAGE STYLE**************************************************/

    .p_header {
        padding-top: 100px;
        color: #d84315;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .p_title {
        margin: 20px 0px;
        font-size: 50px;
        font-weight: bold;
    }

    .p_header_img {
        width: 600px;
        height: 400px;
    }


    .p_content {
        margin: auto;
    }



    @media screen and (min-width: 1200px) {
        .p_wrapper {
            max-width: 1168px;
            padding: 0px;
        }
    }

    @media screen and (max-width: 1200px) {
        .p_wrapper {
            padding: 0px 30px;
        }
    }


    .p_wrapper {
        margin: auto;
    }

h2.p_section_header {
    color: white;
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}

h3.p_section_subheader {
    color: white;
    text-align: left;
    font-weight: lighter;
    font-size: 1.5rem;
}
    .p_content_container {
        margin: 75px 0px;
    }

    .p_section_text {
        color: #cdcdcd;
        text-align: justify;
    }

        .p_section_text span {
            color: #ff3d00;
            ]
        }

    .p_content_vid_container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    p.vid_legend {
        font-style: italic;
        margin-top: 10px;
        padding-left: 10px;
    }

    .p_content_vid_container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .p_content_vid {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 0px;
    }

    @media screen and (min-width: 900px) {
        .p_content_vid {
            width: calc(50% - 8px);
        }
    }


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


    .p_img {
        cursor: pointer;
    }

    .p_img {
        transition: transform .1s;
    }

    /*
.p_img:hover {
        transform: scale(2.0);
}
*/


    /*******************************SLIDESHOW**********************/


    .vid_intro_container {
        position: relative;
    }

    .btn_soundvid {
        z-index: 2;
        position: absolute;
        left: calc(100% - 45px);
        top: 0;
        margin-top: 20px;
        display: none;
        color: white;
    }


    .btn_transparent {
        background: none;
        border: none;
        outline: none;
        box-shadow: none;
    }

        .btn_transparent:active, .btn_transparent:focus {
            outline: none;
        }

    .btn_slideshowMin {
    }

        .btn_slideshowMin:active, .btn_slideshowMin:focus {
            outline: none;
        }

    /*
.slideshow_img{
    width : 1920px;
    height : 1080px;
}

    */


{

}

@media (min-width: 576px) {
    .slideshow_dialog {
        max-width: 80%;
        margin: auto;
    }
}

.slideshow_content {
    background-color: #ff8a0000;
}

.slideshow_header
{
    border-bottom : 0px;
}

.slideshow_closeButton
{
    color : #fff;
    opacity : 1;
}

    .slideshow_closeButton:hover {
        color: #d16a4a;
        text-shadow: 0 1px 0 #d16a4a;
        opacity : 1;
    }

a.project_download {
    text-decoration: none;
    color: #d84315;
    font-size : 1.5rem;
    font-weight : bold;
}

a.project_download:hover{
    color : white;
}