﻿:root {
    --color-primary: #26418B;
    --color-primary-light: #90CAF9;
    --color-secondary: #FF5722;
    --color-background-light: #e4eaf6;
    --color-white: #ffffff;
    --color-gray-light: #eeeeee;
    --color-text-dark: #2e3d8b;
    --color-text-gray: gray;
    --color-shadow: rgba(0, 0, 0, 0.1);
    --color-blue-shadow: rgba(33, 150, 243, 0.5);
    --color-orange: #FF5722;
    --font-famille: 'open sans';
}

.center-text {
    text-align: center !important;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
}

.pagination {
    display: inline-block;
}

.yellowtext {
    color: var(--color-orange);
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

    .pagination a.active {
        background-color: #4CAF50;
        color: white;
    }

.glyphicon-search:before {
    content: "\e003";
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.angleright {
    display: block;
    float: right;
    line-height: 36px;
    margin-right: 15px;
    font-size: 25px;
}

.angleleft {
    display: block;
    float: left;
    line-height: 36px;
    margin-left: 15px;
    font-size: 25px;
}

.suivant   { /*.suivant:hover*/
    text-transform: uppercase;
    display: block;
    width: 206px;
    text-align: center;
    line-height: 40px;
    background-color: #FF5722;
    color: white !important;
    margin-bottom: 15px !important;
}

.precedent, .precedent:hover {
    text-transform: uppercase;
    display: block;
    width: 206px;
    text-align: center;
    line-height: 40px;
    background-color: #2b68b1;
    color: white !important;
    margin-bottom: 15px !important;
}

.page-link {
    margin: 0 5px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.suivant:hover {
    text-transform: uppercase;
    display: block;
    width: 206px;
    text-align: center;
    line-height: 40px;
    background-color: #f0621e;
    color: white !important;
    margin-bottom: 15px;
}

.precedent:hover {
    text-transform: uppercase;
    display: block;
    width: 206px;
    text-align: center;
    line-height: 40px;
    background-color: #2b68b1;
    color: white !important;
    margin-bottom: 15px;
}

.lquarante {
    line-height: 40px;
    margin-right: 15px;
}

.input-group {
    width: 82%;
    margin: 0 auto;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -5px;
    display: block;
    right: 4px;
}
.SelectOrange {
    width: 341px;
    color: white;
    background-color: var(--color-orange);
    height: 38px;
    font-family: var(--font-famille);
    font-size: 15px;
    font-weight: 500;
}

.imgresp {
    float: left;
    width: 80px;
}

h1, .h1 {
    font-size: 2.6rem;
}

.form-control-Search {
    color: var(--color-primary);
    font-family: var(--font-famille);
}

#MainPanel_Button1 {
    display: none;
}

.TopInfo {
    max-height: 73px;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
    position: relative;
}

.contentposition {
    bottom: 3px;
    width: 148px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    transition: top 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/*.TopInfo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), white);  
    pointer-events: none;
}*/

.TopInfo.expanded {
    max-height: 1500px;
    display: unset;
}

    .TopInfo.expanded::after {
        display: none; /* on cache l'effet fondu quand tout est visible */
    }

.arrow {
    text-align: center;
    margin-top: 15px;
}

@media (min-width: 1px) {
    .grid-item {width:114px;     margin-left: 4px; }
.grid-item > a > span {
    padding: 1px;
    margin: 7px;
    display: block;
    color: gray;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: var(--font-famille);
    white-space: normal;
}
    #MainPanel_LinkButtonPrecedent {
        display: none;
    }

    #MainPanel_LinkButtonSuivant {
        display: none;
    }

    .MinHeihtImage {
        height: auto;
        overflow: hidden;
        transform: scale(1);
        font-family: var(--font-famille);
    }

    .SelectOrange {
        width: 341px;
        color: white;
        background-color: var(--color-orange);
        height: 38px;
        font-family: var(--font-famille);
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        margin: 0 auto;
    }
}

.Cadredescription {
    margin: 15px;
    padding: 5px 15px;
    max-width: 1060px;
    box-shadow: -2px 2px 8px 0 var(--color-shadow);
      padding-bottom: 10px;
}

    .Cadredescription > div > h2 {
        font-size: 1.4rem;
        font-weight: bold;
        color: var(--color-primary);     margin-top: 5px;
    margin-bottom: 5px;
    }

    .Cadredescription > div > p {
        font-size: 1.3rem;
        text-align: justify;
        color: #26418b;
        font-family: var(--font-famille);
    }


.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 10px;
    max-width: 958px;
    margin: 0px;
    padding: 13px;
    padding: 20px;
    font-family: var(--font-famille);
}
.grid-container {
      min-height: 120px;
}

