@charset "UTF-8";

/*!
 *
 * Thème de l'application web
 * Version - 1.1.0
 *
 */

/* Importation des polices d'écriture */
@font-face {
    font-family: "Varela Round";
    src: url("../fonts/VarelaRound-Regular.ttf") format("truetype");
}

/* CSS */
body {    
    height: 100%;
    font-family: 'Varela Round', sans-serif;
    color: #000;
    font-size: 1.6rem;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

p {
    margin-bottom:0;
}

h1, h2, h3, h4, h5 {
    margin-bottom: 0px;
}

.arrow-left {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    
    border-right:10px solid blue; 
  }

.triangle-gauche {
    position: absolute;
    top: 68px;
    right: -1.57rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 40px;
    border-color: transparent transparent transparent #fff;
}

.card {
    background: rgba(255,255,255, 0.7);
    padding: 2rem;
    border-radius: 3rem;
    border: #fff solid 4px;
}

.modal-content {
    border-radius: 3rem;
    background: rgba(255,255,255, 0.9);
    border:none;
    padding: 2rem;
}

.jumbotron {
    background: rgba(255,255,255, 0.7);
    border-radius: 3rem;
}

.card-bulle {
    padding: 2rem;
}

#categories {
    width: 70%;
}

.card-admin {
    border: none;
    border-radius: 0rem;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.8);
}

.modal-admin {
    background: rgba(255, 255, 255, 0.5);
    border: #fff solid 4px;
}


