﻿body {
}


.card_dsi {
    /* border: none;
            background-color: white;*/
    transition: transform .2s;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F3F7F6;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card_dsi:hover {
        transform: scale(1.05);
        cursor: pointer;
    }


.card_dsi_deck .card_dsi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.card_dsi_2 {
    /* border: none;
            background-color: white;*/
    transition: transform .2s;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
 /* background-color: #F3F7F6;*/
    background-clip: border-box;
 /*   border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;*/
}

.card_dsi_2:hover {
  /*  transform: scale(1.05);
    cursor: pointer;*/
}


.card_dsi_deck_2 .card_dsi_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}

.card_dsi_deck_2 {
    /*background-color: #F3F7F6;*/
    border-left: 7px solid black;
}







.card_dsi_3 {
    /* border: none;
            background-color: white;*/
    /*    transition: transform .2s;*/
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2) !important;
    
    transition: 0.3s;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F3F7F6;
    background-clip: border-box;
    /*   border: 1px solid rgba(0, 0, 0, 0.125);*/
    border-radius: 0.25rem;
}

    .card_dsi_3:hover {
        /*transform: scale(1.05);*/
        cursor: pointer;
        /*box-shadow: 3px 10px 10px lightblue !important;*/
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2) !important;
        ;
    }


.card_dsi_3_deck .card_dsi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}



/*///////////////////////////////*/
.tab {
    overflow: hidden;
    border: none;
    /*background-color: white;*/
    /*  overflow: hidden;
            border: 1px solid #ccc;
            background-color: #f1f1f1;*/
}

    /* Style the buttons inside the tab */
    .tab a {
        /*background-color: inherit;*/
        /*background-color: #f1f1f1;*/
        background-color: white;
        float: left;
        border: 2px rgba(0, 0, 0, 0.125) solid;
        color: #339FFF;
        outline: none;
        cursor: pointer;
        padding: 9px 15px;
        /*transition: 0.3s;*/
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        /*.tab a:hover {
            background-color: #ddd;
            box-shadow: 2px 2px 2px silver
        }*/

        .tab a:hover {
            background-color: #339FFF;
            color: white;
            /*border: 3px solid white;*/
            /* box-shadow: 2px 2px 2px silver; */
        }

        /* Create an active/current tablink class */
        .tab a.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tablinks {
    border-radius: 20px
}


/*/////STYLE DISPLAY CONTENU/////*/

.display_none{
    display:none
}

.display_contents{
    display:contents
}


.container_btn {
    
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: #f1f1f1;
    border-radius: 20px;
    width: 100px;
    /*transition: 0.3s;*/
}

    /*.container_btn :hover {
        transform: scale(1.05);
    }*/

.card-title {
    font-size: large;
    padding-top: 10px
}


#container_com {
    position: fixed;
    z-index: 1000;
    left: 92%;
    top: 55%;
}

.card-img-top {
    object-fit: cover;
}

/*////////////////////RESPOSIVE DESIGNE ///////////////////////////////////////*/
/*@media only screen and (max-width: 768px) {*/


@media (max-width: 720px) {

    .card_dsi_deck .card_dsi {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        /*flex-direction: column !important;*/
        margin-right: 0 !important;
        margin-bottom: 5px;
        margin-left: 0 !important;
        align-items: center;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .card_dsi_deck {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }


    

    .card-img-top {
        object-fit: cover;
        display: none
    }

    #container_com {
        position: fixed;
        z-index: 1000;
        left: 85%;
        top: 55%;
    }

    .image_text1 {
        display: none
    }
}

/* @media (max-width: 776px) {
            .card-img-top {
                object-fit: cover;
                display: none
            }
        }*/



.container_text {
   
    margin-left: 75px;
   /* max-width: 1200px;
    width: 1190px*/
}

@media (max-width: 960px) {

    .card_dsi_deck_2 {
        display: flex;
        background-color: #F3F7F6;
        border-left: 7px solid black;
        flex-direction: column !important;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: center;
    }

        .card_dsi_deck_2 .card_dsi_2 {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: row !important;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: 100%;
            max-width: fit-content;
        }

    .container_text {
        margin-left: 0px !important;
    }
}

@media (min-width: 768px) {
    .navbar-light .navbar-toggler {
        /*color: #032561;
        border-color: rgba(0, 0, 0, 0.1);*/
        visibility: hidden;
    }
}