.headerRow {
    background-color: var(--color-background-light);
    margin: auto;
    color: var(--color-primary);
    display: grid;
    align-items: center;
    grid-template-columns: 0.1fr 0.3fr auto;
    gap: 5px;
    font-family: var(--font-famille);
    cursor: pointer;
}

.ListInfotechnique {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 5px;
    max-width: 322px;
    margin: auto;
    padding: 20px;
    font-family: var(--font-famille);
}

.cadretxtcourt {
    width: 96%;
    margin-left: 2px;
    position: relative;
    top: 5px;
    background-color: var(--color-white);
    padding: 5px;
    min-height: 134px;
    border-radius: 5px;
    /*border: solid 1px var(--color-gray-light);*/
    font-family: var(--font-famille);
}

div.cadretxtcourt > h3 {
    text-align: left;
    font-family: var(--font-famille);
    font-size: 1.4444444rem;
    color: var(--color-text-dark);
    padding-bottom: 5px;
    margin: 5px;
     margin-left: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.cadretxtcourt {
    top: 5px;
    background-color: #fff;
}

.VisuelInfotech {
    width: 100%;
    height: auto;
    font-family: var(--font-famille);
    border: solid 1.2px rgb(38 65 139 / 22%);
    border-radius: 25px;
}

.Cellheight:hover .VisuelInfotech {
    border-color: var(--color-primary-light);
    /*box-shadow: 0px 4px 10px var(--color-blue-shadow);*/
    transition: all 0.3s ease-in-out;
    font-family: var(--font-famille); border-radius: 25px;
}

/*.Cellheight:hover .cadretxtcourt {
    border: solid 1px var(--color-primary);
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px var(--color-blue-shadow);
    font-family: var(--font-famille);
}*/


.Cadredescription > div > h2 {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--color-primary);
    font-family: var(--font-famille);  margin-top: 5px;
    margin-bottom: 5px;
}

.Cadredescription > div > p {
   font-size: 1.3rem;
    text-align: justify;
    font-family: #26418b;
    font-family: var(--font-famille);
}

.Filtre {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr;
    font-family: var(--font-famille);
}

h3 {
    font-size: 2.1rem;
    text-align: center;
    font-family: var(--font-famille);
}

.classLeftRight {
    text-align: center;
    height: auto;
    margin: 15px -15px;
    text-transform: none; 
    font-family: var(--font-famille);
}

div.cadretxtcourt.shadow.bottom > a, div.cadretxtcourt.shadow.bottom > p {
    text-align: left;
    font-weight: lighter;
    font-family: var(--font-famille);
}


a.linkToInfo {
    text-decoration: none;
    color: var(--color-secondary);
    position: relative;
    text-align: center;
    left: 22%;
    transform: translateX(-50%);
    font-weight: bold !important;
    font-family: var(--font-famille);
}

    a.linkToInfo::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%;
        height: 2px;
        background: var(--color-secondary);
        transform: scaleX(0);
        transition: transform 0.3s ease;
        font-family: var(--font-famille);
    }

    a.linkToInfo:hover::after {
        transform: scaleX(1);
        font-family: var(--font-famille);
    }

.colorBtn {
    background-color: var(--color-secondary);
    color: white !important;
}

    .colorBtn:hover {
         background-color: rgb(38 65 139 / 0%);
    border-color:rgb(38 65 139 / 0%);
    }
    .btn-primary {
 
       background-color: rgb(38 65 139 / 0%);
    border-color:rgb(38 65 139 / 0%);
}
    .btn-primary:hover {
    color: #fff;
    background-color: rgb(38 65 139 / 0%);
    border-color:  rgb(38 65 139 / 0%);
}
    @media (min-width: 15px) {
       .TopInfo {
        max-height: 225px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }
}
        @media (min-width: 313px) {
       .TopInfo {
        max-height: 208px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }
}
            @media (min-width: 347px) {
       .TopInfo {
        max-height: 233px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }
}
    @media (min-width: 375px) {
       .TopInfo {
        max-height: 185px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }
}

