html,
body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -100px;
    padding-bottom: 100px;
}

body {
    margin: 0;
    background-color: white;
    font-family: 'Nunito', sans-serif;
    /* background-image: linear-gradient(to right, rgba(41, 201, 187, 0.63), rgba(50, 50, 50, 0.63)); */
}

.navbar {
    background-color: white;
    height: 106px;
    line-height: 45px;
}

.navbar-nav a,
#userConnected,
.menu-dropdown,
.logout {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    color: #033775;
}

#userConnected {
    align-self: center;
    color: #F9AD3D;
    margin-left: 1vw;
}

.navbar-nav a:hover,
.menu-dropdown:hover {
    color: #F9AD3D
}

.menu-dropdown {
    border: none;
    background-color: transparent;
}

.dropdown-list {
    display: flex;
    align-items: center;
}

.form-signin {
    max-width: 300px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px 40px 50px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.texte1 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-style: normal;
    height: 60%;
}

.titreBold {
    font-size: 17px;
    font-weight: bold;
}

.sous-profil,
.liste {
    list-style: none;
}

.sous-profil {
    display: none;
}

.form1 {
    padding: 70px 50px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.sous-profil2 {
    transition: 0.2s;
}

.sous-profil2:hover {
    background-color: rgb(37, 37, 41);
    margin-left: 20px;
    color: white;
}

.sous-profil1 {
    color: black;
    transition: 0.2s;
}

.sous-profil1:hover {
    background-color: rgb(37, 37, 41);
    color: white;
}

.input-50 {
    width: 50px;
}

.input-75 {
    width: 75px;
}

.input-100 {
    width: 100px;
}

.input-150 {
    width: 150px;
}

.input-lg {
    width: 270px;
}

.input-control {
    background: transparent;
    font-size: 16px;
    color: rgb(0, 0, 0);
    border: none;
    border-bottom: 1px solid rgb(68, 80, 189);
    outline: none;
}

.menuProfil:hover .sous-profil {
    display: flex;
    position: absolute;
    left: auto;
    right: 0px;
    background-color: #fff;
    border-radius: 1px;
    box-shadow: 0px 0px 1px black;
    margin-top: 2px;
    padding-left: 1px;
    padding-right: 2px;
    z-index: 3;
}

.droite {
    display: flex;
    justify-content: space-between;
    margin-left: 250px;
}

.text-grey {
    color: rgb(88, 88, 88);
}

.menu {
    display: flex;
    flex-direction: row;
    flex-grow: initial;
    background-color: rgb(216, 218, 217);
}

.menuProfil {
    max-width: 40px;
}

.imgChien {
    background-image: url("/img/chien1.jpg");
}

.sectionFloat:hover {
    background-color: rgb(153, 106, 5);
    box-shadow: 0px 0px 7px black;
}

.bg-violet {
    background-color: #2e2e91;
    transition: 0.5s;
}

.bg-vert {
    background-color: #1cc25c;
    transition: 0.5s;
}

.bg-rose {
    background-color: #ff3b55;
    transition: 0.5s;
}

.bg-jaune {
    background-color: #ddba1b;
    transition: 0.5s;
}

.bg-bleuClaire {
    background-color: #169fa8;
    transition: 0.5s;
}

.bg-gris {
    background-color: #a0a0a09a;
    transition: 0.5s;
}

.bg-gris2 {
    background-color: rgba(140, 153, 152, 0.2)
}

.bg-noir {
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
}

.bg-noir-bleu {
    background-color: rgb(37, 51, 78);
}

.bg-section {
    background-color: rgb(255, 255, 255);
    padding: 50px;
    margin: 0px 50px 0px 50px;
    box-shadow: 0px 0px 20px rgb(255, 255, 255);
    transition: 0.3s;
}

.bg-section:hover {
    box-shadow: 0px 0px 1px rgb(0, 0, 0);
}

.section-actu {
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
    color: black;
}

.bg-actualite:hover {
    box-shadow: 0px 0px 1px black;
}

.bg-bienvenue {
    background-image: url("/img/photoAccueil.jpg");
    background-repeat: no-repeat;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
}

.bordureBleu {
    border-color: #2e2e91;
}

.border-marron {
    border-color: rgb(153, 106, 5);
}

.border-noir {
    border: 1px solid rgb(0, 0, 0);
    padding: 10px;
}

.table-border {
    border: 1px solid black;
    padding: 10px;
}

.table-shadow {
    box-shadow: 0px 0px 1px black;
    padding: 10px;
}

.table-css {
    padding: 5px 10px 5px 0px;
}

.table-ligne:hover,
.table-shadow:hover {
    background-color: #fff;
}

.logo-text {
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-top: 8px;
    font-size: 16px;
}

.text-bienvenue {
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-name: leftToCenter;
    animation-iteration-count: initial;
    color: black;
}

@keyframes leftToCenter {
    from {
        color: rgb(158, 82, 12);
        margin-left: 50%;
    }
    to {
        color: white;
        margin-left: 0%;
    }
}

.coteDroite {
    margin-left: auto;
    margin-right: 0px;
    width: 250px;
}

.plus:hover {
    color: rgb(0, 192, 226)
}

.recherche,
.form-importation,
.form1,
.form-saillie,
.form-naissance,
.form-inscription,
.form-creer-user,
.form-insertion-proprietaire,
.form-creer-race,
.divShadow {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.61);
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    color: rgb(0, 0, 0);
    transition: 0.3s;
}

