/*
Theme Name:     Enfold Child
Theme URI:      
Description:    Thème enfant pour le thème Enfold
Author:         Opacity Zero
Author URI:     
Template:       enfold                             
Version:        0.1.0
*/

/*perso*/
h1, h2, h3, h4 {
	font-family: 'Architects Daughter', cursive;
}
.french-wine {
	color: #ac1e44;
}
.widgettitle {
    font-size: 28px;
}
blockquote {
    font-size: 15px;
}
.text-center {
	text-align: center;
}
.av-catalogue-image {
    width: 100px;
}
.av-catalogue-title {
    font-size: 18px;
}
#socket .sub_menu_socket #menu-item-339 {
    float: none;
	text-align: center;
}
#socket .sub_menu_socket {
    float: none;
}
blockquote {
    border-left-width: 4px;
}
.slider-bold {
	font-weight: bold;
}
/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */
		

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */
		

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */
		#bandeau-mobile {
			display: none;
		}

	}