/* ============================================================
   SMART TECHNOLOGIES — RESPONSIVE APROPOS
   Même système de points de rupture que responsive-index.css :
   1290 · 1200 · 1024 · 900 · 769 · 600 · 485 · 425 · 375 · 320
   À charger APRÈS apropos.css
   ============================================================ */


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

    /* Réservé — pas d'ajustement nécessaire à ce palier sur cette page */

}


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

    /********************************* Story **********************/

    .story-grid {
        gap: 44px;
    }

    /********************************* Stats band **********************/



    /********************************* Values **********************/



    /********************************* Mission / Vision **********************/



    /********************************* Personnel **********************/



    /********************************* CTA **********************/

}


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

    /********************************* Story **********************/

    .story-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .story-visual {
        width: 520px;
        margin: 0 auto;
        /* justify-content: center; */
    }

    .wrapper-apropos {
        padding: 80px 0 60px;
    }

    .shape-form.shape-5 {
        width: 120px;
    }

    .story-content {
        width: 80%;
        margin: 0 auto;
        margin-top: 39px;
    }

    .shape-form.shape-3 {
        width: 100px;
    }
    
    .shape-form.shape-1, .shape-form.shape-2 {
        width: 350px;
        height: 350px;
    }
    
    .shape-form.shape-4 {
        width: 120px;
        top: 514px;
        right: 161px;
    }

    .vertical-text {
    left: 62px;
    padding: 25px 15px;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .argument-item {
        width: 48%;
    }

    /********************************* Stats band **********************/

    .stats-grid {
        grid-template-columns: repeat(2,1fr);
        row-gap: 34px;
    }

    .stats-band {
        padding: 50px 0;
    }
    
    .stats-grid > div:nth-child(2n) {
        border-right: none;
    }

    /********************************* Values **********************/



    /********************************* Mission / Vision **********************/



    /********************************* Personnel **********************/

    .item-personnel {
        width: calc(100% / 2);
        margin-bottom: 30px;
    }

    /********************************* CTA **********************/

    .cta-actions {
        justify-content: center;
    }

}


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

    /********************************* Story **********************/



    /********************************* Stats band **********************/



    /********************************* Values **********************/

    .value-row {
        grid-template-columns: 50px 40px 1fr;
        gap: 16px;
    }

    .value-desc {
        grid-column: 2/4;
    }

        .item-apropos-right-content {
        width: 50%;
    }

    /********************************* Mission / Vision **********************/

    .item-apropos-top {
        width: 100%;
        margin-bottom: 24px;
    }

    /********************************* Personnel **********************/



    /********************************* CTA **********************/

}


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

    /********************************* Story **********************/

    .story-img-main {
        width: 100%;
        max-width: 330px;
        height: 370px;
        /* margin: 0 auto; */
        border-width: 7px;
    }

    .story-visual {
        justify-content: flex-end;
        width: 400px;
    }

    .story-chapo {
        font-size: 15px;
    }
    .story-img-small-2 {
        width: 200px;
        border-width: 6px;
    }

    .story-img-small-1 {
        width: 180px;
        height: 135px;
        left: -20px;
        border-width: 6px;
    }
    
    .vertical-text {
        left: 2px;
    }
    
    .argument-item {
        width: 47%;
    }
    
    .story-content {
        width: 90%;
    }

    .story-p {
        font-size: 14px;
    }

    .argument-title {
        font-size: 16px;
    }

    .argument-text {
        font-size: 13px;
        line-height: 1.5;
    }

    .dashboard-mockup {
        max-width: 460px;
        margin: 0 auto;
    }

    /********************************* Stats band **********************/

    .stat-num {
        font-size: 36px;
    }

    .stat-label {
        font-size: 12.5px;
    }

    /********************************* Values **********************/

    .wrapper-values {
        padding-bottom: 40px;
    }
    .value-title {
        font-size: 16px;
    }

    .value-desc {
        font-size: 13px;
    }

    .value-shape-1 {
        width: 200px;
    }
    
    .wrapper-values::before {
        background-size: 200px;
    }
    
    .wrap-item-apropos-right-content {
        padding: 20px;
    }
    
    .apropos-right-icon-box {
        width: 64px;
        height: 64px;
        border-radius: 15px;
        font-size: 25px;
        margin-bottom: 17px;
    }
    
    .apropos-right-text-box p {
        font-size: 14px;
    }
    
    .value-shape-2 {
        width: 200px;
        bottom: -91px;
    }

    /********************************* Mission / Vision **********************/

    .wrapper-vision {
        padding-bottom: 30px;
    }
    
    .apropos-top-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .wrap-item-apropos-top.active .apropos-top-img, .wrap-item-apropos-top:hover .apropos-top-img {
    width: 190px;
    height: 190px;
}

.apropos-top-img {
    width: 180px;
    height: 180px;
}

