﻿html {
    min-height: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

body {
    font-size: 18px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    font-family: CalibriRegular;
    background: url(../images/Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100% !important;
    background-position: center center !important;
}

h1, h2, h3, h4, h5 {
    color: #777777;
    font-family: CalibriBold;
}

.green {
    color: #49d182;
}

.red {
    color: #ff4646;
}

.alert-icon {
    width: 21px;
    margin-top: -5px;
}


.checkbox:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.checkbox:active {
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
}


input:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

input:active {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn:active {
    outline: 0 !important;
    box-shadow: none !important;
}

button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

button:active {
    outline: 0 !important;
    box-shadow: none !important;
}

select:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

select:active {
    outline: 0 !important;
    box-shadow: none !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cbcbcb !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cbcbcb !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #cbcbcb !important;
}

@font-face {
    font-family: CalibriRegular;
    src: url(../fonts/CalibriRegular.ttf);
}

@font-face {
    font-family: CalibriBold;
    src: url(../fonts/CalibriBold.TTF);
}

.logo {
    width: 670px;
}

.form-box {
    background: white;
    padding: 30px 42px;
    border-radius: 22px;
    max-width: 490px;
    margin: auto;
    margin-bottom: 50px;
}

.form-box2 {
    background: white;
    padding: 30px 42px;
    border-radius: 22px;
    max-width: 600px;
    margin: auto;
    margin-bottom: 50px;
}

.form-box3 {
    background: white;
    padding: 30px 42px;
    border-radius: 22px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 50px;
}

.form-box4 {
    background: white;
    padding: 30px 42px;
    border-radius: 22px;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 50px;
}

.pn-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.solo-add-user {
    padding: 30px 42px;
    border-radius: 22px;
    max-width: 490px;
    margin: auto;
    margin-bottom: 50px;
}

.title {
    color: #2a3957;
    font-size: 33px;
    text-transform: uppercase;
}

.sub-title {
    color: #2a3957;
    font-size: 30px;
    text-transform: uppercase;
    font-family: CalibriRegular;
}

.sub-title2 {
    font-size: 28px;
    font-family: CalibriRegular;
}

.sub-title3 {
    color: #2a3957;
    font-size: 24px;
    font-family: CalibriRegular;
}

.small-title {
    color: #2a3957;
    font-size: 29px;
    text-transform: uppercase;
}

.exit-btn {
    width: 49px;
    margin-top: -11px;
}

.input-div {
    position: relative;
    margin-bottom: 15px;
}

    .input-div .icon1 {
        position: absolute;
        left: 13px;
        width: 30px;
        top: 16px;
    }

    .input-div .icon2 {
        position: absolute;
        right: 17px;
        width: 23px;
        top: 20px;
    }

.custom-input {
    border: 3px solid #efefef;
    height: 59px;
    font-size: 21px;
    color: #777777 !important;
    padding: 9px 20px 10px 51px;
    border-radius: 7px;
}

    .custom-input:focus {
        border: 3px solid #efefef;
    }

.error-input {
    color: #ff4646 !important;
    border: 3px solid #ff4646;
}

.customselect {
    border: none;
    font-size: 21px;
    color: #777777 !important;
    padding: 0px !important;
    -webkit-appearance: none;
}

.customselect {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('../images/arrow.svg');
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 11px;
    font-family: Calibri !important;
}

/**/

.custom-control-label {
    padding-left: 10px;
    color: #777777;
}

    .custom-control-label:before {
        background-color: #efefef;
        width: 23px !important;
        height: 23px !important;
        border: 1px solid #c5c5c5 !important;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    border: none !important;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #27dc95;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: #27dc95;
}

/** focus shadow pinkish **/
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    /*box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 247, 0.25);*/
    box-shadow: none !important;
}

/**/

.small-text {
    font-size: 17px;
    line-height: 22px;
}

.very-small-text {
    font-size: 15px;
    line-height: 17px;
}

.email {
    font-size: 25px;
    line-height: 27px;
}

.text-profil {
    font-family: CalibriRegular;
    font-size: 23px;
    line-height: 25px;
    color: #2a3957;
}

.add-img {
    background: url(../images/AjouterEnfant.png) no-repeat center;
    width: 230px;
    height: 230px;
}

    .add-img:hover {
        background: url(../images/AjouterEnfantHover.png);
        width: 230px;
        height: 230px;
    }

.profile-on-img {
    background: url(../images/ProfileBGDoninactive.png) no-repeat center;
    height: 230px;
    cursor: pointer;
}

    .profile-on-img:hover {
        background: url(../images/ProfileBGDoninHover.png) no-repeat center;
        height: 230px;
    }

.profile-off-img {
    background: url(../images/ProfileBGDoffinactive.png) no-repeat center;
    height: 230px;
    cursor: pointer;
}

    .profile-off-img:hover {
        background: url(../images/ProfileBGDoffinHover.png) no-repeat center;
        height: 230px;
    }

.link {
    text-decoration: none;
}

    .link:hover {
        text-decoration: none;
        color: #49d182;
    }

.btn-1 {
    width: 100%;
    padding: 13px 10px !important;
    text-align: center;
    color: #49d182;
    background: white !important;
    border-radius: 16px !important;
    font-size: 25px !important;
    font-family: CalibriBold;
    border: 1px solid #49d182;
    text-transform: uppercase;
}

    .btn-1:hover {
        opacity: 0.9;
        color: #2a3957;
        border: 1px solid #2a3957;
    }

.btn-2 {
    width: 100%;
    padding: 13px 10px !important;
    text-align: center;
    color: white;
    background: #49d182 !important;
    border-radius: 16px !important;
    font-size: 25px !important;
    font-family: CalibriBold;
    text-transform: uppercase;
}

    .btn-2:hover {
        opacity: 0.9;
        color: white;
    }

.btn-3 {
    width: 100%;
    padding: 10px 10px !important;
    text-align: center;
    color: white;
    background: #49d182 !important;
    border-radius: 8px !important;
    font-size: 21px !important;
    text-transform: uppercase;
}

    .btn-3:hover {
        opacity: 0.9;
        color: white;
    }

.btn-3-red {
    width: 100%;
    padding: 10px 10px !important;
    text-align: center;
    color: white !important;
    background: #ff4646 !important;
    border-radius: 8px !important;
    font-size: 21px !important;
    text-transform: uppercase;
}

    .btn-3-red:hover {
        opacity: 0.9;
        color: white;
    }

.btn-4 {
    width: 100%;
    padding: 10px 10px !important;
    text-align: center;
    color: #c5c5c5;
    background: white !important;
    border-radius: 8px !important;
    font-size: 21px !important;
    border: 2px solid #c5c5c5;
    text-transform: uppercase;
}

    .btn-4:hover {
        color: white !important;
        background: #c5c5c5 !important;
    }

.btn-5 {
    width: 100%;
    padding: 10px 10px !important;
    text-align: center;
    color: #49d182;
    background: white !important;
    border-radius: 8px !important;
    font-size: 21px !important;
    border: 1px solid #49d182;
    text-transform: uppercase;
}

    .btn-5:hover {
        color: #49d182;
    }

.btn-6 {
    width: 50%;
    padding: 13px 10px !important;
    text-align: center;
    color: white;
    background: #49d182 !important;
    border-radius: 16px !important;
    font-size: 25px !important;
    font-family: CalibriBold;
    text-transform: uppercase;
}

    .btn-6:hover {
        opacity: 0.9;
        color: white;
    }

.btn-7 {
    width: 100%;
    padding: 10px 10px !important;
    text-align: center;
    color: #2a3957;
    background: white !important;
    border-radius: 16px !important;
    font-size: 21px !important;
    font-family: CalibriBold;
    border: 1px solid #2a3957;
    text-transform: uppercase;
}

    .btn-7:hover {
        opacity: 0.9;
        color: #49d182;
        border: 1px solid #49d182;
    }

.btn-8 {
    width: 100%;
    height: 150px;
    padding: 10px 10px !important;
    text-align: center;
    color: white;
    background: #49d182 !important;
    border-radius: 8px !important;
    font-size: 30px !important;
    text-transform: uppercase;
}

    .btn-8:hover {
        opacity: 0.9;
        color: white;
    }

/**/
.nums span {
    display: inline-block;
    border: 2px solid #c5c5c5;
    color: #717171;
    border-radius: 6px;
    padding: 10px;
    text-transform: uppercase;
    margin: 6px;
    font-family: CalibriBold;
    font-size: 22px;
}

    .nums span:hover {
        cursor: pointer;
    }

.nums .active {
    border: 2px solid #49d182;
    color: #49d182;
}

.sel-icon span {
    /*display: inline-block;
    border: 2px solid #c5c5c5;
    color: #717171;
    border-radius: 6px;
    padding: 10px;
    text-transform: uppercase;
    margin: 6px;
    font-family: CalibriBold;
    font-size: 22px;*/
}

.sel-icon img {
    width: 70px;
}

.sel-icon .active {
    /*border: 2px solid #49d182;*/
    color: #49d182;
}

.sel-icon em {
    font-style: inherit;
    display: inline-block;
    margin: 0px 7px;
}

.login-img {
    display: block;
    margin-left: auto;
    margin-right: 20%;
}

/**/
.connect {
    position: relative;
}

    .connect img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 52px;
    }

    .connect a {
        display: inline-block;
        color: #49d182;
        margin-left: 68px;
        font-family: CalibriBold;
        position: relative;
        top: 12px;
        font-size: 23px;
    }

        .connect a:hover {
            text-decoration: none;
        }

.large-text {
    font-size: 21px;
}

.mt-top {
    margin-top: 37px;
}

@media(min-width:768px) {

    .l1 {
        margin-left: 15px;
    }

    .l2 {
        margin-left: 1px;
        margin-right: 14px;
    }

    .l3 {
        margin-right: 8px;
    }
}

@media(max-width:767px) {

    .form-box {
        padding: 30px 20px;
    }

    .logo {
        width: 90%;
        margin: 0 auto;
        display: block !important;
    }

    .sub-title {
        font-size: 25px;
    }
}

.inline-div {
    display: inline-block;
}

div.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 120px;
}

item-img {
    width: 100px;
    height: 100px;
}

item-caption {
    display: block;
}

.center-text-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.width-minimal {
    min-width: 230px;
}

.vertical-center-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.round-border {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    border: 1px solid #000000;
    border-radius: 25px;
}

.btn-switch-on {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/SwitchFull.png);
}

.btn-switch-off {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/SwitchFullOff.png);
}