/* Personal Styling of CAMPUSEN */

:root {
    --vert: #0B6C27;
    --jeune: #EED058;
}

.my_section {
    min-height: calc(100vh - 100px);
}

.bold {
    font-weight: 700 !important;
}

.bold-md {
    font-weight: 600 !important;
}

.bold-sm {
    font-weight: 400 !important;
}

.right_section,
.left_section {
    /* justify-content: center; */
}

.btn_campusen {
    border-radius: 5px;
    font-weight: 700;
    padding: 5px 10px;
    cursor: pointer;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
    transition: 300ms;
}

.btn_campusen:hover {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
}

.btn_campusen.white {
    color: #45B56F;
    background: #FFFFFF;
    border: 1.4px solid #45B56F;
}
.btn_campusen.green {
    background: linear-gradient(92.18deg, #096624 -9.52%, #17A53F 120.36%);
    color: #FFFFFF;
}

.btn_campusen.youtube {
    background: #FFFFFF;
    border: 1.4px solid #cecece;
}


.btn_campusen.green:hover {
    background: linear-gradient(92.18deg, #096624 60.52%, #17A53F 180.36%);
}

.btn_campusen.white:hover {
    background: linear-gradient(92.18deg, #ffffff 60.52%, #f5fff8 180.36%);
}

.btn_campusen.white.header:hover {
    background: var(--vert);
    border: 1.4px solid var(--vert);
}

.btn_campusen.white a {
    color: #45B56F;
    font-weight: 700;
}

.btn_campusen:disabled{
    cursor: not-allowed;
    background: #b8b8b8;
}

.btn_campusen:disabled:hover {
    box-shadow: 0px 7px 15px rgba(255, 255, 255, 0.2);
    background: #b8b8b8;
}
.btn_campusen.green a {
    color: #FFFFFF;
    font-weight: 700;
}

.btn_campusen.white.header:hover a {
    color: #FFFFFF;
}

.alert_campusen {
    position: relative;
}

.alert_campusen .alert_text {
    margin-top: -15px;
}

.alert_campusen .icone {
    position: absolute;
    width: 30px;
    left: 20px;
}

.right_section .alert_campusen .icone {
    position: absolute;
    width: 30px;
    left: 20px;
    top: -31px;
}

.alert_campusen .icone img {
    width: 100%;
}

.alert_campusen.attention .alert_text {
    background: #FEF7EA;
    border: 1px solid #EE9500;
}

.alert_campusen.info .alert_text {
    background: #E6EFFA;
    border: 1px solid #006EE7;
}
.alert_campusen.danger .alert_text {
    background: #fae6e6;
    border: 1px solid #e70004;
}
.alert_campusen.succes .alert_text {
    background: #e7fae6;
    border: 1px solid #00e713;
}

.caroussel {
    min-height: 200px !important;
}


/* Connexion */

.campusen_input {
    border: .07px solid #888888;
}


/* Surdéfiniton de quelques input de tailwond css */

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-width: 0px;
    --tw-ring-color: var(--vert);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: var(--vert);
}

.alert_campusen.connexion .icone {
    top: -30px;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
    border: 1px solid #aaaaaa;
    background: #fdfcfc;
}

.bg-fille{
    background: url(../images/fille.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* script logout*/

.btn_power_campusen.white {
    color: #45B56F;
    background: #FFFFFF;
    border: 1.4px solid #45B56F;
}

.btn_power_campusen {
    border-radius: 5px;
    font-weight: 700;
    padding: 5px 10px;
    cursor: pointer;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
    transition: 300ms;
}

.btn_power_campusen.white i {
    color: #45B56F;
    font-weight: bolder;
}

.btn_power_campusen.white.header:hover {
    background: var(--vert);
    border: 1.4px solid var(--vert);
    color: white;
}

.btn_power_campusen.white:hover i {
    color: white;
}

.d-none{
    display: none !important;
}
