/*
Theme Name: Handball Club 75
Theme URI: https://www.handball-club-75.fr
Author: Agence Media Squad
Author URI: http://www.media-squad.fr/
Description: Thème du site Handball-club-75.fr
Version: 1.0
*/



body {
    font-family: 'Source Sans Pro', sans-serif !important;
    /*font-size: 12px !important;*/
    line-height: 1.4 !important;
    color: #202125;
    background-color: #ffffff !important;
}
/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');*/
.navbar-default .navbar-toggle {
    z-index:1000; //added this value
    border-color:#ddd;
}



/******************************************** GLOBAL **************************************************/

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

a:hover {
     transition: 0.5s;
}


/******************************************** HEADER **************************************************/

.icon-bar {
    background-color:#2686be;
}
@media(max-width:767px){
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}


/******************************************** MENU **************************************************/

.navbar a {
    font-family: 'Raleway', sans-serif !important;
    font-size:16px !important;
    color:black;
    padding:10px 15px !important;
    font-weight:700;
}
.navbar a:hover {
    color:#233080;
    text-decoration: none;
}
.navbar a.btn-devis-header {
    margin-right: 60px;
    margin-left:10px;
}
.dropdown-menu {
    min-width:200px !important;
}
.dropdown-menu li {
    padding:5px 15px !important;
}
.dropdown-menu li a {
    padding:0px !important;
}
@media(max-width:767px) {
    .navbar-collapse {
        margin-top:15px;
        padding-bottom:15px;
    }
    .navbar a.btn-devis-header {
        float:left;
        margin-right: 0px;
        margin-left:0px;
    }
    .navbar a.btnnim-vert {
        display:inline-block;
        float:right;
        margin-right: 0px;
        margin-left:0px;
    } 
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center !important;
    }
}
.fixed-top {
    background-color: white !important;
    box-shadow: -6px 8px 20px 0px rgb(0 0 0 / 5%);
    transition: box-shadow .2s ease;
}
.navbar-toggler {
  /*border-color: rgb(255,255,255) !important;*/
} 
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.page .fixed-top, .single .fixed-top  {
    background-color: #ffffff !important;
}
.home .fixed-top {
    background-color: #ffffff !important;
}
.navbar-brand img {
    max-width: 200px;
    height:auto;
    padding: 5px 0;
}
.navbar a.navbar-brand {
    padding: 0px 15px !important;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
    .navbar-brand img {
        max-width: 160px;
        height: auto;
        padding: 5px 0;
    }
    .navbar a.btn-devis-header {
        margin-right: 10px;
        margin-left:10px;
    }
    .num-vert {
        max-width:180px !important;
    }
    .navbar a {
        font-family: 'Raleway', sans-serif !important;
        font-size:15px !important;
        color:black;
        padding:0 15px;
        font-weight:700;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-brand img {
        max-width: 130px;
        height: auto;
        padding: 5px 0;
    }
    .navbar a.btn-devis-header {
        margin-right: 5px;
        margin-left:5px;
    }
    .num-vert {
        max-width:125px !important;
    }

    .navbar a {
        font-family: 'Raleway', sans-serif !important;
        font-size:15px !important;
        color:black;
        padding:0 5px;
        font-weight:700;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) { 

    #menu-principal li:last-child {
        display:none;
    }
    #menu-principal li {
        padding:12px 0px !important;
    }
    .btn-devis-header {
        display:none !important;
    }
    .navbar a.btn-devis-header {
        margin-right: 5px;
        margin-left:5px;
    }
    .navbar a {
        font-family: 'Raleway', sans-serif !important;
        font-size:15px !important;
        color:black;
        padding:0 5px;
        font-weight:700;
        line-height: 24px;
    }
}
@media(max-width:767px) {
    .navbar-brand img {
        max-width: 160px;
        height:auto;
        padding: 5px 0;
    }
    .navbar a {
        font-family: 'Raleway', sans-serif !important;
        font-size:15px !important;
        color:black;
        padding:0 5px;
        font-weight:700;
        line-height: 32px;
    }    
}
@media(max-width:1023px) {
    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }
}







/******************************************** HOMEPAGE **************************************************/

.home {
    padding-top: 186px !important;
}



/******************************************** SIDEBAR **************************************************/

