/*general*/

hr {
    border-top : 0px !important;
    border-bottom: 1px dashed var(--spec-color-h1) !important;
    margin: 80px 0 !important;
}
#integrationIntroText {
    color: #fff !important;
}

#integrationIntroText span {
    color: #fff !important;
}
#integrationIntroText span a {
    color: #cae8ff !important;
    text-decoration: underline;
}

#introAriane {
    display: flex;
    align-items: center;
    padding-top: 50px;
    font-weight: 500;
    margin-top : 50px;
}

#introAriane a {
    color: #fff;
    font-weight: 700;
}

#introAriane img {
    margin: -15px 15px 0;
    width: 8px;
}

header h1 {
    padding: 30px 0 20px;
    font-size: 28px;
}
header h1 i {
    font-weight: 400;
    font-style: normal;
}

#storeLongDescription div, #storeLongDescription p {
    color: #fff !important;
    line-height: 1.5;
    font-family: "Open Sans", Sans-serif;
}

#storeLongDescription a {
    color: #fff;
    text-decoration: underline;
}

#linkStore {
    color: white;
    border: 1px solid #fff;
    border-radius: 2em;
}

#introText .btn#linkStore {
    margin-left: 30px;
}

#introLogoAxo, #logoIntegration {
    /*display: inline-block;*/
    display: inline-flex;
    align-items: center;
    width: 130px;
    height: 130px;
    background:white;
    border-radius: 20px;
    vertical-align: middle;
}

#introImg {
    padding: 60px 0 0 100px;
}

#introText .btn {
    margin: 20px 0 70px 0;
}

#introLogoAxo {
    margin-right: 50px;
    padding: 10px;
}

#logoIntegration {
    margin-left: 50px;
    position: relative;

}
#logoIntegration span {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 1.3em;
    text-transform: capitalize;
    color: white;
    hyphens: auto;
    line-height: 1em;
    background: #007ed4;
    border-radius: 15px;
    margin: 5px;
    padding: 5px;
    overflow: hidden;
}
#logoIntegration i {
    display: inline-block;
    position: absolute;
    bottom : -10px;
    right : -10px;
    background: rgba(0, 46, 73, 1);
    color : white;
    border-radius: 15px;
    padding: 5px 10px;
    overflow: hidden;
    font-size: .8em;
    font-style: normal;
}
#logoIntegration img{
    border-radius: 20px;
}

#secondaryBtnStorePublic {
    padding-left: 0;
}

#secondaryBtnStorePublic a {
    border: 1px dashed rgba(255,255,255,.4);
    color: #fff;
    padding: 10px 20px;
    border-radius: 2em;
}

#secondaryBtnStorePublic a:hover {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
}

/*section possibilities*/

#possibilitiesIntegration {
    padding-top: 20px;
    padding-bottom: 20px;
}

#imgPossibilities {
    margin-top: 60px;
}
#imgPossibilities img{
    width: 80%;
}

.titleSectionDetailStore {
    font-size: 28px;
}

#possibilitiesIntegration .titleSectionDetailStore, #videoIntegration .titleSectionDetailStore {
    margin-bottom: 40px;
}
#videoIntegration .video-responsive{
    border : 10px solid white;
    box-shadow: 0 15px 20px rgba(0,0,0,.1);
}

#benefitsStore .titleSectionDetailStore {
    margin-bottom: 60px;
}

#textPossibilities {
    padding: 60px 0 0 4%;
}
#textPossibilities li, .descriptionBenefits, .descriptionVideo {
    color: #676767;
}

.descriptionVideo span {
    color: #676767 !important;
}

#textPossibilities ul li:before{
    content:url('../../images/store/icon-check.png') ;
    position:relative;
    left:-3px;
    transform: scale(.5);
    width: 50px;
    height: 10px;
}

#textPossibilities svg {
    width: 10px;
}

#textPossibilities li img {
    width: 3px;
}

#titleVideoPossibilities {
    margin: 60px 0 0;
}
#titleVideoPossibilities p {
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    color: var(--spec-color-h1);
    font-weight: 700;
    margin-bottom: 40px;
}
/* Section benefits */