@media (min-width: 390px) {
    .aligncenter {
        width: 100%;
        display: block;
        margin: 15px auto;
    }

    #MainPanel_LinkButtonPrecedent {
        display: none;
    }

    #MainPanel_LinkButtonSuivant {
        display: none;
    }
        .TopInfo {
        max-height: 183px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }
    /*.TopInfo {
        max-height: 230px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }*/

    .arrow {
        margin: 0 auto;
        width: 85%;
        text-align: center;
        height: 38px;
    }

    a.linkToInfo {
        text-decoration: none;
        color: var(--color-secondary);
        position: relative;
        text-align: center;
        left: 22%;
        transform: translateX(-50%);
        font-weight: bold !important;
        font-family: var(--font-famille);
    }
}

@media (min-width: 414px) {
       .TopInfo {
        max-height: 173px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }
}
@media (min-width: 480px) {
       .TopInfo {
        max-height: 136px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }
}

@media (min-width: 768px) {
    .aligncenter {
        width: 332px;
        display: block;
        margin: 0 auto;
    }

    #MainPanel_LinkButtonPrecedent {
        display: block;
    }

    #MainPanel_LinkButtonSuivant {
        display: block;
    }
      .TopInfo {
        max-height: 99px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }
    /*.TopInfo {
        max-height: 230px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }*/

    a.linkToInfo {
        text-decoration: none;
        color: var(--color-secondary);
        position: relative;
        text-align: center;
        left: 29%;
        transform: translateX(-50%);
        font-weight: bold !important;
        font-family: var(--font-famille);
    }

    .MinHeihtImage {
        height: auto;
        overflow: hidden;
        transform: scale(1);
        font-family: var(--font-famille);
        width: auto;
    }

    .ListInfotechnique {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 100%;
        margin: auto;
        font-family: var(--font-famille);
        padding: 20px;
    }

    .headerRow {
        background-color: var(--color-background-light);
        margin: auto;
        font-family: var(--font-famille);
        color: var(--color-primary);
        display: grid;
        align-items: center;
        grid-template-columns: 0.1fr 0.3fr auto;
        gap: 5px;
        cursor: pointer;
    }
   a > u {font-weight:bold}
    h1 {
        font-size: 33px;
    }

    .imgresp {
        float: left;
        width: 118px;
    }

    .Cadredescription {
        margin: auto;
        padding: 5px 15px;
        max-width: 1060px;
        box-shadow: -2px 2px 8px 0 var(--color-shadow);
        font-family: var(--font-famille);
           padding-bottom: 10px;
    }

        .Cadredescription > div > h2 {
            font-size: 1.4rem;
            font-weight: bold;
            font-family: var(--font-famille);   margin-top: 5px;
    margin-bottom: 5px;
        }

        .Cadredescription > div > p {
              font-size: 1.3rem;
            text-align: justify;
            font-family: #26418b;
            font-family: var(--font-famille);
        }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        font-family: var(--font-famille);
        gap: 15px;
        max-width: 958px;
        margin: auto;
        padding: 20px;
    }
    .grid-item {width: 100%;
        margin-left: auto;}
.grid-item > a > span {
    padding: 1px;
    margin: 7px;
    display: block;
    color: gray;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: var(--font-famille);
    white-space:  nowrap;
}
}
@media (min-width: 820px) {
       .TopInfo {
        max-height: 97px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }
    }
