.animatedButton {
    transition: transform 500ms;
}
.animatedButton:hover {
    transform: scale(1.1);
    /*translateY(-10px);*/
}
.animatedButton .card{
    position: relative;
    flex: 0 0 auto;
    max-width: 100%;
    width: 15rem !important;
    margin: 1rem 1rem 0.5rem 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
    scroll-snap-align: start;
    scroll-margin: 1rem;
    -webkit-overflow-scrolling: touch;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem #00000029;
    overflow: hidden;
    background-color: #3B445D;
}
.animatedButton .card-body{
    background-color: #3B445D;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    padding: 1.25rem 1rem 0.5rem;
    color: white !important;
}
.card-body-gris{
    background-color: #3B445D !important;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    padding: 1.25rem 1rem 0.5rem;
}
.animatedButton .product-title {
    font-weight: 600;
    height: 2.8em;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
}
.input-recherche{
    position: relative;
    border: 0;
    box-shadow: 0;
    background-color: #ffffff !important;
    border-radius: 0.25rem;
    color: black !important;
    height: 2.375rem;
    width: 100%;
    line-height: 1em;
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.titreprincipale-card
{
    color: black !important;
}
.cardadministration{
    background-color: transparent;
    color: white !important;
}
.bg-custom-primary{
    background: #0a2540 !important;
    color: white !important;
}
.headervideo{
    margin-bottom: 1rem;
}
.carouseltendance{
    margin: 0.5rem 1rem 0px 0 !important;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #F7A601;
    border-color: #F7A601;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #F7A601;
    border-color: #F7A601;
}

.tns-nav, .animatedButton{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
#team .card {
    border: none;
    background: #3B445D;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: #3B445D;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: white !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: white !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.bg-custom-secondary{
    background-color: #3B445D !important;

}
