/*
 Theme Name:   Swing Delight
 Theme URI:    
 Description:  Thème Swing Delight, thème enfant de Twenty Twenty
 Author:       Minh
 Author URI:   
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentytwenty-child
*/

/* Importation des styles du parent */
@import url("../twentytwenty/style.css");


.grecaptcha-badge {
	display: none !important;
}

div.complet {
	margin-top: 1em;
	color: #b51010;
}

.youtube_player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
}

.youtube_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