@media (min-width: 992px) {

    .TopInfo {
        max-height: 73px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }

    .MinHeihtImage {
        height: auto;
        overflow: hidden;
        transform: scale(1);
        font-family: var(--font-famille);
        width: 250px;
    }
    .grid-item > a > span {
    padding: 1px;
    margin: 7px;
    display: block;
    color: gray;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: var(--font-famille);
    white-space:  nowrap;
}
    a.linkToInfo {
        text-decoration: none;
        color: var(--color-secondary);
        position: relative;
        text-align: center;
        left: 18%;
        transform: translateX(-50%);
        font-weight: bold !important;
        font-family: var(--font-famille);
    }

    h1, .h1 {
        font-size: 36px;
    }

    .imgresp {
        float: left;
        width: 100%;
    }

    .arrow {
        margin: 0 auto;
        text-align: center;
        height: 38px;
        position: absolute;
        background-color: white;
    }

    h3 {
        text-align: center;
        margin: 25px;
        font-size: 2.6rem;
        font-family: var(--font-famille);
    }

    .classLeftRight {
        text-align: center;
        height: 70px;
        margin: 15px -15px;
        text-transform: none;
        font-family: var(--font-famille);
    }

    .Cadredescription {
        margin: auto;
        padding: 5px 15px;
        max-width: 1060px;
        box-shadow: -2px 2px 8px 0 var(--color-shadow);
        font-family: var(--font-famille);
        padding-bottom: 4px;
    }

    .Filtre {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 25px 10px;
        max-width: 736px;
        margin: 0 auto;
        font-family: var(--font-famille);
    }

    .VisuelInfotech {
        width: 100%;
        height: auto;
        font-family: var(--font-famille);
    }

    .Cellheight {
        min-height: 389px;
        font-family: var(--font-famille);
    }

    .hauteurblock {
       margin-top: 15px;
        margin-bottom: 15px;
        font-family: var(--font-famille);
    }

    .headerRow {
        background-color: var(--color-background-light);
        margin: auto;
        color: var(--color-primary);
        display: grid;
        align-items: center;
        max-width: 1060px;
        grid-template-columns: 0.1fr 0.3fr auto;
        font-family: var(--font-famille);
        gap: 25px 10px;
        cursor: pointer;
    }

    h1 {
        font-size: 33px;
        font-family: var(--font-famille);
        margin-left: 15px;
    }

    h3 {
        text-align: center;
        margin: 25px;
        font-family: var(--font-famille);
    }

    .imgresp {
        float: left;
        width: 100%;
    }

    .grid-container {
        display: grid ;
        grid-template-columns: repeat(6, 1fr);
        gap: 4px 6px;
        max-width: 1060px;
        margin: auto;
        padding: 11px;
        font-family: var(--font-famille);
       
    }
      
    .ListInfotechnique {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px 10px;
        max-width: 1095px;
        margin: auto;
        padding: 20px;
        font-family: var(--font-famille);
    }

    .cadretxtcourt {
        width: 95%;
        margin-left: 2px;
        position: relative;
        /*top: -17px;*/
        background-color: var(--color-white);
        padding: 5px;
        min-height: 151px;
        border-radius: 5px;
        /*border: solid 1px var(--color-gray-light);*/
        font-family: var(--font-famille);
    }

    div.cadretxtcourt > h3 {
        text-align: left;
        font-family: 'Open sans';
        font-size: 1.4444444rem;
        color: var(--color-text-dark);
        padding-bottom: 5px;
        margin: 5px;
         margin-left: 0px;
        font-weight: 600;
        font-family: var(--font-famille);
        text-transform: uppercase;
    }

    .cadretxtcourt {
        top: 5px;
        background-color: #fff;
        font-family: var(--font-famille);
    }
}

@media (min-width: 1024px) {
    .contentposition {
        bottom: 38px;
        width: 148px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 12;
        transition: top 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }

    .TopInfo {
        max-height: 74px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }
}
@media (min-width: 1180px) {
    .contentposition {
        bottom: 38px;
        width: 148px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 12;
        transition: top 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }

    .TopInfo {
        max-height: 82px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }
}
@media (min-width: 1366px) {
    .contentposition {
        bottom: 38px;
        width: 148px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 12;
        transition: top 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }

    .TopInfo {
        max-height: 69px;
        overflow: hidden;
        transition: max-height 0.6s ease-in-out;
        position: relative;
    }
}
.texte-technique {
    max-height: 250px;
    overflow: hidden;
    transition: max-height 0.7s ease-in-out;
}

    .texte-technique.open {
        max-height: 1000px;
    }

.grid-item a {
    display: block;
    text-align: center;
    font-family: var(--font-famille);
    font-size:1.29rem;
}

 /*.grid-item > a > span {
    padding: 1px;
    margin: 7px;
    display: block;
    color: gray;    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: var(--font-famille);    white-space: normal;
}*/  