.sidebar-bloc {
    border:1px solid #dadada;
    border-radius: 9px;
    padding:20px 30px;
    margin-left: 45px;
    margin-bottom:30px;
}
@media(max-width:767px){
    #sidebar {
        margin-top:30px;
    }
    .sidebar-bloc {
        margin-left: 0px;
    }
}
.sidebar-bloc h3 {

    font-size:28px;
    line-height: 28px;
    color:#000000;
    font-weight:700;
    margin-bottom:30px;
}
.sidebar-bloc.bloc-button a {
    background-color: #233080 !important;
    color:white !important;

    font-weight:600 !important;
    line-height: 24px;
    border-radius: 24px !important;
    border-color: transparent !important;
    padding:7px 15px;
    width:100%;
    display: inline-block;
}
.sidebar-bloc.bloc-button a:hover {
    text-decoration: none;
    background-color: #ffffff !important;
    color:#000000 !important;
    border-color: #000000 !important;
}
.sidebar-bloc a[href^="tel:"] {

    font-size:28px;
    color:#233080;
    font-weight:700;
    text-decoration: underline;
    text-align: center;
    border-bottom:none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .sidebar-bloc a[href^="tel:"] {  
        font-size:24px;
    }
}
.sidebar-bloc i {
    font-size:28px;
    color:#233080;
    font-weight:700;
    text-decoration: none;
    margin-right:15px;
}
.page-template-page-produit .sidebar-bloc ul, .page-parent .sidebar-bloc ul, .page .sidebar-bloc ul, .single .sidebar-bloc ul, .search .sidebar-bloc ul  {
    list-style-type: none;
    margin:0;
    padding:0;
    display: inline-block;
}
.page-template-page-produit .sidebar-bloc ul li, .page-parent .sidebar-bloc ul li, .page .sidebar-bloc ul li, .single .sidebar-bloc ul li, .search .sidebar-bloc ul li {
    float:left;
    width:100%;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
}
.page-template-page-produit .sidebar-bloc ul li img, .page-parent .sidebar-bloc ul li img, .page .sidebar-bloc ul li img, .single .sidebar-bloc ul li img, .search .sidebar-bloc ul li img {
    float:left;
    max-width: 50px;
    height:auto;
    vertical-align: middle; /* | top | bottom */
    margin-right:20px;
}
.page-template-page-produit .sidebar-bloc ul li h4, .page-parent .sidebar-bloc ul li h4, .page .sidebar-bloc ul li h4, .single .sidebar-bloc ul li h4, .search .sidebar-bloc ul li h4 {
    font-size: 16px !important;
    font-weight:600;
    display: inline-block;
    vertical-align: top; /* | top | bottom */
    padding-top:5px;
    width: calc(100% - 110px);
}



/******************************************** PAGE **************************************************/

.page, .search {
    padding-top: 186px;
}
.page h1 {
    font-family: 'Poppins', sans-serif !important;
    font-size:38px;
    line-height:1em;
    font-weight:700 !important;
    color:#233080 !important;
}
.page h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size:28px;
    font-weight:700 !important;
    color:#000000 !important;
}
.page .elementor-tabs h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
    font-weight: 600 !important;
    color: #000000 !important;
}
.page strong {
    color:#000000;
    font-weight:700;
}


/******************************************** FOOTER **************************************************/

#footer {
    background-color:#2a2929 !important;
    margin-top:100px;
    padding-top: 40px;
    color:white !important;
}
.home #footer {
    margin-top:0px;
}
#footer-top {
    font-family: 'Raleway', sans-serif !important;    
    font-size: 14px !important;
    color: #ffffff !important;
    font-weight:400;
}
#footer-top strong {
    color: #ffffff !important;
}
#footer-top a {
    color: #ffffff;
    font-weight:400;
}
#footer a:hover {
    color: #233080;
    text-decoration: none;
}
#footer span:hover {
    color: #233080;
    text-decoration: none;
    cursor:pointer;
}
#footer-top ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
#footer-top h4 {
    font-family: 'Raleway', sans-serif !important;    
    font-size: 18px !important;
    color: #ffffff;
    font-weight: 700;
    margin-bottom:15px;
}
#footer-bottom {
    font-size: 14px !important;
    line-height: 50px !important;
    color: #ffffff !important;
}
@media(max-width:767px) {
    #footer-bottom {
        padding-left:15px;
        padding-right:15px;
        line-height: 18px !important;
    } 
}
#footer-bottom .container {
    padding: 40px 0;
}
#footer-bottom a {
    padding: 0px 15px;
    color: #ffffff;
}
#footer-bottom span {
    padding: 0px 15px;
    color: #ffffff;
}
#footer .fab {
    font-size: 28px !important;
    margin-right:10px;
}



.clearboth {
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
    width:100%;
}























/******************************************** MAIN **************************************************/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}