/*
Theme Name: Release Notes
Theme URI: https://chirripo.fr
Template: hello-elementor
Author: Digital
Author URI: https://chirripo.fr
Version: 1.0.0.1714463973
Updated: 2024-04-30 08:59:33

*/

.site-header,
.site-footer {
    display: none;
}

body {
    margin: 0;
}

p {
    margin-top: 0;
}

#podcast_link,
#video_link {
    cursor: pointer;
}

#podcast_link:hover .triangle svg,
#video_link:hover .triangle svg{
    transform: scale(1.25);
}

#podcast_link:hover,
#video_link:hover{
	background-color: #66D5C5B0 !important;
}

#podcast_link.active,
#video_link.active {
	background-color: #66D5C5 !important;
}



/* Podcast */
	#podcast-player 					{ background-color: #3e50c8; height:500px; position:relative; }
	#podcast-command					{ position:absolute; bottom:0px; height:160px; background-color:#858DD3; width:100%; z-index:20; }
	#podcast-command-container 			{ position:relative; height:100%; }
	#podcast-command-container button 	{ background-color:transparent; border:0; cursor:pointer; padding: 70px 24px 50px; outline: 0; }
	#podcast-command-container #playBtn { margin-left:50px; }
	#podcast-command-container button:hover { opacity:0.8; }
	#podcast-portrait 	{ position:absolute; bottom: 0; height: 100%; left:37%; z-index:10; object-fit: cover; }
	#podcast-bloc-1		{ position:absolute; bottom: 61px; height: 70%; max-width:230px; z-index:9; }	
	#podcast-bloc-2		{ position:absolute; bottom: 61px; height: 70%; max-width:230px; z-index:9; right:3%; }		
	#podcast-timer 		{ position:absolute; color:#fff; top: 47%; left: 50%; }
	#podcast-orange 	{ background-color:#66D5C5; position:absolute; height:50%; width: 80px; top:0; right:0; }
	#podcast-vert		{ background-color:#FF6136; position:absolute; height:50%; width: 80px; right:0; bottom:0; }
	#waveform	 		{ position:absolute; bottom:160px; width:90%; left:5%; z-index: 25; }	
	@media (max-width:1024px) {
		#podcast-command-container button { padding: 70px 24px 50px; }
	}
	@media (max-width:591px) {
		#podcast-command-container #playBtn { margin-left:0px; }
		#podcast-command-container button { padding: 70px 10px 50px; }
		#podcast-orange, #podcast-vert 	{ display:none; }
	}	
