@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");

.box-1 {
    max-width: 600px;
    padding: 10px 40px;
    user-select: none;
}

.box-taille {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .box-taille {
        margin-top: -130px;
    }

    .box-1-taille {
        margin-top: -130px;
    }
}

.box-inf {
    width: 100%;
}

.box-1 div .fs-12 {
    font-size: 8px;
    color: white;
}

.box-1 div .fs-14 {
    font-size: 15px;
    color: white;
}

.box-1 img.pic {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.box-1 img.mobile-pic {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.box-1 .name {
    font-size: 11px;
    font-weight: 600;
}

.dis {
    font-size: 12px;
    font-weight: 500;
}

label.box {
    width: 100%;
    font-size: 12px;
    background: #ddd;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
}

#one:checked~label.first,
#two:checked~label.second,
#three:checked~label.third,
#quatre:checked~label.faur,
#cinq:checked~label.five,
#six:checked~label.sixth,
#set:checked~label.setht,
#huit:checked~label.huith,
#neuf:checked~label.neth,
#dix:checked~label.tenth {
    border-color: #ff8c00;
}

#one:checked~label.first .circle,
#two:checked~label.second .circle,
#three:checked~label.third .circle,
#quatre:checked~label.faur .circle,
#cinq:checked~label.five .circle,
#six:checked~label.sixth .circle,
#set:checked~label.setht .circle,
#huit:checked~label.huith .circle,
#neuf:checked~label.neth .circle,
#dix:checked~label.tenth .circle {
    border-color: #ff8c00;
    background-color: #fff;
}

label.box .course {
    width: 100%;
}

label.box .circle {
    height: 12px;
    width: 12px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 15px;
    border: 4px solid transparent;
    display: inline-block;
    margin-top: 5px;
}

input[type="radio"] {
    display: none;
}

.box-2 {
    padding: 10px 40px;
}

.box-2 .box-inner-2 input.form-control {
    font-size: 12px;
    font-weight: 600;
}

.box-2 .box-inner-2 .inputWithIcon {
    position: relative;
}

.box-2 .box-inner-2 .inputWithIcon span {
    position: absolute;
    left: 15px;
    top: 8px;
}

.box-2 .box-inner-2 .inputWithcheck {
    position: relative;
}

.box-2 .box-inner-2 .inputWithcheck span {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: green;
    font-size: 16px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
    top: 6px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #ff8c00;
}

.border:focus-within {
    border: 1px solid #ff8c00 !important;
}

.box-2 .card-atm .form-control {
    border: none;
    box-shadow: none;
}

.form-select {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.address .form-control.zip {
    border-radius: 0;
    border-bottom-left-radius: 10px;
}

.address .form-control.state {
    border-radius: 0;
    border-bottom-right-radius: 10px;
}

.box-2 .box-inner-2 .btn.btn-outline-primary {
    width: 120px;
    padding: 10px;
    font-size: 11px;
    padding: 0% !important;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 0;
    background-color: whitesmoke;
    color: black;
    font-weight: 600;
}

.box-2 .box-inner-2 .btn.btn-primary {
    background-color: #ff8c00;
    color: whitesmoke;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    border: none;
    padding: 10px;
}

.box-2 .box-inner-2 .btn.btn-primary:hover {
    background-color: #ff8c00;
}

.box-2 .box-inner-2 .btn.btn-primary .fas {
    font-size: 13px !important;
    color: whitesmoke;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-inner {
    width: 100%;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
}

.carousel-control-prev {
    transform: translateX(-50%);
    opacity: 1;
}

.carousel-control-prev:hover .fas.fa-arrow-left {
    transform: translateX(-5px);
}

.carousel-control-next {
    transform: translateX(50%);
    opacity: 1;
}

.carousel-control-next:hover .fas.fa-arrow-right {
    transform: translateX(5px);
}

.fas.fa-arrow-left,
.fas.fa-arrow-right {
    font-size: 0.8rem;
    transition: all 0.2s ease;
}

.icon {
    width: 30px;
    height: 30px;
    background-color: #f8f9fa;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform-origin: center;
    opacity: 1;
}

.fas,
.fab {
    color: #6d6c6d;
}

::placeholder {
    font-size: 12px;
}

@media (max-width: 768px) {

    .box-1,
    .box-2 {
        padding: 5px 5px;
        margin: 20px auto;
    }
}

@media (max-width: 426px) {

    .box-1,
    .box-2 {
        padding: 5px 5px;
    }

    ::placeholder {
        font-size: 9px;
    }
}

/*************
CONFIRMATION
**************/
.green {
    color: rgb(15, 207, 143);
    font-weight: 680;
}

@media (max-width: 567px) {
    .mobile {
        padding-top: 40px;
    }
}

.bloc_info {
    padding: 0 10px 0 10px;
}




.promo-button {
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.1));
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.3),
        /* top highlight */
        0 2px 10px rgba(0, 0, 0, 0.3),
        /* main shadow */
        0 1px 0 rgba(255, 255, 255, 0.2);
    /* subtle rim */
    transition: all 0.2s ease-in-out;
    position: relative;
}

.share-button {
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.1));
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.3),
        /* top highlight */
        0 2px 10px rgba(0, 0, 0, 0.3),
        /* main shadow */
        0 1px 0 rgba(255, 255, 255, 0.2);
    /* subtle rim */
    transition: all 0.2s ease-in-out;
    position: relative;
}

.share-button:hover {
    transform: translateY(-2px);
    box-shadow:
        inset 0 2px 2px rgba(255, 255, 255, 0.3),
        0 8px 12px rgba(0, 0, 0, 0.547),
        0 2px 0 rgba(255, 255, 255, 0.2);
}

.promo-button:hover {
    transform: translateY(-2px);
    box-shadow:
        inset 0 2px 2px rgba(255, 255, 255, 0.3),
        0 8px 12px rgba(0, 0, 0, 0.547),
        0 2px 0 rgba(255, 255, 255, 0.2);
}

.share-promo-button {
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.1));
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.3),
        /* top highlight */
        0 2px 10px rgba(0, 0, 0, 0.3),
        /* main shadow */
        0 1px 0 rgba(255, 255, 255, 0.2);
    /* subtle rim */
    transition: all 0.2s ease-in-out;
    position: relative;
}



.share-promo-button:hover {
    transform: translateY(-2px);
    box-shadow:
        inset 0 2px 2px rgba(255, 255, 255, 0.3),
        0 8px 12px rgba(0, 0, 0, 0.547),
        0 2px 0 rgba(255, 255, 255, 0.2);
}

.whatsapp {
    background-color: #25D366;
}

.facebook {
    background-color: #1877F2;
    color: aliceblue;
}

.cancel {
    background-color: #000000;
}

.linkedin {
    background-color: #0077B5;
}

.instagram {
    background-color: #f43565;
    color: aliceblue;
}

.share-button img {
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(1);
    z-index: 2;
}



