a:hover {
    text-decoration: none;
}

hr {
    clear : both;
}

.btn {
    float : right;
}

.btn, a.btn {
    font-size: 16px;
}

.onlyMobile input {
    margin-top: 20px;
}

/*SECTION FRONT*/

.storeHome .backBottom {
    height: 100%;
}

.storeHome .sectionAbout {
    padding-right: 100px;
    padding-left: 100px;
}

.storeHome .sectionAbout p {
    color : rgba(0,0,0,.74);
    padding-right: 35px;
}

#introGalaxyApp {
    background-color: #21406B;
    color: var(--spec-color);
    background-image: url('../../../app/images/galaxie/header-galaxy-background-new.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 390px;
    font-family: Montserrat, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding-top : 120px;
}
    #introGalaxyAppLogo {
        display: flex;
        align-items: center;
        gap : 20px;
        padding-top: unset !important;
    }
    #introGalaxyAppIllus {
        width: 700px;
        max-width: 100%;
        margin-left: -70px;
    }


header .backBottom {
    background-image: none;
}

header {
    background:none;
}


#introGalaxyApp h1 {
    color: #FFF;
    text-transform:uppercase;
    font-size:63px;
    font-weight: bold;
    padding:30px 0 0 0;
}

#introGalaxyApp p {
    color:#fff;
    display: inline-block;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
}

#introGalaxyAppText {
    padding-left: 40px;
    padding-top: 20px;
}

#introGalaxyAppLogo {
    padding-top: 30px;
}

#introGalaxyAppLogo img {
    width: 100px;
    padding-top: 15px;
}

#imgHeaderGalaxie {
    margin-left: -220px;
}

#imgHeaderGalaxie img {
    width: 730px;
    padding-top: 50px;
}



/* Settings for the filters */

#containerInput {
    font-size: 14px;
}

.inputSearch {
    position :relative;
}

.inputSearch i {
    position: absolute;
    left: 15px;
    top:11px;
}

.inputSearch input[type=text] {
    padding: 0 0 0 40px;
    border: 1px solid #ccc;
    font-size: 14px;
}

/*Div is hidden by default*/
.filterDivMobile {
    display: none;
    border-radius: 8px;
}

.filterDiv {
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,.10);
    border-radius:10px;
}

.filterDiv a {
    white-space: unset;
    overflow-wrap: anywhere;
    cursor: pointer;
}

#filtersGalaxyWrapper {
    padding-left: 0;
}

#myBtnContainer .filter {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 8px;
}

#filtersGalaxy {
    background-color: #fff;
    margin-bottom: -20px;
}

#showFilters {
    text-align:right;
    margin: 0 0 -30px 0;
}

#showFilters button {
    background: transparent;
    border:none;
    text-decoration:underline;
    color: rgba(0,0,0,.74);
}

.filter:hover, .filterMobile:hover {
    background-color: rgba(0,143,196,0.25);
}
.filterDiv:not(showFilteredDiv) {
    display: none;
}
.filterDiv.showFilteredDiv {
    display: inline-block;
}

.filterTag {
    align-items:center;
    padding:0;
}

.filterTag > div{
    margin : 10px 0;
}
.filterTag span{
    border : 1px solid rgba(0,0,0, .12);
    color : #000;
    padding : 3px 30px;
    border-radius : 5px;
    cursor : pointer;
    line-height: 2.5em;
    font-size:15px;
}
.filterTag span.active{
    border : 1px dashed rgba(45,149,248, .25);
    background : rgba(45,149,248, .12);
    color : #2D95F8;
}


/*tables and store items settings*/

thead {
    display:none;
}

#tableProjectMobile .allTags, #tableProject .allTags {
    vertical-align: bottom;
    display : inline-block;
    margin-bottom : 15px;
}

#tableProjectMobile .allTags p, #tableProject .allTags p {
    border: 1px solid rgba(0,0,0,.12);
    padding:3px 8px;
    border-radius: 5px;
    color: rgba(0,0,0,.74);
    display: inline-block;
    margin-bottom: 8px;
    font-size:12px;
}

#tableProject .filterDivFrench {
    width: 46%;
}


#tableProject .filterDiv:hover, .sectionsProjects .col-sm-4:hover, #tableProjectMobile .col-sm-6:hover {
    background-color: #F5F5F5;
}

.module, .filterTag {
    box-shadow: 0px 0px 0px;
    padding-bottom:20px;
    border-radius: 5px;
    margin: 50px 12px 0 !important;
}

.filterTag  {
    margin: 20px 12px 0;
}

.form-control {
    width: 28%;
}

.module p, .module span, .filterTag span {
    margin-bottom:0;
    font-size: 15px;
    line-height: 1.5;
}

.filterSectionOtherLanguage {
    padding-left: 32px;
}

.filterDivOtherLanguage {
    width: 40%;
    margin: 50px 0 0 60px;
}

.sectionsProjects {
    padding : 0;
}

