* {
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif; 
}


:root {
	--c-grey-100: #f4f6f8;
	--c-grey-200: #e3e3e3;
	--c-grey-300: #b2b2b2;
	--c-grey-400: #7b7b7b;
	--c-grey-500: #3d3d3d;

	--c-blue-500: #688afd;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	padding-top: 20vh;
	padding-bottom: 20vh;
}

.modal-content{
    position: relative;
    left: 250px;
    width: 602px;
}


.btn-fermer {
    color: #3D8CEF;
    border: none;
}
.btn-fermer:hover {
    color: #3D8CEF;
    border: none;
}

.btn-close-blue {
    box-sizing: content-box;
    line-height: 0;
    color: #3D8CEF;
    border: 0;
    background-color: transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border: 2px solid #3D8CEF;
    border-radius: 20%;
    padding: 0.5px;
	height: 25px; 
}

.btn-close-blue:hover {
    color: #3D8CEF;
    text-decoration: none;
}

.btn-close-blue:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-close-blue::before {
    content: '\00d7'; /* Unicode for close icon (×) */
    font-size: 2em;
	position: relative;
	top: 3px;
}


.btn-primary2 {
    background-image: linear-gradient(to left, #37A5E8, #255A9B);
    color: #fff;
    border: none;
}

.btn-primary2:hover {
    background-image: linear-gradient(to left, #255A9B, #37A5E8);
    color: #fff;
    border: none;
}

/* Form styling */
form {
    display: flex;
    flex-direction: column;
}

.col-sm-12 {
    margin-bottom: 6px;
}

label {
    display: block;
    margin-bottom: 6px;
}

.new-comment {
    display: flex;
    align-items: center;
    position: relative;
}

.new-comment i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.new-comment select,
.new-comment input {
    padding-left: 30px;
}

.icon-lieu {
    width: 20px;
    height: 20px;
}

/* Style for the icon-lieu class */
.icon-lieu::before {
    position: relative;
    content: url('../img/icons/lieu.png'); 
}

.new-comment select {
    flex: 1;
}

label,
.new-comment {
    margin-bottom: 6px;
}

.new-comment {
    width: 100%;
}


.new-comment select {
    border: 1px solid var(--c-grey-200);
    border-radius: 6px;
    height: 48px;
    padding: 0 26px 0 66px; 
    width: 100%;
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"%3E%3Cpath d="M7 10l5 5 5-5z" /%3E%3C/svg%3E'); /* Default arrow-down icon */
    background-repeat: no-repeat;
    background-position: right 10px center; 
    background-size: 36px;
    cursor: pointer;
    outline: none;

    &::placeholder {
        color: var(--c-grey-300);
    }

    &:focus {
        border-color: var(--c-grey-300);
        box-shadow: 0 0 0 4px var(--c-grey-100);
    }
}



label span {
    color: red;
}


input[type="text"] {
    border: 1px solid var(--c-grey-200);
    border-radius: 6px;
    height: 48px;
    padding: 0 26px 0 66px; 
    width: 100%;
    font-size: 16px;
    color: var(--c-grey-500);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 36px;
    outline: none;

    &::placeholder {
        color: var(--c-grey-300);
    }

    &:focus {
        border-color: var(--c-grey-300);
        box-shadow: 0 0 0 4px var(--c-grey-100);
    }
}


input[type="text"]::placeholder {
    color: var(--c-grey-300);
}

.icon-lieu::before {
  content: url('../img/icons/lieu.png');
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

#Date-de-naisssance {
    border: 1px solid var(--c-grey-200);
    border-radius: 6px;
    height: 48px;
    padding: 0 26px 0 66px; 
    width: 100%;
    font-size: 16px;
    color: var(--c-grey-500);
    background-image: url('../img/icons/Heurs.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
}

#Date-de-naisssance::-webkit-calendar-picker-indicator {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#Date-de-naisssance::placeholder {
    color: var(--c-grey-300);
}

#Date-de-naisssance:focus {
    border-color: var(--c-grey-300);
    box-shadow: 0 0 0 4px var(--c-grey-100);
}

input[type="tel"],
input[type="email"] {
    border: 1px solid var(--c-grey-200);
    border-radius: 6px;
    height: 48px;
    padding: 0 26px 0 66px; 
    width: 100%;
    font-size: 16px;
    color: var(--c-grey-500);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 36px;
    outline: none;
}

input[type="tel"]::placeholder,
input[type="email"]::placeholder {
    color: var(--c-grey-300);
}

input[type="tel"]:focus,
input[type="email"]:focus {
    border-color: var(--c-grey-300);
    box-shadow: 0 0 0 4px var(--c-grey-100);
}


textarea {
    border: 1px solid var(--c-grey-200);
    border-radius: 6px;
    padding: 10px 26px 0 66px; 
    width: 100%; 
    font-size: 16px;
    color: var(--c-grey-500);
    outline: none;
    resize: vertical; 
}

textarea::placeholder {
    color: var(--c-grey-300);
    position: relative; 
    top: 15px;
    left: 3px; 
    transform: translateY(-50%);
}







/* //////////////////////////////////////////////////////////////////////// */

.btn-icon {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 30px;
}

.btn-note {
	color: #3D8CEF;
	background-color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 5px;
	cursor: pointer;
}

.btn-note:hover {
	color: #3D8CEF;
	background-color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 5px;
	cursor: pointer;
}

.btn-note span {
	margin-left: 10px;
}

.box-diag {
    border: 1px solid #B5B5B5;
    width: 100%;
    overflow: hidden; 
    border-radius: 4px;
    margin-bottom: 20px;
}


.head-diag {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-weight: bold;
}

.separator {
    margin: 0;
    border: none;
    border-top: 2px solid #B5B5B5;
}

.body-diag {
    padding: 10px;
    display: none;
	color: #6C87AE;
}

.title-diag {
    display: flex;
    align-items: center; 
}

.title-diag .title {
    display: flex;
    align-items: center; 
}

.icon-lieu {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 10px; 
}

.title-diag .title span {
    margin-left: 20px;
    font-size: 14px; 
    color: #333333;
    font-weight: 600;
}


.icons-container {
    display: flex;
}


.arrow-icon {
    color: #6C87AE;
    cursor: pointer;
}

.rotate-icon {
    transform: rotate(180deg); 
}


.box-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 20%;
    margin-right: 10px;
}

.box-btn {
    color: #333333;
}

.box-btn i {
    margin-bottom: 2px;
    font-size: 1rem;
}


