/*
Theme Name: Origamiez Child
Theme URI: http://colourstheme.com/help-center/question-category/origamiez-child/
Author: Colours Theme
Author URI: http://colourstheme.com
Description: Origamiez Child theme is designed for magazine, newspaper, and forum with flexible layout.
Version: 1.3.5
Template: origamiez
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: origamiez-child
Requires at least: 3.8
Tested up to: 4.7
*/

@import url('https://fonts.googleapis.com/css?family=Quicksand:300&display=swap');
#site-title {font-family: "Quicksand"!important}

/* changement des polices défaut par Quicksand si le robot ne la trouve
 pas il remplace par celle qui suit */
 body{
	font-family:  Quicksand, Arial, Helvetica, sans-serif!important
}

h3{ 
font-family:Quicksand-Regular;
font-size:30px;
padding:10px 0px 10px 0px!important}

#main-menu a {
    font-family: Quicksand!important
}
#pg-18-1 p {
  line-height:22px!important
}

h2.widget-title{
    font-family:  Quicksand, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 49px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase
}

h3.widget-title {
    font-family:  Quicksand, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 49px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase
}
/*polices carousel
h5.entry-title {
    font-family:  Quicksand, Arial, Helvetica, sans-serif;
}
a#sow-carousel-id-4655{
    font-family:  Quicksand, Arial, Helvetica, sans-serif;
}
a#sow-carousel-id-4648{
    font-family:  Quicksand, Arial, Helvetica, sans-serif;
}

a#sow-carousel-id-4645{
    font-family:  Quicksand, Arial, Helvetica, sans-serif;
}
a#sow-carousel-id-4639{
    font-family:  Quicksand, Arial, Helvetica, sans-serif;
}*/

li a.sow-carousel-wrapper{font-family:  Quicksand, Arial, Helvetica, sans-serif}

/*agrandissement du bloc principal*/
#sidebar-center{
   width:100%!important	
}

/*caché trait de droite*/
#sidebar-center{
 border-right:none!important
}

.entry-content img{
	margin-bottom:10px!important
}

.breadcrumb {
	line-height:normal;
}

/* Largeur contenu mobile + Hauteur head + Couleurs menu */
@media (max-width: 800px) {
body.origamiez_custom_bg.origamiez-fluid #origamiez-body-inner {
    padding-left:0px!important;
    padding-right:0px!important;
	}
#origamiez-header-top {
    padding-top: 30px;
    padding-bottom: 20px;
}
.origamiez-mobile-icon {
    background-color: white!important;
    color: black!important;
}
	.panel-widget-style {
		padding-left:0!important;
		padding-right:0!important;
	}
	.ad-mobile-mm{
    	margin-top:10px;
	}
	.ad-desktop-mm{
		display:none;
	}
	.mobile-hide {
		display:none!important;
	}
}

@media (min-width:800px) {
	.ad-mobile-mm {
		display:none;
	}
	.home #pgc-18-2-0, #pgc-18-2-1 {
    align-self: center!important;
}
}