.wrap-item-apropos-top.active .apropos-top-text-content, .wrap-item-apropos-top:hover .apropos-top-text-content {
    padding: 15px 0 25px;
}
    
    .apropos-top-desc {
        font-size: 13px;
        padding: 0px;
        line-height: 22px;
    }

    /********************************* Personnel **********************/

    .wrap-item-personnel .text-box .title {
        font-size: 15px;
        margin: 0;
    }

    .wrap-item-personnel .text-box .designation {
        font-size: 12px;
    }
    
    .personnel-img {
        height: 250px;
    }
    
    .wrap-item-personnel .icon-box >li>a {
        width: 40px;
        height: 40px;
    }
    
    .icon-box li >.sub-icon-box> li> a {
        width: 40px 40px;
    }

    section.wrapper-personnel {
        padding: 50px 0 25px;
    }

    /********************************* CTA **********************/

    .wrap-cta {
        padding: 40px 24px;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-actions .primary-btn {
        width: 100%;
        justify-content: center;
    }

}


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

    /********************************* Story **********************/

    .story-year-badge {
        padding: 10px 16px;
    }

    .story-year-badge strong {
        font-size: 18px;
    }

    
    .wrap-image-panel-right {
        width: 50px;
        font-size: 15px;
    }

    .story-img-small-1 {
        width: 160px;
        height: 115px;
    }
    
    .story-img-small-2 {
        width: 180px;
    }
    
    .wrap-image-panel-right::after {
        inset: 5px;
    }
    
    .argument-item {
        width: 100%;
    }


    /********************************* Stats band **********************/

    .stats-grid {
        grid-template-columns: repeat(2,1fr);
        row-gap: 14px;
    }

    .stats-grid > div {
        /* border-right: none; */
        /* border-bottom: 1px solid rgba(255,255,255,.08); */
        padding-bottom: 15px;
    }

    .stats-grid > div:last-child {
        border-bottom: none;
    }
    
        
    .stats-band {
        padding: 30px 0;
    }
    
    
    .stat-num {
        font-size: 32px;
    }

    /********************************* Values **********************/

    .value-row {
        grid-template-columns: 40px 36px 1fr;
        gap: 12px;
        padding: 20px 0;
    }

    .wrapper-values {
        padding: 40px 0 40px;
    }
    
    .item-apropos-right-content {
        width: 100%;
    }
    
    .apropos-right-icon-box {
        width: 55px;
        height: 55px;
    }

    /********************************* Mission / Vision **********************/

    .apropos-top-img {
        width: 170px;
        height: 170px;
    }

    .apropos-top-text-content {
        padding: 0;
    }
    
    .apropos-top-icon {
        font-size: 40px;
        margin-bottom: 10px;
    }
    
    .apropos-objectif {
        padding: 2px 8px;
        font-size: 13px;
    }
    
    .apropos-top-title {
        font-size: 17px;
        text-align: left;
    }
    
    .wrap-item-apropos-top.active .apropos-top-text-content, .wrap-item-apropos-top:hover .apropos-top-text-content {
        padding: 0;
    }

    /********************************* Personnel **********************/

    .item-personnel {
        width: 50%;
    }

    .personnel-img {
        height: 220px;
    }
    
    .wrap-item-personnel .text-box {
        padding: 8px 15px 8px;
    }


    /********************************* CTA **********************/

     .cta h2,
    .wrap-cta h2 {
        font-size: 22px;
    }

    .wrapper-cta {
        padding-bottom: 160px;
    }
}


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

    .container {
        padding: 0 15px !important;
    }

    /********************************* Story **********************/

    .story-img-main {
        height: 290px;
        width: 250px;
        border-width: 5px;
    }

    .story-chapo {
        padding-left: 14px;
    }

    .story-visual {
        width: 300px;
    }
    
    .vertical-text {
        padding: 15px 10px;
        border-radius: 13px;
    }
    
    .story-year-badge {
        width: 75px;
        height: 75px;
    }
    
    .wrap-image-panel-right {
        width: 45px;
    }
    
    .story-img-small-2 {
        width: 150px;
        border-width: 4px;
    }
    
    .story-img-small-1 {
        width: 140px;
        height: 95px;
        left: 5px;
    }
    
    .story-visual::after {
        width: 258px;
    }
    
    .story-content {
        width: 100%;
    }
    
    .argument-item {
        width: 96%;
        padding-left: 20px;
    }
    
    /********************************* Stats band **********************/

    .stat-num {
        font-size: 30px;
    }

    /********************************* Values **********************/

    .value-num {
        font-size: 20px;
    }

    .value-ic {
        width: 34px;
        height: 34px;
    }

    .item-apropos-right-content {
        padding: 0;
    }


    
    /********************************* Mission / Vision **********************/

    .apropos-top-img {
        width: 140px;
        height: 140px;
        right: -15px;
        top: -25px;
    }

    .item-apropos-top {
        padding: 0;
    }

    /********************************* Personnel **********************/

    .wrap-item-personnel .text-box {
        padding: 14px 10px;
    }

    .item-personnel {
        width: 100%;
    }
    
    .wrap-personnel {
        width: 80%;
        margin: 0 auto;
    }


    /********************************* CTA **********************/

}


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

    /* Réservé — pas d'ajustement nécessaire à ce palier sur cette page */

}


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

    /********************************* Story **********************/

    .story-img-main {
        /* height: 300px; */
    }

    .story-year-badge strong {
        font-size: 16px;
    }

    .story-year-badge span {
        font-size: 9px;
    }

    .argument-title {
        font-size: 15px;
    }

    .argument-icon {
        width: 33px;
        height: 33px;
        left: -19px;
        font-size: 17px;
        min-width: 30px;
    }

    /********************************* Stats band **********************/

    .stat-num {
        font-size: 26px;
    }

    /********************************* Values **********************/

    .value-title {
        font-size: 15px;
    }

    /********************************* Mission / Vision **********************/

    .apropos-top-title {
        font-size: 16px;
    }

    /********************************* Personnel **********************/



    /********************************* CTA **********************/

    .cta h2,
    .wrap-cta h2 {
        font-size: 19px;
    }

}


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

    /* Réservé — pas d'ajustement nécessaire à ce palier sur cette page */

}