.recherche:hover,
.form-importation:hover,
.fomr1:hover,
.form-saillie:hover,
.form-naissance:hover,
.form-inscription:hover,
.form-creer-user:hover,
.form-insertion-proprietaire:hover,
.form-creer-race:hover,
.divShadow:hover {
    box-shadow: 0px 0px 5px black;
}

.form-insertion-proprietaire,
.form-creer-race {
    max-width: 700px;
}

.img-size {
    height: 200px;
    width: 300px;
    box-shadow: 0px 0px 7px black;
}

.article {
    display: flex;
    height: 360px;
    width: 325px;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.438);
    transition: box-shadow 0.3s, transform 0.3s;
}

.saryActu {
    height: 50%;
}

.infoArticle {
    height: 35%;
    text-align: center;
    padding: 10px;
}

.titre2Actu {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40%;
    font-size: 17px;
}

.plusActu {
    height: 10%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.article:hover {
    box-shadow: 0px 0px 25px rgb(0, 0, 0);
    transform: scale(1.01);
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mr {
    margin-right: 50px;
}

.ml {
    margin-left: 50px;
}

.m-50 {
    margin: 50px 50px 50px 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.p-50 {
    padding: 50px 50px 50px 50px;
}

.m-center {
    margin-right: auto;
    margin-left: auto;
}

#contact {
    width: 100%;
}

#contact_form {
    max-width: 50%;
    margin: 0 auto;
    padding: 5vh;
    background-color: #fff6e8;
}

.contact-input {
    margin-bottom: 2vh;
}

.contact-button {
    margin-top: 3vh;
    padding: 1vh;
    background-color: #033775;
    transition: 0.5s;
}

.contact-button button {
    color: white;
    text-align: center;
}

.contact-button:hover {
    background-color: #b3c2d5;
}

.contact-button:hover button {
    color: white;
}

.footer {
    display: flex;
    justify-content: space-around;
    position: relative;
    color: white;
    bottom: 0;
    width: 100%;
    padding: 70px;
}

.footer1 {
    background-color: #033775;
    color: white;
    margin-top: 10vh;
    position: absolute;
    width: 100%
}

.container-footer {
    display: flex;
    padding: 5vh;
    align-items: center;
}

.footer-contact {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-contact-details {
    display: flex;
    flex-direction: column;
}

.line {
    border-color: white;
}

.copyright-footer {
    padding-left: 5vh;
    padding-bottom: 2vh;
}

.copyright span {
    color: white;
    font-size: small;
}

@media screen and (max-width: 870px) {
    .footer {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .f2,
    .f3 {
        margin-top: 25px;
        align-items: center;
    }
}

.btn-hover-green,
.btn-hover-marron {
    transition: 0.4s;
}

.btn-hover-marron:hover {
    background-color: rgb(136, 98, 15);
    color: #fff;
    box-shadow: 0px 0px 10px black;
}

.btn-hover-green:hover {
    background-color: green;
    color: #fff;
}

.pub {
    background-color: #fff;
    padding: 100px 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}

.carte {
    width: 420mm;
    height: 297mm;
}

.listeMenu {
    text-align: left;
}

.listeMenu2 {
    text-align: left;
    margin-bottom: 15px;
}

.border-b-black {
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    transition: 0.3s;
}

.border-b-black:hover {
    background-color: rgba(169, 169, 169, 0.288);
}

#p-compte {
    display: block;
}

#p-chien {
    display: none;
}

#p-saillie {
    display: none;
}

#p-naissance {
    display: none;
}

.conteneur-max {
    max-width: 1280px;
}

