/* 
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
*/

/*
    Add your custom styles here
*/


body.maintenance .page-template-template-page-builder-no-header-footer-php #fsb_image {
-webkit-filter: blur(15px);
-moz-filter: blur(15px);
-o-filter: blur(15px);
-ms-filter: blur(15px);
filter: blur(15px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=15, enabled='true');
}

.site-navigation ul.menu li ul {
	width:250px
}

.page-template #fsb_image {
  display: none;
}

.home.page-template #fsb_image {
  display: inherit;
}

.container {
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 1140px;
}

img#fsb_image {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
}

.filename {
  padding: 5px 10px !important;
  font-size: 20px;
line-height: 40px;
}

.filename a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
}

/*Couleur du bouton acceder au formulaire*/
.lien-formulaire a{
  display: block;
  padding: 10px 15px;
  background-color: #497832;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 30px;
  text-align: center;
  color: white;
}
.lien-formulaire a:hover {
  color:  black;
  background-color: #649d47;
}


.logo_partenaire {
  display: flex; /* Utilisation de Flexbox */
  justify-content: center; /* Centrer horizontalement */
  align-items: center; /* Centrer verticalement */
  /*height: 100vh;*/ /* Hauteur du conteneur, ici la hauteur de la fenêtre */
}

.logo_partenaire img {
  width: 50%; /* Réduire l'image à 50% de sa taille originale */
  max-width: 100%; /* Assurer que l'image ne dépasse jamais 100% de la largeur de son conteneur */
  height: auto; /* Conserver les proportions de l'image */
}
/*.dropblock {
  width: 100%;
  height: 100%;
  overflow: hidden;
}*/

/*#wpfd-box-player img {
  width: 100px;
  height: 100%;
  object-fit: cover;
}*/

#wpfd-box-player .dropblock {
    position: relative !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: none;
    color: #FFF;
}