.texte-admin {
    margin-top: 1.8rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.btn-admin {
    font-size: 1rem !important;
    padding: 0.5rem 2rem 0.5rem 2rem;
    text-transform: uppercase;
    border-radius: 0px !important;
}

.form-control-admin {
    border-radius: 0px !important;
}

.btn-admin 
{
    font-size: 2rem;
    text-align: center;
}

input[type="checkbox"]
{
    width: 1.2rem;
    height: 1.2rem;
}

.btn-admin-score
{
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.texte-admin-menu 
{
    font-size: 1.5rem;
}

.btn-primary2 {
    background-color: #161619;
    color: #fff;
    border: #fff solid 4px;
    margin-bottom:1rem;
    font-size: 2.7rem;
    border-radius: 10px;
    transition: 0.3s;
}

.btn-primary2:hover {
    background-color: #161619;
    color: #fff;
    border: #fff solid 4px;
}

.btn-primary2:focus {
    background-color: #161619;
    color: #fff;
    border: #fff solid 4px;
}

.btn-danger {
    background-color: rgba(255,0,0, 0.7);
    color: #fff;
    border: none;
    margin-bottom:1rem;
    font-size: 1.5rem;
    border-radius: 10px;
    border-radius: 3rem;
    transition: 0.3s;
}

.mt-1 { padding: 1.5rem; }
.mt-6 { margin-top: 5rem!important }
.mt-7 { margin-top: 6rem!important }
.mt-8 { margin-top: 9rem!important }
.mt-9 { margin-top: 7rem!important }
.mt-10 { margin-top: 10rem!important }
.mt-12 { margin-top: 12rem!important }

.mb-6 { margin-bottom: 4rem!important }

.h5{  height: 5vh;  }

.h15{  height: 15vh;  }

.h35{   height: 35vh; }

.finale 
{
    border-radius: 20px;
}

.img-intro {
    max-width: 400px;
    border: 2px solid rgba(255,255,255, 0.7);
    border-radius: 3rem;
}

.form-control{
    border-radius: 2rem;
}

.carotteImg
{
    margin-top:-2rem;
    margin-bottom:-1rem;
    margin-left:-1.6rem;
    margin-right:-1.5rem;
}

.tempsImg
{
    position: absolute;
}

.carotteMini
{
    width: 50px;
    height: 35px;
}

.horlogeMini
{
    width: 60px;
    height: 42px;
}

.bas {
    position: absolute;
    bottom: 5rem;
}

.bottomfixed {
    margin-right: 5rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.tada {
    animation-delay: 0s;
}

.preload {
    background: #fee7f0;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
}

.loader {
    margin-top: 30vh;
    animation: bounce 1s linear infinite;
  }

#video-intro {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
  }

::-webkit-scrollbar {
    width: 10px;
}
  
::-webkit-scrollbar-track {
    background: rgba(30,144,255,0.3); 
}

::-webkit-scrollbar-thumb {
    background: rgba(30,144,255,0.5); 
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(30,144,255,0.7); 
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

body, h5, h3, .btn-primary {
    font-size: 0.8rem;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.2rem;
}

h6 {
    font-size: 0.8rem;
}

.alert-danger {
    border-radius: 3rem;
    background: rgba(255, 0, 0, 0.7);
    border: none;
    color: #fff;
    font-size: 0.7rem;
    text-transform: uppercase;
}
.alert-success {
    border-radius: 3rem;
    background: rgba(0, 255, 0, 0.7);
    border: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.alert-admin {
    border-radius: 0rem;
    margin-bottom: 1rem !important;
}

.btnModifierSupprimer{ margin-bottom: 5rem; }

.sidebar {
    height: 20vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.explications {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1;
    top:0;
    left:0;
}

.infoExplication {
    position: fixed;
    bottom: 30px;
    left: 30%;
    right: 30%;
}

#finaleCarottes, #finaleTemps {
    font-size:1.5rem;
    margin-right: -1.2rem;
}

.form-control-lg {
    height: 2.5rem;
    padding: .5rem 0.5rem;
    font-size: 1.2rem;
    line-height: 0.5;
}

.card {
    padding: 0.5rem;
}

.card-intro, .card-intro-top, .card-intro-bottom, .card-intro-left, .card-intro-right {
    font-size: 0.8rem;
    border: none;
}

.card-intro > .card-body, .card-intro-top > .card-body, .card-intro-bottom > .card-body, .card-intro-left > .card-body, .card-intro-right > .card-body {
    padding: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.card-intro-left {
    border-top-left-radius: 0px;
    border: none;
}

.card-intro-right {
    border-top-right-radius: 0px;
}

.card-intro-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: none;
}

.card-intro-bottom {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
}

.card-intro {
    border-radius: 0px;
}

.mo-intro {
    position: absolute;
    top: -50px;
    left: 0px;
    width: 52px;
    z-index: 2;
}

.triangle-droite {
    position: absolute;
    top: 4rem;
    left: 1.3rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1.8rem 1rem 0;
    border-color: transparent #fff transparent transparent;
}

.btn-primary, .btn-primary:disabled {
    background-color: rgba(255,255,255, 0.7);
    color: #000;
    margin-bottom:1rem;
    border-radius: 10px;
    border-radius: 3rem;
    transition: 0.3s;
    border: #fff solid 4px;
    font-size: 0.8rem;
}

.btn-primary:hover {
    background-color: rgba(255,255,255, 0.9);
    color: #000;
    border: #fff solid 4px;
}

.btn-primary:focus {
    background-color: rgba(255,255,255, 0.9);
    color: #000;
    border: #fff solid 4px;
}

.btn-ciel, .btn-ciel:disabled {
    background-color: rgba(30,144,255,0.7);
    color: #fff;
    margin-bottom:1rem;
    border-radius: 10px;
    border-radius: 3rem;
    transition: 0.3s;
    border: none;
    font-size: 0.8rem;
}

.btn-ciel:hover {
    background-color: rgba(30,144,255,0.9);
    color: #fff;
    border: none;
}

.btn-ciel:focus {
    background-color: rgba(30,144,255,0.9);
    color: #fff;
    border: none;
}

.btn-intro {
    position: fixed;
    bottom: 0;
    right: 1rem;
    font-size: 1.5rem;
}

.bg-ciel {
    background-color: rgba(30,144,255,0.7);
    color: #fff;
}

.card-carotte {
    border-radius: 50rem;
}

.popover {
    background-color: rgba(30,144,255,0.7);
    border: #fff 4px solid;
    max-width: 90%;
}

.popover-body {
    padding: 1rem 1rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((0.75rem + 1px) * -1);
}

.arrow_box {
	position: relative;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 15px;
	margin-top: -15px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #fff;
	border-width: 16px;
	margin-top: -16px;
}

.table-scrollable {
    display: block;
    position: relative;
    height: 450px;
    width: 100%;
    overflow: auto;
}

.funkyradio label {
    font-size: 0.8rem;
}

.nav-link {
    margin-bottom:0.8rem;
    background: rgba(30,144,255,0.7);
    color: #fff;
    font-size: 1.2rem;
}

.nav-link:hover {
    background: rgba(30,144,255,0.8);
    color: #fff;
}

.nav-link:active {
    background: rgba(30,144,255,0.9);
    color: #fff;
}

.img-carotte {
    width: 1.5rem;
}

@media (min-width: 576px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    body, h5, h3, .btn-primary {
        font-size: 0.8rem;
    }

    .container-fluid {
        padding-top: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .card {
        padding: 0.3rem;
    }

    .images {
        display: none;
    }

    #finaleCarottes, #finaleTemps {
        font-size:1.2rem;
        margin-right: -0.1rem;
    }

    .carotte {
        margin-top:-0.5rem;
        margin-left:-1rem;
        margin-right:-1.5rem;
    }

    .triangle-droite {
        position: absolute;
        top: 1.6rem;
        left: 2.2rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.8rem 1rem 0.8rem 0;
        border-color: transparent #fff transparent transparent;
    }
    
    .img-carotte {
        width: 1.7rem;
    }

    .card-body {
        padding: 0.8rem;
    }

    .btn-primary, .btn-primary:disabled, .btn-ciel, .btn-ciel:disabled {
        font-size: 0.8rem;
    }

    h2 {
        font-size: 1rem;
    }

    .alert-danger {
        font-size: 0.8rem;
        margin-bottom: 0rem;
    }

    .mo-intro {
        top: -50px;
        left: -50px;
        width: 60px;
    }
}



@media (min-width: 768px) {
    body, h5, h3, .btn-primary {
        font-size: 1.2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .card {
        padding: 0.5rem;
    }

    .card-body {
        padding: 0.8rem;
    }

    .carotte {
        margin-top:-0.5rem;
        margin-left:-1rem;
        margin-right:-1.5rem;
    }

    .img-carotte {
        width: 1.8rem;
    }

    .triangle-droite {
        position: absolute;
        top: 3.8rem;
        left: 0.1rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2rem 3rem 2rem 0;
        border-color: transparent #fff transparent transparent;
    }

    .btn-primary, .btn-primary:disabled, .btn-ciel, .btn-ciel:disabled {
        font-size: 1rem;
    }

    .alert-danger {
        font-size: 1rem;
        margin-bottom: 0rem;
    }
}
  
@media (min-width: 992px) {
    body, h5, h3, .btn-primary {
        font-size: 1.2rem;
    }

    .container-fluid {
        padding-top: 1rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .card {
        padding: 1.5rem;
    }

    .carotte {
        margin-top: 0rem;
        padding: 0;
        width: 80px;
    }

    .img-carotte {
        width: 1.9rem;
    }

    .triangle-droite {
        position: absolute;
        top: 3.8rem;
        left: 0.1rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2rem 3rem 2rem 0;
        border-color: transparent #fff transparent transparent;
    }

}

@media (min-width: 1200px) {
    body, h5, h3, .btn-primary {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 2rem;
    }

    .card {
        padding: 2rem;
    }

    .carotte {
        position: absolute;
        margin-left: -0.2rem;
    }

    .container-fluid {
        padding-top: 1rem;
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .triangle-droite {
        position: absolute;
        top: 3.8rem;
        left: 0.1rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2rem 3rem 2rem 0;
        border-color: transparent #fff transparent transparent;
    }

    .card-intro, .card-intro-top, .card-intro-bottom, .card-intro-left, .card-intro-right {
        font-size: 1.5rem;
        border: none;
    }
    
    .mo-intro {
        position: absolute;
        top: -100px;
        left: -100px;
        width:100px;
        z-index: 2;
    }

    .btn-primary, .btn-primary:disabled, .btn-ciel, .btn-ciel:disabled {
        font-size: 1.6rem;
    }

    .funkyradio label {
        font-size: 1rem;
    }

    .mo-intro {
        position: absolute;
        top: -65px;
        left: -65px;
        width:70px;
        z-index: 2;
    }

    .img-carotte {
        width: 2rem;
    }
}