@font-face {
    font-family: "allura";
    src: url("../fonts/Allura.ttf");
}

@media screen and (min-width: 992px) {
.show-on-mobile {
    display: none;
}
}

.nav-padding-top {
    padding-top: 60px;
}

.full-height {
    min-height: 100vh;
    background-color: white;
}

.parallax {
    /* Set a specific height */
    height: 100%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pbody {
    background-color: #FBFBF9;
}

.pbodyphoto {
    background-image: url("../img/bg-white.jpg");
    opacity: 1;
}

.pmain {
    background-image: url("../img/photomain2.jpg");
    opacity: 1;
}

.pmerci {
    background-image: url("../img/merci.jpg");
    opacity: 1;
}

.pchateau {
    background-image: url("../img/chateau2.png");
}

.proadtrip {
    background-image: url("../img/roadtrip.png");
}

.pclan {
    background-image: url("../img/clans.png");  
}

.pkarours {
    background-image: url("../img/karours.jpg");
}

.pmerci {
    background-image: url("../img/merci.jpg");
}
Karolina+Julien-couple-NDS-26

.img-team {
    height: 300px;
    object-fit: cover;
}

.card-inner-text {
    text-align: left;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    color: white;
    text-shadow:
        1px 1px 0 #000,
        -1px 1px 0 #000,
        -1px -1px 0 #000,
        1px -1px 0 #000;
}

.title-font {
    font-family: allura;
}

.maxw500 {
    max-width: 500px;
}

.maxw700 {
    max-width: 700px;
}

.clanKaro {
    font-weight: bold;
    color: sandybrown;
}

.clanJu {
    font-weight: bold;
    color: royalblue;
}

.form-check .form-check-input {
    float: none;
    margin-left: 0;
}

.form-switch .form-check-input {
    margin-left: 0;
}