.conteneur-marge {
    margin: 0px 120px 0px 120px;
    transition: 0.3s;
}

.conteneur-marge-tableau {
    margin: 0px 120px 0px 120px;
    transition: 0.3s;
}

.compte {
    box-shadow: 0px 0px 21px rgb(163, 159, 159);
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    width: 750px;
    margin: 50px auto 0px auto;
}

.slideActu {
    display: inline-flex;
}

.btn-gauche {
    float: left;
    height: 150px;
    background-color: rgba(92, 88, 88, 0.438);
    transition: 0.3s;
    display: block
}

.btn-droite {
    float: right;
    height: 150px;
    background-color: rgba(92, 88, 88, 0.438);
    transition: 0.3;
}

.btn-gauche:hover,
.btn-droite:hover {
    background-color: rgb(161, 161, 161);
}

.media-input {
    width: 200px;
}

.p-50-tableau {
    padding: 50px 50px 50px 50px;
}

#header1-section {
    background-image: url("/img/photoAccueil.jpg");
    background-position: center 26%;
    background-size: cover;
    padding: 10em 0;
    height: 45vh;
    display: flex;
    align-items: center;
}

.text-primary {
    color: white!important;
    font-size: 4vw;
    line-height: 1.5em;
    color: #222;
    font-family: 'Nunito', sans-serif;
    letter-spacing: -1px;
    text-align: center;
}

.divider-zindex-top img {
    margin-top: -10%;
    position: absolute;
}

.icon-features {
    font-size: 4vw;
    color: #ca0f48
}

.section-heading {
    margin-bottom: 90px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.section-heading h2 {
    font-size: 62px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    color: #033775;
    margin-top: 3vh;
}

.section-heading.light-icon h2:before {
    color: #fff!important;
}

.section-heading h2:before {
    content: "\f110";
    z-index: 0;
    font-family: "flaticon";
    font-size: 120px;
    z-index: 0;
    opacity: 0.3;
    display: block;
    font-weight: normal;
    left: 35%;
    z-index: -1;
    margin-top: -40px;
    position: absolute;
}

#news {
    margin-top: 10vh;
    margin-bottom: 10vh;
    background-color: #fff6e8;
}

.news {
    background-color: #fff6e8;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.new {
    height: auto;
    width: 340px;
    z-index: 1;
    margin-bottom: 5vh;
}

.new-details {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-style: normal;
}

.news-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.new-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    height: 30vh;
}

.more-news {
    text-align: center;
    z-index: 1;
}

.more-news a {
    z-index: 1;
    padding: 2vh;
    background-color: #033775;
    border-color: #033775;
    transition: 0.5s;
}

.more-news a:hover {
    z-index: 1;
    background-color: #b3c2d5;
    border-color: #b3c2d5;
}

.icon-wrapper {
    display: inline-block;
    border-radius: 50%;
    width: 10vw;
    height: 10vw;
    /* margin-bottom: 20px; */
    transition: all 0.2s ease-in-out;
}

.icon-box.style2 {
    background-color: white!important;
    padding: 20px 40px;
    height: auto;
}

.icon-box.style2 .icon-wrapper {
    margin-top: -70px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
    border: 0;
    position: relative;
    /* margin-bottom: 90px; */
}

.icon-box.style2 .icon-wrapper img {
    border: 10px solid #fff;
    height: 21vh;
    max-width: 100%;
    height: 100%;
}


/* .icon-box.style2:before {
    content: "\f111";
    transition: all ease-in-out 0.2s;
    position: absolute;
    font-family: "Flaticon";
    font-size: 50px;
    left: 0px;
    z-index: 0;
    top: -5px;
    opacity: 0.4;
    text-align: center;
    z-index: 9;
} */

.btn-secondary {
    background-color: #ca0f48;
    border-color: #ca0f48;
}

.btn-secondary:hover {
    background-color: #F9AD3D;
    border-color: #F9AD3D;
}

.slider {
    display: flex;
}

.activity {
    width: 100%;
    flex: 1
}

