@media (max-width: 500px) {
    .subtitle-section{
        font-size: 16px !important;
        line-height: 24px !important;
    }
    h3 {
        margin: 8px 24px !important;
    }
    .container.article{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    h3{
        font-size: 14px !important;
        margin: 8px 24px !important;
    }
}

#main {
    margin-top: 150px;
}

.header-title{
    font-size: 120px;
    font-weight: 300;
    padding-bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -20px;
    margin-top: 40px;
    text-transform: uppercase;
}

p{
    margin-left: 0 !important;
}

h1 {
    font-weight: 700;
    color: #3F4960;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 0px;
    margin-top: 25px;
}


h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 24px;
}

.texte {
    font-size: 16px;
    color: #3F4960 !important;
    font-weight: 400;
    margin-bottom: 56px;
}

#main span{
    color: #3F4960 !important;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.container.article {
    max-width: 880px;
    margin: 40px auto;
}

.container.similar {
    max-width: 1380px;
    margin: 40px auto;
}

.clickable {
    cursor: pointer;
}

header.video_header {
    background: transparent linear-gradient(270deg, #15A0DA 30%, #36D0DC 70%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(180deg, #15A0DA 30%, #36D0DC 70%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(180deg, #15A0DA 30%, #36D0DC 70%) 0% 0% no-repeat padding-box;
    height: 420px;
    padding-top: 65px;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.video_header_shop {
    background: transparent linear-gradient(74deg, #f15f79 30%, #b44692 70%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(26deg, #f15f79 30%, #b44692 70%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(26deg, #f15f79 30%, #b44692 70%) 0% 0% no-repeat padding-box;
    height: 420px;
    padding-top: 65px;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section {
    color: #000;
    overflow: hidden;
}

section.category .category-title {
    font-size: 35px;
    margin: 0px 0 40px 0;
    line-height: 35px;
    text-align: center;
    font-weight: 500;
    padding: 10px 0;
}

section.category .category-title span {
    background: #fff;
    color: #3F4960;
    font-weight: 700;
}


section.category>article {
    position: relative;
    padding: 7px;
    float: left;
}

section.category>article .content-wrapper {
    padding: 7px;
    color: #fff;
}

section.category>article .content-wrapper, section.category>article .text-protector {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

section.category>article .content-wrapper:hover .show-on-hover {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in,transform .2s ease-in;
    -o-transition: opacity .2s ease-in,transform .2s ease-in;
    transition: opacity .2s ease-in,transform .2s ease-in;
    border-radius: 8px;
}

section.category>article .content-wrapper:hover .hidden-on-hover {
    opacity: 0;
    transform: rotateX(90deg);
    -webkit-transition: opacity .2s ease-in,transform .2s ease-in;
    -o-transition: opacity .2s ease-in,transform .2s ease-in;
    transition: opacity .2s ease-in,transform .2s ease-in;
    border-radius: 8px;
}

section.category>article .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.category>article .content, section.category>article .text-protector {
    margin: 7px;
}

section.category>article .text-protector {
    background-color: rgba(0,0,0,.2);
}

section.category>article .content-wrapper .hidden-on-hover {
    opacity: 1;
    transform: rotateX(0);
    -webkit-transition: opacity .2s ease-in,transform .2s ease-in;
    -o-transition: opacity .2s ease-in,transform .2s ease-in;
    transition: opacity .2s ease-in,transform .2s ease-in;
    border-radius: 8px;
}

section.category>article .content-wrapper .show-on-hover {
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in,transform .2s ease-in;
    -o-transition: opacity .2s ease-in,transform .2s ease-in;
    transition: opacity .2s ease-in,transform .2s ease-in;
    border-radius: 8px;
}

section.category>article img {
    width: 100%;
    height: 100%;
}

section img {
    max-width: 100%;
}

section.category>article img.icon.small {
    height: 30px;
}

section.category>article img.icon {
    width: auto;
    height: 80px;
    margin: 5px;
}

.small, small {
    font-size: 87%;
}

section.category>article .content-wrapper .content .cat-title {
    text-transform: uppercase;
    font-size: 12px;
}

section.category>article .content-wrapper .content h5 {
    padding: 0 10px;
    font-size: 24px;
    font-weight: 300;
    line-height: 160%;
}

section.category>article img.logo {
    height: 20px;
    width: auto;
}

section.category>article img.icon {
    width: auto;
    height: 80px;
    margin: 5px;
}


.text-center.backgroud-footer-design{
    background-color: #1b1b1b;
}

#container-button-action{
    margin-top: 2%;
    margin-bottom: 5%;
}

#container-button-action .btn-action-create-project{
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    border: none;
    padding: 13px 26px 11px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #009ed9;
    outline: none;
    text-decoration: none;
}

#container-button-action .btn-action-create-project:hover{
    background-color: #23527c;
}

@media (hover: hover){
    .show-touchscreen {
        display: none;
    }    
    .hide-touchscreen {
        display: initial;
    }
}

@media (max-width : 768px){
    section.category>article img.icon.small {
        height: 17px;
    }
    section.category>article .content-wrapper .content .cat-title {
        text-transform: uppercase;
        font-size: 9px;
    }

    .header-title {
        font-size: 50px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px){
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px){
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}