/* !!! REDEFINE RULES DEPENDING ON SCREEN WIDTH !!! */
@media (max-width: 480px){
    .langSection{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column!important;

    }
    .langItem{
        margin-left:16px;
    }
}

@media (max-width: 560px){
    .skillsItem {
        width: 100%;
    }
    .skillsWrapper{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
                flex-direction:column
    }
    .skillsWrapper .skillsItem:nth-child(1) .progress-bar{background-color: #ffad16;}
    .skillsWrapper .skillsItem:nth-child(2) .progress-bar{background-color:#ffad16;}
    .skillsWrapper .skillsItem:nth-child(3) .progress-bar{background-color:#ffad16;}
    .skillsWrapper .skillsItem:nth-child(4) .progress-bar{background-color:#5cb85c;}
    .skillsWrapper .skillsItem:nth-child(5) .progress-bar{background-color:#5cb85c;}
    .skillsWrapper .skillsItem:nth-child(6) .progress-bar{background-color:#5cb85c;}
    .skillsWrapper .skillsItem:nth-child(7) .progress-bar{background-color:#d9534f;}
    .skillsWrapper .skillsItem:nth-child(8) .progress-bar{background-color:#d9534f;}
    .skillsWrapper .skillsItem:nth-child(9) .progress-bar{background-color:#d9534f;}
    .skillsWrapper .skillsItem:nth-child(10) .progress-bar{background-color:#ffad16;}
    .skillsWrapper .skillsItem:nth-child(11) .progress-bar{background-color:#ffad16;}
    .skillsWrapper .skillsItem:nth-child(12) .progress-bar{background-color:#ffad16;}
    .skillsWrapper .skillsItem:nth-child(13) .progress-bar{background-color:#5cb85c;}
    .skillsWrapper .skillsItem:nth-child(14) .progress-bar{background-color:#5cb85c;}
    .skillsWrapper .skillsItem:nth-child(15) .progress-bar{background-color:#5cb85c;}
    .skillsWrapper .skillsItem:nth-child(16) .progress-bar{background-color:#d9534f;}
    .skillsWrapper .skillsItem:nth-child(17) .progress-bar{background-color:#d9534f;}
    .skillsWrapper .skillsItem:nth-child(18) .progress-bar{background-color:#d9534f;}
    .skillsWrapper .skillsItem:nth-child(19) .progress-bar{background-color: #ffad16;}
    .skillsWrapper .skillsItem:nth-child(20) .progress-bar{background-color:#ffad16;}
    .skillsWrapper .skillsItem:nth-child(21) .progress-bar{background-color:#ffad16;}
}

@media (max-width:697px){
    .footer-section{
        font-size: 15px;
        text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
    }
    .siteCredits{
        font-size: 11px;
    }
    .contactRow{
        font-size:14px;
    } 
    .aboutSheet{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column!important;
    }
    .aboutSheetLeft {
        padding-right: 0;
        max-width: 100%;
    }
    .expSheet{
        flex-direction:column!important;
    }
    .expRight {
        padding-left: 0;
    }
    .expLeft{
        width:100%;
        margin-bottom:8px;
        padding-bottom:4px;
        border-bottom:1px solid #445AFF;
    }
    /*.skillsRow{
        flex-direction:column!important;
    }

    .skillsRow>.skillsItem, .skillsColumn {
        width: 100%!important;
    }*/

    .hobbiesSheetWrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column!important;
    }
    .hobbiesSheet{
        width:100%;
    }
    .lastInfosSheet {
        width: 100%;
    }
    .lastInfosSheet .sheetContent{
        text-align:left;
    }
}

@media (max-width:800px){
    .formationHeader, .formationItem{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column!important;
        margin-bottom:12px;
    }
    .formationHeaderLeft, .formationItemLeft{
        border-bottom:1px solid;
        margin-bottom:8px;
        text-align: center;
        
        -webkit-align-self: center;
        -ms-flex-item-align: center;
                align-self: center;
    }
}
@media (max-width:960px){

}

@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
}

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

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

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
    
}

@media (min-width:697px) {
    .lastInfosSheet{
        width:100%;
        max-width: 300px;
    }
}

/* @media (min-width:931px) {
    .lastInfosMiddle{
        margin: 16px auto;
    }
} */

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .navbar {
        height:84px;
        padding: 24px 16px;
    }
    .navbar > *, .nav {
        padding:8px;
	    margin:0 4px;
    }
    .header-menu-logo{
        /* height:0; */
        margin: 0;
        width: 0;
        opacity: 0;
    }
    .navSlideMenu{
        display:none;
    }
    .content-section{
        padding-top:0;
        min-height: calc(100vh - 56px - 84px - 24px)!important;
    }
    .myName{
        font-size: 3em;
    }
    .myJobTitle{
        font-size: 1.8em;
    }
    .sectionTitle{
        margin:0;
        height:0;
        opacity:0;
    }
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 
}