.numberBenefitsStore {
    border: 1px dashed var(--spec-color-h1);
    border-radius: 60px;
    width: 60px;
    height: 60px;
    margin: 0 41%;
    font-size: 30px;
    padding-top: 6px;
}

.titleSectionDetailStore, .numberBenefitsStore , .secondaryTitleBenefitsStore {
    font-family: "Montserrat", Sans-serif;
    color: #234371FF;
    color: var(--spec-color-h1);
    font-weight: 700;
}

.secondaryTitleBenefitsStore {
    font-size: 18px;
    margin-top: 39px;
}

.descriptionBenefits {
    margin-top: 34px;
}

.illusBenefitsStore {
    margin: 30px 0;
}

#titleVideoPossibilities {
    padding: 0 350px ;
}

#imgVideo {
    padding: 50px 80px 0 0;
}

#imgVideo img {
    width: 100%;
}

#textVideo {
    padding: 60px 0 0 4%;
}

/* footer */

#footerGalaxyDetail {
    background: linear-gradient(90deg, #1f2733, #204383);
    margin-top: 100px;
}


#footerGalaxyDetail .container {
    padding: 100px 0;
}

#footerGalaxyDetailText {
    padding: 40px 0 0 220px;
    color: #fff;
}

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

#footerGalaxyDetail a {
    margin-top: 30px;
}
#footerGalaxyDetail img {
    width:300px;
    margin-right: 150px;
}

@media only screen and (min-width: 1600px) {
    #introText #secondaryBtnStorePublic {
        margin-left: -40px;
    }
    #textPossibilities {
        padding:60px 0 0;
    }
    #imgVideo {
        padding: 50px 100px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
    #titleVideoPossibilities {
        padding: 0 250px ;
    }
}

@media only screen and (min-width: 768px) {
    #integrationIntroText {
        padding-right: 100px;
    }
}

@media only screen and (max-width: 768px) {

    iframe {
        width:100%;
        height: 200px;
    }

    header h1 {
        padding:0 0 30px 0;
    }

    #btn-intro {
        text-align: center;
    }

    #introAriane {
        padding-right: 15px;
        padding-left: 15px;
    }

    #introGalaxyApp {
        flex-direction: column-reverse;
        padding : 0 30px;
    }

    #introImg {
        padding: 30px 0 40px 0;
        text-align: center;
    }

    #introLogoAxo, #logoIntegration {
        width: 100px;
        height: 100px;
    }

    #introText .btn {
        margin:0;
        white-space: break-spaces;
        width: 100%;
    }

    #introText .btn-home {
        margin-top: 20px;
    }

    #introText .btn#linkStore {
        margin: 20px 0 20px;
    }

    #secondaryBtnStorePublic {
        padding-left: 15px;
        margin: 20px 0;
    }

    #imgPossibilities img {
        width: 100%;
    }

    .titleSectionDetailStore {
        font-size: 20px;
    }
    .titleSectionDetailStore br {
        display: none !important;
    }

    .checkPossibilities img {
        margin-right: 40px;
    }

    #benefitsStore .col-sm-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .descriptionBenefits {
        margin-bottom: 50px;
    }

    #hrBenefits {
        margin: 10px 0 0 0;
    }

    #textPossibilities {
        padding: 30px 0 0 0;
    }

    #titleVideoPossibilities {
        padding: 0;
    }

    #textVideo {
        padding: 30px 0 0 10px;
    }

    #imgVideo {
        padding: 30px 0 0;
    }

    #footerGalaxyDetail .container {
        padding : 50px 40;
    }

    #footerGalaxyDetail {
        margin-top: 20px;
    }

    #footerGalaxyDetailText {
        padding: 40px 0 0 0px;
        color: #fff;
    }

    #footerGalaxyDetailTitle {
        text-align: center;
    }

    #footerGalaxyDetailImg {
        margin-top: 50px;
    }

    #footerGalaxyDetailImg img {
        width: 200px;
        margin-right: 0;
    }
    #introAriane {
        display: block;
    }
    #introAriane > *{
        display: inline-block;
    }
}