.sectionsProjects #tableProject {
    margin-top: 19px;
}

.content_module {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    border-radius: 0 0 13px 13px;
    border-radius : 10px;
}

.content_module .oneModule{
    width: 50%;
    margin-bottom : 30px;
}
.content_module .oneModule .module {
    height : 100%;
    margin-bottom : 10px;
}

.content_module #sectionCardsGalaxy {
    padding-left: 7px;
    padding-right: 7px;
}

.logoModule {
    width : 110px;
    border-radius: 12px;
}

.containerImg {
    height: 110px;
    width:  110px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 12px;
    margin: -35px 20px 0 0;
    box-shadow: rgb(0 0 0 / 16%) 3px 3px 10px;
    flex : none;
}

.contentPreview {
    flex-grow: 1;
}

.contentPreview h3 {
    margin-top: 10px;
    font-size: 17px;

}

.shortDescriptionSidebar p {
    padding: 0 10px;
    color: rgba(0,0,0,.74);
}

.linkModule {
    margin : 10px 20px 10px 10px;
    display: flex;
}

.linkModule h3 {
    font-size : 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: rgba(0,0,0, .87);
    margin: 15px 0;
}

.linkModule:hover {
    text-decoration: none;
    color : inherit;
    cursor : pointer;
}

.tag {
    border : 1px dashed rgba(54,134,224,.7);
    color : #3686df;
    border-radius : 20px;
    padding : 3px 10px;
    margin : 0 10px 0 0;
    line-height: 2.5em;
    white-space: nowrap;
}

.content_module .btn-success, .galaxySidebarSection .btn-success {
    background-color: transparent;
    color: #2D95F8;
    border:none;
    width: 100%;
    text-align: right;
    font-weight: 700;
}


.content_module .btn-success:hover {
    text-decoration: underline;
    color: #5CCCFF;
}

.content_module #sectionCardsGalaxy {
    padding-bottom: 30px;
}

/*galaxy sidebar style*/

#sidebarContainer {
    background: linear-gradient(#F8FCFF,#D4EAFF);
    height: 2450px;
    padding: 0;
    border-radius: 0px 10px 10px 10px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: -1550px;
}

.galaxySidebar {
    margin: 40px 0 0;
    border-left: 1px dashed #40A5EE;
}

.galaxySidebarSection {
    margin: 0 20px 40px;
    padding:5%;
    border-radius: 23px ;
}

#galaxySidebarTrailer {
    margin-top: 0;
    margin-bottom: 0;
}

#galaxySidebarTrailerTitle {
    margin-bottom: 30px;
}

#galaxySidebarTrailerTitle h2 {
    text-align: center;
    padding-left: 0;
}

#galaxySidebarTrailerImg img {
    width: 100%;
}

.galaxySidebarIntroFlex {
    display: flex;
    align-items: center;
}

.galaxySidebarTrainers, .galaxySidebarAccountants, .galaxySidebarIntegrators, .galaxySidebarJoin, .galaxySidebarAssistants {
    background-color: rgba(255,255,255,0.75);
}

.galaxySidebarTrainers img, .galaxySidebarIntegrators img, .galaxySidebarAccountants img, .galaxySidebarAssistants img {
    max-width: 100px;
}

.galaxySidebarJoin img {
    max-width:70px;
}

.galaxySidebarTitle h2 {
    font-family:Montserrat, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: rgba(0,0,0,.87);
    padding-left:10%;
}

.galaxySidebarDescription {
    margin-top:5%;
    font-size: 16px;
    font-style: italic;
}

.galaxySidebarDescription p, .contentPreview p, .galaxySidebarVideo h3, .module p, .module span, .filterTag span {
    color: rgba(0,0,0,.74);
}

.galaxySidebarVideo {
    margin-top: 30px;
}

.galaxySidebarVideo a {
    color: black;
}

.galaxySidebarVideo iframe {
    width: 100%;
}

.galaxySidebarVideo h3 {
    text-decoration:underline;
    font-size: 16px;
    margin:10px 0 0 0;
    font-family: 'Open Sans', Sans-serif  ;
}

.galaxySidebarSection .btn-success {
    font-weight: 600;
}

.galaxySidebarButton {
    text-align: center;
    margin-top: 20px;
    font-family:Montserrat, sans-serif;
    font-size:16px;
    color: #2D95F8;
}

.content_module .btn-success:focus, .content_module .btn-success:active, .content_module .btn-success.hover, .galaxySidebarSection:focus, galaxySidebarSection:active, galaxySidebarSection.hover {
    color: #3E90DE;
    text-decoration: none;
    background-color: transparent;
}


/* galaxy footer settings */

#galaxyFooter {
    background-image: url('../../images/store/footer-galaxy-background.png ');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 520px;
    margin-top: -110px;
    width: 100%;
    color: #fff;
    padding-top: 200px;
}

#titleFooterGalaxy {
    font-size: 24px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

#textFooterGalaxy {
    padding: 10px 0;
}

.footerSection {
    margin-top: 400px;
}

