/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.main-navigation.sticky-navigation-transition .site-logo img {
	height: 80px;
}




.home-link a, .home-link a:hover, .home-link a:visited {
	color: #ffffff !important;
}

.bloccarte {
    transition: .3s all ease-in-out;
    box-shadow: 0px 10px 15px -7px rgba(0,0,0,.2);
    overflow: hidden;
	padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.2rem;
    background-color: #fff;
}
.encart {
	margin-left:-80px!important;
}
.bloccarte:hover  {
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.06);
}

.bloccarte svg {
	width : 2em!important;
	height: 2em!important;
}

.sous-titre {
	margin-top:-35px;
	color:#29b1cc;
	font-weight:100!important;
	font-family: Caveat, sans-serif;
}
.mycursor:hover {
	cursor: pointer;
}

.footer-widgets .widget_nav_menu li {
    display: inline-block;
    margin: 0 10px;
}

.footer-widgets .textwidget {
	text-align: right;
}

.footer-widgets-container.grid-container {
    border-bottom: 1px solid #33383a;
}