.grid-item img {
    width: 80px;
    transition: opacity 0.3s ease;
    transform-style: preserve-3d;
    font-family: var(--font-famille);
}

    .grid-item img.hover-img {
        display: none;
    }

.grid-item a:hover .default-img {
    display: none;
}

.grid-item a:hover .hover-img {
    display: inline;
    animation: bounceEffect 0.6s ease-in-out;
    /*transform: rotateX(15deg) rotateY(15deg);*/
}

.Cellheight {
    min-height: 300px;
    font-weight: bold;
    border-radius: 10px;
    transition: transform 0.3s ease;
    font-family: var(--font-famille);
}

    .Cellheight:hover {
        /*animation: bounceEffect 0.6s ease-in-out;*/
    }

.pictotright {
    position: absolute !important;
    z-index: 3;
    right: 6px;
    width: 35px;
    height: 60px;
    border-radius: 8px;
    margin-top: 10px;
}

@keyframes bounceEffect {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-2px);
    }

    50% {
        transform: translateY(2px);
    }

    70% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(0);
    }
}

.shadowSVG {
    box-shadow: 1px 0px 17px 0px rgb(0 0 0 / 32%);
    border-radius: 82%;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    z-index: 4;
    font-family: var(--font-famille);
}

.btsearch {
    outline: 0px auto rgb(38 65 139 / 0%);
    outline-offset: 0px;
    border-radius: 100% !important;
    width: 34px; padding:0px;
    height: 38px;    background-color: rgb(38 65 139 / 0%);
    margin-left: -42px !important;
    font-family: var(--font-famille);
	    
}

.glyphiconnewSeach {
    position: relative;
    top: 1px;
    left: -3px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-control-Search {
    height: 54px;
    border-radius: 8px;
    border-bottom-right-radius: 9px !important;
    border-top-right-radius: 9px !important;
    border: solid 1px var(--color-primary);
    font-family: var(--font-famille);
    background-color:#E5EEF9;
}

input.form-control-Search::placeholder {
    font-weight: bold;
    font-family: var(--font-famille);
    opacity: 0.8;
    color: gray;
}

.arrowlink {
    color: #26418B;
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
    font-family: var(--font-famille);
}

.arrow {
    margin: 0 auto;
    text-align: center;
    height: 38px;
}

    .arrow::after {
        content: '';
        border-bottom: 3px solid var(--color-primary);
        width: 85%;
        display: block;
        margin: 0 auto;
        margin-top: -16px;
    }

.arrowlink {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    padding-bottom: 20px;
}

    .arrowlink::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid var(--color-primary);
    }

.suivant, .suivant:hover {
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    width: 206px;
    text-align: center;
    line-height: 40px;
    color: white;
}

.precedent {
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    width: 206px;
    text-align: center;
    line-height: 40px;
    background-color: var(--color-text-dark);
    color: white !important;
    margin-bottom: 15px;
}
/* Loader Spirale */
.loader-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.spiral-loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #007bff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.info-message {
    margin: 10px auto;
    display: block;
    text-align: center;
}
span.orange {
    color: var(--color-secondary);
}
@media (min-width: 992px) {
    .col-md-offset-3 {
        margin-top: 15px;
        margin-left: 25%;
    }
}
.pictotright {display:none}

  div.cadretxtcourt.shadow.bottom > p > a > i {font-weight:bold; color: #FF5722;}
    div.cadretxtcourt.shadow.bottom > p > a {        color: black;    font-size: 1.444rem;}
 
.btn-outline-primary.me-1 {
  color: #555; /* texte gris foncé */
  border-color: #ddd; /* contour gris clair */
}

/* État survolé ou actif */
.btn-outline-primary.me-1:hover {
  background-color: #f8f9fa;
  border-color: #bbb;
}

/* Bouton pagination sélectionné */
.btn-primary.me-1 {

    background-color: var(--color-text-dark); /* bleu Bootstrap */
  color: white;              /* texte blanc */
  border-color: #007bff;
}
.cadretxtcourt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
 
  position: relative;
  background: #fff;
 
}
 
.cadretxtcourt span {
    text-align: left;
    padding-top: 14px;
    border-top: 1px solid #ddd;
    font-weight: lighter; color:#686868;
    margin-top: auto;
}
.expand-toggle {color:#26418b!important; }

.form-control-Search {
    height: 42px;
}