@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 100%;
    background-color: #0094CD;
}

body {
    background: none;
    font-family: 'Inter',Arial,sans-serif;
    font-weight: 400;
    color: #000000;
    margin: 0;
    padding: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter',Arial,sans-serif;
    font-style: normal;
}

.btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 20px;
    border-radius: 62px;
}

button, input, select, textarea {
    font-family: 'Inter',Arial,sans-serif;
    font-style: normal;
}

.btn.btn-default:hover, .btn.btn-default, .btn.btn-primary, .btn.btn-primary:hover, .btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.modal .btn-primary.active:hover, .modal .btn-primary.active {
    color: #FFFFFF;
    background: #0094CD;
    border: 1px solid #FFFFFF;
    box-shadow: none;
    outline: none;
}

.btn-default, .btn-default.focus, .btn-default:focus, .btn-default:hover,
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
.modal .btn-primary, .modal .btn-primary:hover {
    color: #0094CD;
    background: #FFFFFF;
    box-shadow: none;
    outline: none;
}

.btn.active {
    background-color: #16a085;
}

.header-content {
	justify-content: center !important;
	margin-bottom: 10px;
}

.header {
	display: inline-block;
	margin-right: 10px;
}

.logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
    padding: 14px;
    border-radius: 50% !important;
}

.logo img {
    width: 55px;
}

h1 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
	line-height: 1.7rem;
}

h2 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: center;
    color: #0094CD;
}

h4 {
	font-weight: 700;
	font-size: 1.1rem;
}

h5 {
	font-size: 1.4rem;
	font-weight: 700;
	color: #0094CD;
}

#modalSites ul li {
	list-style-type: square;
}

#modalSites ul li a {
	color: #000;
	text-decoration: none;
	font-size: .9rem;
}

.modal-title h5 {
	text-align: center;
}

/* DEMANDE */
.slot {
    padding: 2px 5px;
    border-radius: 8px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.carousel-indicators {
    bottom: -90px;
    padding-bottom: 50px;
}

#carousel-form {
    padding: 0 50px;
}

.carousel-control-prev, .carousel-control-next {
	background: none;
	opacity: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 3rem;
	height: 3rem;
}

.carousel-item {
    background-color: #FFF;
    padding: 35px 30px 40px 30px;
    min-height: 600px;
    transition-duration: unset;
}

.carousel-indicators [data-bs-target] {
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
}

.carousel-item h3 {
	font-size: 1.4em;
	font-weight: 700;
	color: #0094CD;
}

.form-group {
    margin: 5px 0 15px 0;
}

.form-group .help-block {
	color: rgb(220, 53, 69);
	font-size: .9rem;
}

.form-label {
	margin-bottom: .2rem;
}

.container {
    padding-top: 10px;
}

.rdv_date_field {
    margin-bottom: 5px;
	display: flex;
	flex-direction: row;
}

.rdv_date_add, .rdv_date_remove {
    font-size: 20px;
    line-height: 12px;
    padding: 5px 13px;
    margin-left: 5px;
    margin-bottom: 4px;
    border:none !important;
}

.rdv_date_add {
    padding: 8px 11px 11px 11px;
}

.labelNom {
	display: block;
}

.labelDate {
	font-size: .9rem;
	display: block;
}

#souhaits, .title {
	display: none;
}

@media screen and (max-width:768px) {
    html {
        font-size: 90%;
    }

    .carousel-item {
        padding: 20px 20px 40px 20px;
        min-height: auto;
    }

    #carousel-form {
        padding: 0 0 30px 0;
    }

    h2 {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    .carousel-control {
        filter: invert(1) grayscale(100);
        align-items: flex-end;
        padding-bottom: 40px;
    }

	.carousel-control-next-icon, .carousel-control-prev-icon {
		width: 2rem;
		height: 2rem;
	}


}

.event .header-content h1 {
	text-align: left;
	font-size: 26px;
	line-height: 130%;
	font-weight: normal;
}
.event .header .logo img {
	width:90px !important;
}
.event .header .logo {
	padding: 9px 11px 19px 17px;
}
.event .header-content .col-xl-7 {
	padding-left: 46px;
	padding-top: 30px;
}
.event .header-content .header {
	padding-left: 38px;
}
.event #slots .rdv_date {
	margin-bottom: 15px;
}
.event #slots .slot {
	padding: 6px 7px;
	margin-right: 6px;
	margin-bottom: 5px;
	width: 55px;
}

