/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
   Bloc des dates de formations
*/

.formation-details .date-item {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	height: 70px;
	border-top: 1px solid #00000021;
	border-bottom: 1px solid #00000021;
}
	.date-range, .location, .price, .inscription {
	width: 25%;
}
@media (max-width: 766px) {
	.formation-details .date-item {
		height: 120px;
	}
}
@media (min-width: 767px) {
	.formation-details .inscription a {
		width: 200px;
	}
}
.date-item p {
	margin: 0px;
}
.location, .price, .inscription {
	text-align: center;
}
.formation-details {
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.formation-details .inscription a {
	padding: 10px;
    border-radius: 50px;
    background-color: #71969f;
	border-color: #71969f;
    color: white;
    display: block;
    margin: auto;
}
.formation-details .inscription a:hover {
	background-color: black;
	border-color: black;
}
.formation-details .date-item .price p {
	font-weight: bold;
}