#ctaGalaxy {
    display: flex;
}

#ctaGalaxy .btn-home {
    margin: 0 10px 0 0;
}

@media (min-width: 1800px) {
    .backBottom #introGalaxyApp {
        height: 380px;
    }
    #galaxyFooter {
        height: 550px;
    }
    #imgHeaderGalaxie {
        margin-left: -230px;
    }
    #imgHeaderGalaxie img {
        width: 810px;
        padding-top: 12px;
    }
}

@media (min-width: 1600px) and (max-width: 1800px) {
    #imgHeaderGalaxie {
        margin-left: -360px;
    }
    #imgHeaderGalaxie img {
        width: 860px;
        padding-top: 12px;
    }
}

@media (max-width: 1600px) {
    .filterTag span {
        margin-left: 5px;
    }

    .module span, .filterTag span {
        font-size: 14px;
    }
    .footerSection {
        margin-top: 460px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
    #galaxyFooter {
        margin-top: -50px;
    }
    .storeHome .sectionAbout {
        padding-right: 20px;
        padding-left: 20px;
    }
}


@media only screen and (max-width: 1365px) {
    .filterTag span{
        display : block;
        line-height: 1.5em;
        margin : 5px 0;
    }
    .content_module .oneModule {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    #modalStoreDetail .modal-dialog {
        min-width : 1000px;
    }
}

@media only screen and (max-width: 768px) {
    #introGalaxyApp {
        flex-direction: column;
    }

    img {
        max-width: none !important;
    }

    #galaxyContainer {
        margin-bottom: 180px;
    }

    .storeHome .sectionAbout {
        padding-right: 0;
        padding-left: 0;
    }

    .storeHome .sectionAbout p {
        color : rgba(0,0,0,.74);
        padding-right: 0;
    }

    .projects-heading {
        display: none !important;
    }

    header h1 {
        margin-top: 10px;
    }

    #introGalaxyApp {
        background-image: url('../../../app/images/galaxie/background-galaxie-intro-mobile.png');
        padding-top: 100px;
        padding-left: 0;
        height: 420px;
    }
    #introGalaxyAppLogo{
        flex-direction: column;
        gap : 0;
        margin-bottom: 20px;
    }
    #introGalaxyApp h1 {
        font-size: 30px;
        padding-top: 15px;
    }

    #introGalaxyApp #introGalaxyAppText, #introGalaxyApp #introGalaxyAppLogo {
        text-align: center !important;
    }

    #introGalaxyApp p {
        font-size: 16px;
    }

    #imgHeaderGalaxie {
        display: none;
    }

    #introGalaxyAppText {
        padding: 0;
    }

    #introGalaxyApp img {
        width: 75px;
    }
    #introGalaxyAppIllus {
        width: unset !important;
        max-width: 100% !important;
        margin-left: unset;
    }

    #myBtnContainer {
        margin: 30px 0 50px 0;
    }

    #myBtnContainer .filter {
        display: block;
        margin-bottom: 0px;
    }

    #containerInput {
        margin-bottom: 30px;
    }

    #hideFilters {
        display: none;
        margin-top: 60px;
    }

    .filterTag {
        display : block;
        width: 100%;
        text-align: center;
        padding-bottom: 0;
    }

    .filterTag > div {
        margin-top: 30px;
    }

    #tableProject .filterDivFrench {
        width: 100%;
    }

    .tag {
        margin:0;
    }

    .content_module {
        margin-top: -40px;
    }

    .module {
        padding-top: 0;
        margin: 30px 0;
    }

    .form-control {
        width: 100%;
    }

    .module h3 {
        margin-bottom: 15px;
        font-size: 19px;
    }

    .module .contentPreview p {
        text-align:left;
    }

    .linkModule {
        margin : 10px ;
    }

    .shortDescriptionMobile p, .shortDescriptionMobile span {
        font-size: 15px;
    }

    .galaxySidebar {
        margin-top: 30px;
    }

    .galaxySidebarSection {
        margin: 0 -22px 40px;
        background-color: #EEF5FE;
        border-radius: 0px;
        padding-top : 40px;
        padding-bottom: 40px;
    }

    .galaxySidebarVideos .galaxySidebarIntroFlex:first-child {
        margin-left: 20px;
    }

    .galaxySidebarTitle h2 {
        font-size: 22px;
    }

    .galaxySidebarTrainers .galaxySidebarIntroFlex img, .galaxySidebarIntegrators .galaxySidebarIntroFlex img, .galaxySidebarAccountants .galaxySidebarIntroFlex img {
        width: 120px;
    }

    .galaxySidebarIntegrators .sidebarDescription {
        margin-top:10px;
    }

    #galaxyFooter {
        margin-top: -200px;
        padding-top:60px;

    }

    #ctaGalaxy, #ctaGalaxy a {
        display: block;
        text-align: center;
    }

    #ctaGalaxy .btn-home {
        margin: 30px 0 20px 0;
    }
}