/*
Theme Name: Thème WPBB5
Text Domain: wpbb
Description: Thème Wordpress avec Boostrap 5.2, JQuery 3.6.0, Font Awesome Icon 6 & Fancy Box 3.5.7
Author: Steven Rouxel
Version: 13.06.2022
*/


header { margin: 0 -.75rem;}
  
  .navbar {margin: 0 -.75rem 10px -.75rem; font-size: 18px; background-color: #23282D;}
  .nav-link {color: #ffffff;}
  .navbar-brand {color: #ffffff;}
  .nav-link:focus, .nav-link:hover {color: #696969;}
  .navbar-brand:focus, .navbar-brand:hover {color: #696969;}

  .container {background-color: rgb(255, 255, 255);}
  
  .card {background-color: transparent !important;}

  .footer-end {background: #656565; margin: 0 -.75rem; padding: 15px 15px; color: #DDDDDD;}
  .footer-end p {color: #fff;}
  
  .footer-contain { background: #0275d8; margin: 0 -.75rem; padding: 15px 15px; color: rgb(255, 255, 255);}
  .footer-contain a {color: #b8b6b6}
  .footer-contain a:hover {color: #FFFFFF; text-decoration: none;}
  
  .card {margin-bottom: 10px;}
  .box-grey {background:#DDDDDD; padding: 5px;}
  
  .divform7 {background: #adacac; padding: 20px; border: 1px solid rgb(0, 0, 0);}
  
  /* Post Thumbnails WP */
  img.alignright {float:right; margin:5px 5px 5px 20px;}
  img.alignleft {float:left; margin:5px 20px 5px 5px;}
  img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
  a img.alignright {float:right; margin:5px 0 5px 5px;}
  a img.alignleft {float:left; margin:5px 5px 5px 0;}
  a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

   /* VIDEO CONTAINER IN IFRAME */
  .video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.video-container embed,.video-container iframe,.video-container object{position:absolute;top:0;left:0;width:100%;height:100%}.entry-content embed,.entry-content iframe,.entry-content img,.entry-content object{max-width:100%}
  
/*  .topbutton {
    height:50px;
    width:50px;
    position:fixed;
    right:15px;
    bottom:15px;
    Z-index:9999;
    background:rgba(0, 0, 0, 0.445);
    text-align:center;
    font-size: 3em;
    display:none;
    border-radius: 150px;
}
.topbutton i{
  position: absolute;
  top: 0px;
  left: 10px;
  color: #fff;
}
.topbutton i:hover{
  color: rgb(6, 184, 59);
}

*/
/***********************************************************************************************/
/* Button */
/***********************************************************************************************/

.go-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 30px;
	display: none;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  align-items: center;
  text-align: center;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.grecaptcha-badge { 
  visibility: hidden;
  }