.feature-with-icon {
    transition: all 0.4s ease-in-out;
    border: 2px solid transparent;
    margin-bottom: 30px;
    background: #fff6e8;
    padding: 20px;
    box-shadow: 3px 5px 16px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.feature-with-icon:hover {
    background-color: #b3c2d5;
    color: black
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.section-activity {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10vh;
}

.navbar-expand-xl .navbar-collapse {
    display: flex!important;
}

.navbar-collapse {
    flex-basis: 0%;
}

.navbar-expand-xl .navbar-nav {
    flex-direction: row
}

.navbar-nav {
    flex: 1
}

.navbar-container {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-evenly;
}

.navbar-container-large {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-evenly;
}

.nav-item {
    display: flex;
    align-items: center;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

.dropdown-menu {
    z-index: 2;
}

.account,
.brand {
    width: 50vw;
    display: flex;
    justify-content: center;
}

.not-connected {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: center;
}

li {
    list-style-type: none;
}

@media screen and (max-width: 1020px) {
    .news-container {
        height: auto;
    }
    .container-footer {
        flex-direction: column;
    }
    .footer-contact {
        flex-direction: column;
        height: 25vh;
    }
    .more-infos {
        text-align: center;
    }
    .copyright {
        display: flex;
        justify-content: center;
    }
    .icon-wrapper {
        display: inline-block;
        border-radius: 50%;
        width: 15vw;
        height: 15vw;
        /* margin-bottom: 20px; */
        transition: all 0.2s ease-in-out;
    }
}

@media screen and (max-width: 1024px) {
    .conteneur-marge {
        margin: 0px 0px;
    }
}

@media screen and (max-width: 1500px) {
    .conteneur-marge-tableau {
        margin: 0px 3px;
    }
    .media-input {
        width: 125px;
    }
}

@media screen and (max-width: 1200px) {
    .p-50-tableau {
        padding: 50px 0px 50px 0px;
    }
    .image-profil {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .p-50-tableau {
        overflow: scroll;
        max-width: 1200px;
        scrollbar-color: rgb(0, 0, 0) white;
    }
}

@media screen and (max-width: 780px) {
    .nav-brand {
        display: none;
    }
}

.survolerTab {
    cursor: pointer;
}

.choixClub {
    width: 300px;
    height: 350px;
    padding: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 0px 0px 5px black;
}

.rejoindreClub {
    background-color: cornflowerblue;
    color: white;
    transition: 0.3s;
}

.creerClub:hover,
.rejoindreClub:hover {
    background-color: rgb(196, 198, 199);
}

.form-creerClub {
    box-shadow: 0px 0px 5px black;
    padding: 50px;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.checkClub {
    text-decoration: none;
    color: black;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 5px black;
}

.scrollbar {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 50px 50px 50px 50px;
    height: 400px;
    width: 1200px;
    overflow: scroll;
    scrollbar-color: rgb(0, 0, 0) white;
    scrollbar-width: thin;
}

.testbar {
    text-decoration: none;
    color: #5a5858;
}

@media screen and (max-width: 1500px) {
    .scrollbar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 500px;
        height: 400px;
        overflow: scroll;
        scrollbar-color: rgb(0, 0, 0) white;
        scrollbar-width: thin;
    }
}

@media screen and (max-width: 700px) {
    .scrollbar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 400px;
        height: 400px;
        overflow: scroll;
        scrollbar-color: rgb(0, 0, 0) white;
        scrollbar-width: thin;
    }
    .news-container {
        height: auto
    }
    .nav-brand {
        display: none
    }
    .section-activity {
        flex-direction: column;
    }
    .icon-wrapper {
        display: inline-block;
        border-radius: 50%;
        width: 25vw;
        height: 25vw;
        /* margin-bottom: 20px; */
        transition: all 0.2s ease-in-out;
    }
    #contact_form {
        max-width: 80%;
    }
}

@media screen and (max-width: 500px) {
    .navbar-nav {
        flex: 1
    }
    .navbar-container {
        display: flex;
        flex-direction: row;
        flex: 1;
        justify-content: space-evenly;
    }
    .icon-wrapper {
        display: inline-block;
        border-radius: 50%;
        width: 25vw;
        height: 25vw;
        /* margin-bottom: 20px; */
        transition: all 0.2s ease-in-out;
    }
}

@media screen and (max-height: 450px) {
    .scrollbar {
        max-width: 400px;
        max-height: 250px;
        overflow: scroll;
        scrollbar-color: rgb(0, 0, 0) white;
        scrollbar-width: thin;
    }
}

.email {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    width: 700px;
    margin: 50px auto 50px auto;
}

.selectItem {
    box-shadow: 0px 0px 21px rgb(163, 159, 159);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    width: 750px;
    margin: 50px auto 10px auto;
}

.multiplePhoto {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-areas: "inp close" "img img";
}

.imgInp {
    grid-area: inp;
}

.blah {
    grid-area: img;
    width: 100%;
    height: auto;
}

.fermer {
    grid-area: close;
    color: grey !important;
    color: white;
    top: 10px;
    right: 25px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.fermer:hover,
.fermer:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px;
}