@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
}

@media (max-width:995px) {
    .contact-black-square {
        display:none;
    }
    h1{
        font-size:21px;
    }
}
@media (min-width:1300px) and (max-width:1440px) {
    .questionnary-result h1{
        font-size:32px;
    }
    .questionnary-result h2{
        font-size:18px;
    }
    .questionnary-result .action-button a{
        height:40px;
        padding-top:12px;
    }
    .questionnary-result .action-button a{
        font-size:13px;
    }
    .questionnary-result .action-button a:hover{
        font-size:13px;
    }
    .questionnary-result .target_pics{
        margin-top:10px;
    }
    .questionnary-result .desktop-share span{
        font-size:16px;
    }
    .questionnary-result .desktop-share img{
        width:20px;
        height:auto;
    }
    .questionnary-result .desktop-share {
        margin-top:10px;
        margin-bottom:0px;
    }
    .questionnary-result .epitechtag {
        margin-top:5px;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .questionnary-result h1{
        font-size:24px;
    }
    .questionnary-result h2{
        font-size:14px;
    }
    .questionnary-result .action-button a{
        height:24px;
        padding-top:5px;
    }
    .questionnary-result .target_pics{
        margin-top:10px;
    }
    .questionnary-result .desktop-share span{
        font-size:14px;
    }
    .questionnary-result .desktop-share img{
        width:20px;
        height:auto;
    }
    .questionnary-result .desktop-share {
        margin-top:10px;
        margin-bottom:0px;
    }
    .questionnary-result .epitechtag {
        margin-top:5px;
    }
    .jobdescription .desktop-share img {
        width: 24px;
        height: 24px;
    }
    .jobdescription h1 {
        font-size:28px;
    }
    .jobdescription .job-sheet h3 {
        font-size:16px;
    }
    .jobdescription .reset-button{
        font-size:13px;
        height:35px;
        padding-top:10px;
    }
    .jobdescription .default-button{
        font-size:13px;
        height:35px;
        padding-top:10px;
    }
}



@media (max-width:1200px) {
    .questionnary-result .epitechtag{
        padding-right:0px;
        text-align:center;
        margin-top:10px;
    }
     .questionnary-result .desktop-share img {
         width:25px;
         height:auto;
    }
     .jobdescription {
         height:auto;
     }
     .jobdescription h1{
         margin-top:20px;
     }
     .jobdescription .job-sheet{
         padding-left:15px;
         margin-top:20px;
     }
     .jobdescription .desktop-share{
         display:none;
     }
     .jobdescription .epitechtag{
         display:none;
     }
     .jobdescription .button-content{
         margin-bottom: 30px;
     }
}

@media (max-width:1024px) {
    .questionnary-result .action-button a{
        font-size:12px;
    }
    .questionnary-result .action-button a:hover{
        font-size:12px;
    }
    .questionnary-result .target_pics{
    }
}

@media (max-width:768px) {
    .jobbutton{
        width:100%;
    }
    .knowmore img{
        width:100%;
    }
    .contact-elem .form-check-label{
        font-size:12px;
    }
    .social-part{
        display:none !important;
    }

    .share-mobile-button {
        display:inline-block;
    }
    .questionnary-content label {
        font-size: 13px;
    }
    .questionnary-content label:hover{
         font-size: 13px;
    }
    .questionnary-content input[type="radio"]:checked+label {
        font-size: 13px;
    }
    .questionnary-content h2 {
        font-size:17px;
    }
    .pic-parts {
        margin-top:10px;
        margin-bottom:10px;
    }
    .questionnary-result-h1 {
        font-size:17px;
    }
    .homepage-content h1{
        font-size:23px;
    }
    .epitechtag{
        text-align:center;
        font-size: 14px;
    }
    .epitechtag img {
        width:108px;
    }
    .questionnary-result .discover-work{
        display:none
    }
    .questionnary-result .desktop-share{
        display:none;
    }
    .questionnary-result .share-button{
        display:inline-block;
        margin-top:10px;
    }
    .questionnary-result .epitechtag {
        padding-top: 5px;
    }
    .questionnary-result .epitechtag img {
        width: 90px;
     }
    .questionnary-result h1{
        font-size:24px;
    }
    .questionnary-result h2{
        font-size:18px;
    }
    .jobdescription h1{
        font-size:18px;
    }
    .jobdescription h2{
        font-size:18px;
    }
    .cookies {
        position:fixed;
        bottom:0;
        padding:15px;
        height:120px;
        line-height:16px;
    }
    .cookies span {
        display:block;
        margin-bottom: 20px;
    }
    .cookies a {
    }
    .contact-elem{
        background-image: url('../images/background.png');
         background-size:cover;
    }
    .targetpicsimg{
        transition: transform .5s ease;
    }
    .picstozoom {
        transform: scale(1.1);
    }
}

@media (max-width:700px) {
    .logofooter{
       position:relative;
        width:100%;
        text-align:center;
        margin-top:-65px;
    }
    .logofooter.nodisp{
        display:none !important;
    }
    .job-detail-result{
        padding:18px;
    }
    .questionnary-result{
        height:100% !important;
        padding-bottom:80px;
    }
    .questionnary-result-h2{
        padding-bottom:14px !important;
    }
    .logofooter img{
        width:80px;
    }
    .unreveal {
        top: -100px;
    }
    .mobiledisp{
        display:block;
    }
    .desktopdisp{
        display:none;
    }
    .message p{
        display:block;
    }
}

@media (max-width:560px) {
    .unreveal {

        top: -125px;
    }
    .mobiledisp{
        display:block;
    }
    .desktopdisp{
        display:none;
    }
    .message p{
        display:block;
        margin-top:20px;
    }
}

@media (max-width:492px){
    h1{
        font-size:24px;
    }
    h2{
        font-size:20px;
    }
    .home-background {
        background-image: url('../images/background.png');
        background-size:cover;
    }
    .unreveal{

        top: -150px;
    }
    .mobiledisp{
        display:block;
    }
    .desktopdisp{
        display:none;
    }
    .message p{
        display:block;
    }
}

@media (max-width:426px){
    h1{
        font-size:24px;
    }
    h2{
        font-size:20px;
    }
    .home-background {
        background-image: url('../images/background.png');
        background-size:cover;
    }
    .mobiledisp{
        display:block;
    }
    .desktopdisp{
        display:none;
    }
    .unreveal{
        top: -175px;
    }
    .message p{
        display:block;
    }
}