/**************************************************
 * 		ADAPTATION DU DESIGN
 **************************************************/
/** = >= COL-LG = **/
@media (min-width: 1200px){	
}
/** = COL-MD = **/
@media (max-width: 1199px){
	/* = ENTÊTE = */
	/** == MENU DE NAVIGATION PRINCIPAL == **/
	#site-header #primary-navigation .primary-navigation-menu > ul > li > a{
		font-size:15px;
		padding:10px 0;
	}
	#site-header #primary-navigation .primary-navigation-menu > ul > li > ul.sub-menu{
	    top:44px;
	}
}
/** = COL-SM = **/
@media (max-width: 991px){ 	
	/* = ENTÊTE = */
	/** == GLOBAL == **/
	body #site-header #header-logo{
		-webkit-transform: 	scale(0.5) !important;
		transform: 			scale(0.5) !important;
		margin-bottom:0 !important;
		height:75px !important;
	}
	/** == MENU DE NAVIGATION PRINCIPAL == **/
	#site-header #primary-navigation .primary-navigation-menu > ul > li > a{
		font-size:12px;
	}
	#site-header #primary-navigation .primary-navigation-menu > ul > li > ul.sub-menu{
	    top:39px;
	}
	/** == NAVIGATION SECONDAIRE == **/
	/*** === FORMULAIRE DE RECHERCHE === ***/
	#site-header #secondary-navigation .searchform{
		width:120px;
	}
	#site-header #secondary-navigation .searchform input[type="text"]{
		font-size:12px;
	}
	/*** === LIEN VERS LE CATALOGUE === ***/
	#site-header #secondary-navigation .catalog a,
	#site-header #secondary-navigation > ul > ul > li > a{
		font-size: 12px;
	}
	/*** === BASCULEUR DE LANGAGE == **/
	#site-header #secondary-navigation .language_switcher .selected{
		font-size:12px;
	}
	/*** === MENU DE NAVIGATION SECONDAIRE === ***/
	#site-header #secondary-navigation .social-networks a{
		font-size:15px;
		padding:6px 8px;
	}
	/* = CORPS DE PAGE = */
	/** == CONTENU DU SITE == **/
	/*** === CONTENU SIMPLE === ***/
	/**** ==== MISE EN FORME STANDARD ==== ****/
	#main article .entry-excerpt{
		height:auto;	
	}
	/*** === NAVIGATION TABULATIONS === ***/
	#site-content .entry-meta #fiscal-year-navigation > ul > li{
		width:33.333333%;
	}
	#site-content .entry-meta .content ul > li{
		width:33.333333%;
	}
	#site-content .entry-meta .content ul > li:nth-child(6n+4){
		padding-left:0;
	}
	/***** ===== TYPE ENFANT ===== *****/
	#main .entry-icon .bigbencorp{
		font-size:30px;
	}
	#main .entry-icon .line{
		width:90px;
		margin-bottom:15px;
	}
	/* = FOOTER = */
	/** == NEWSLETTER == **/
	#site-footer #newsletter-suscribe h3{
		margin:0;
	}
	#site-footer #newsletter-suscribe #catchphrase{
		margin-bottom:30px;
	}
}
/** = COL-XS = **/
@media (max-width: 767px){
	/* = ENTÊTE = */
	/** == GLOBAL == **/
	body.admin-bar #site-header{
	   top:46px;
	}
	/* = CORPS DE PAGE = */
	/** == GLOBAL == **/
	#main{
		margin-top:136px;
	}
	body.admin-bar #main{
		margin-top:160px;
	}
	/** == CONTENU DU SITE == **/
	#site-content{
		padding-top:40px;
	}
	/* = CORPS DE PAGE = */
	/** == CONTENU DU SITE == **/
	/*** === CONTENU DU SITE === ***/
	/**** ==== IMAGES ==== ****/
	#site-content article .navigation-image .prev-image img,
	#site-content article .navigation-image .current-image img,
	#site-content article .navigation-image .next-image img{
		display:inline-block;
		width: 20% \9;
	    max-width: 20%;
	    height: auto;
	}
	#site-content article .navigation-image .prev a:before,
	#site-content article .navigation-image .next a:before{
		font:30px/1 "FontAwesome";
		width:30px; height:30px;
		margin-top:-15px;
	}
	/* = FOOTER = */
	/** == NEWSLETTER == **/
	#site-footer #newsletter-suscribe h3{
		font-size:24px;
	}
	#site-footer #newsletter-suscribe #catchphrase{
		font-size:12px;
	}
	/** == PHRASE D'ACCROCHE BIGBEN.FR == **/
	#site-footer #bigben-products_catchphrase h3{
		font-size:25px;
	}
	#site-footer #bigben-products_catchphrase h3 a{
		padding:20px 15px;
	}
	/* = FORMULAIRES DE CANDIDATURE = */
	#mkcf_form_4 .fields-wrapper-group,
	#mkcf_form_5 .fields-wrapper-group{
		width:100%;
	}
	#mkcf_container_4 .buttons-wrapper, 
	#mkcf_container_5 .buttons-wrapper{
	    width: 100%;
	}
	.mkcf_form .buttons-wrapper{
		margin-right:0;
	}
	/* = SECTION CONTACT = */
	#mkcf_container_2 .fields-wrapper{
		padding-left:15px;
		padding-right:15px;
	}
	#mkcf_container_2 .field-wrapper-input {
	    width: 50%;
	    padding:2px;
	}
	#mkcf_container_2 .field-wrapper-subject,
	#mkcf_container_2 .field-wrapper-dropdown,
	#mkcf_container_2 .field-wrapper-message{
    	width:100%;
    	padding:2px;
	}
	#mkcf_container_2 .buttons-wrapper .buttons-group{
	    width: auto !important;
	}
	#mkcf_container_2 .buttons-wrapper{
		padding-right:2px;
	    width: 100%;
	}
	/* = INSCRIPTION AU CLUB DES ACTIONNAIRES = */
	#mkcf_container_3 .fields-wrapper-group,
	#mkcf_container_3 .buttons-wrapper{
		width:100%;
	}
	#mkcf_container_3 .fields-wrapper-group .field-wrapper .field-label,
	#mkcf_container_3 .fields-wrapper-group .field-wrapper-html{
	    width: 25%;
	    text-align:left;
	}
	#mkcf_container_3 .fields-wrapper-group .field-wrapper-input input{
	    width: 75%;
	}
	#mkcf_container_3 .fields-wrapper-group .field-wrapper-file {
	    width: 75%;
	    padding-left: 10px;
	}
	#mkcf_container_3 .fields-wrapper-group .field-wrapper-checkbox .choice-title {
	    width: 75%;
	    margin-left: 25%;
	}
}
/** = CUSTOM 640 = **/
@media (max-width: 640px){
	/* = CORPS DE PAGE = */
	/** == CONTENU DU SITE == **/
	/*** === CONTENU SIMPLE === ***/
	/**** ==== MISE EN FORME STANDARD ==== ****/
	/*** === NAVIGATION TABULATIONS === ***/
	#site-content .entry-meta .content ul > li > a {
	    height: 180px;
	}
	#site-content .entry-meta .content ul > li > a .mkpbx_fileshare_ico-pdf{
		width:60px;
		height:60px;
	}
	#site-content .entry-meta .content ul > li > a .mkpbx_fileshare_ico-pdf:before{
		font:60px/1 "bigben-corporate";
	}
	/* = FOOTER = */
	/** == MENU DE NAVIGATION DU PIED DE PAGE == **/
	#site-footer #sitemap-navigation-menu > ul > li {
	    width: 50%;
	    margin-bottom:30px;
	}
}
/** = WP ADMINBAR RESPONSIVE = **/
@media (max-width: 600px){
	/* = ENTÊTE = */
	/** == GLOBAL == **/
	#site-header{
		position:absolute;
	}
}
/** = CUSTOM 540 = **/
@media (max-width: 540px){
	/* = CORPS DE PAGE = */
	/** == CONTENU DU SITE == **/
	/*** === CONTENU SIMPLE === ***/
	/**** ==== MISE EN FORME STANDARD ==== ****/
	/*** === NAVIGATION TABULATIONS === ***/
	#site-content .entry-meta #fiscal-year-navigation > ul > li > a {
	    font-size: 20px;
	}
	#site-content .entry-meta .content ul > li{
		width:50%;
	}
	#site-content .entry-meta .content ul > li:nth-child(odd){
		padding-left:0;
	}
	#site-content .entry-meta .content ul > li:nth-child(6n+4){
		padding-left:15px;
	}
	/* = FOOTER = */
	/** == NEWSLETTER == **/
	#site-footer #newsletter-suscribe h3{
		width:100%;
		text-align:center;
		margin-bottom:30px;
	}
	#site-footer #newsletter-suscribe #catchphrase{
		width:100%;
		text-align:center;
	}
	/** == PHRASE D'ACCROCHE BIGBEN.FR == **/
	#site-footer #bigben-products_catchphrase h3{
		font-size:25px;
	}
} 
/** = CUSTOM 480 = **/
@media screen and (max-width: 480px){
	/* = GLOBAL = */
	/** == BOUTONS == **/
	.button, 
	.button-primary,
	.button-secondary,
	.button-thirdary{
		white-space:normal;
	}
	/** == TEXTE == **/
	h1{
		font-size:30px;
	}
	h2{
		font-size:20px;
	}
	/* = CORPS DE PAGE = */
	/** == CONTENU DU SITE == **/
	/*** === CONTENU SIMPLE === ***/
	/*** === NAVIGATION TABULATIONS === ***/
	#site-content .entry-meta #fiscal-year-navigation > ul > li{
		width:50%;
	}
	#site-content .entry-meta #fiscal-year-navigation > ul > li:nth-child(odd) > a:before{
		content:none;
	}
	#site-content .entry-meta .content ul > li{
		width:100%;
	}
	#site-content .entry-meta .content ul > li:nth-child(even){
		padding-left:0;
	}
	/**** ==== MISE EN FORME STANDARD ==== ****/
	/***** ===== TYPE ENFANT ===== *****/
	#main .entry-icon .bigbencorp{
		font-size:30px;
	}
	#main .entry-icon .line{
		width:90px;
		margin-bottom:15px;
	}
	/* = FOOTER = */
	/** == FORMULAIRE NEWSLETTER == **/
	#mkcf_container_1 .buttons-wrapper button{
		width:70px;
		font-size:12px;
	}
	#mkcf_container_1 .buttons-wrapper .buttons-group {
	    width: 70px;
	}
	.mkcf_form .field-wrapper-recaptcha .g-recaptcha {
		-webkit-transform: scale(0.77);
		-moz-transform: scale(0.77);
		-ms-transform: scale(0.77);
		-o-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 50%;
		-moz-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
		-o-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
	/** == MENU DE NAVIGATION DU PIED DE PAGE == **/
	#site-footer #sitemap-navigation-menu > ul > li {
	    width: 100%;
	}
	/* = FORMULAIRES DE CANDIDATURE = */
	#mkcf_form_4 .fields-wrapper-group .field-wrapper .field-label,
	#mkcf_form_5 .fields-wrapper-group .field-wrapper .field-label,
	#mkcf_form_4 .fields-wrapper-group .field-wrapper input, 
	#mkcf_form_5 .fields-wrapper-group .field-wrapper input,
	#mkcf_form_4 .fields-wrapper-group .field-wrapper select,
	#mkcf_form_4 .fields-wrapper-group .field-wrapper-cv_label,
	#mkcf_form_4 .fields-wrapper-group .field-wrapper-letter_label,
	#mkcf_form_5 .fields-wrapper-group .field-wrapper-cv_label,
	#mkcf_form_5 .fields-wrapper-group .field-wrapper-letter_label{
		width:100%;
	}
	#mkcf_form_4 .fields-wrapper-group .field-wrapper-file, 
	#mkcf_form_5 .fields-wrapper-group .field-wrapper-file{
		width:100%;
		padding-left:15px;
	}
	/* = SECTION CONTACT = */
	#mkcf_container_2 .field-wrapper-input {
	    width: 100%;
	}
	#mkcf_container_2 .buttons-wrapper .buttons-group{
		margin-top:20px;
	    width: 100% !important;
	}
	/* = INSCRIPTION AU CLUB DES ACTIONNAIRES = */
	#mkcf_container_3 .fields-wrapper-group .field-wrapper .field-label,
	#mkcf_container_3 .fields-wrapper-group .field-wrapper-html,
	#mkcf_container_3 .fields-wrapper-group .field-wrapper-input input{
	    width: 100%;
	}
	#mkcf_container_3 .fields-wrapper-group .field-wrapper-file {
	    width: 100%;
	    padding-left: 15px;
	}
	#mkcf_container_3 .fields-wrapper-group .field-wrapper-checkbox .choice-title {
	    width: 100%;
	    margin-left:0;
	}
	/** == FORMULAIRES DE CANDIDATURE == **/
	#mkcf_form_4 .fields-wrapper-group .field-wrapper-rgpd .choices-wrapper,
	#mkcf_form_5 .fields-wrapper-group .field-wrapper-rgpd .choices-wrapper {
		padding-left: 0;
	}
}
/** = CUSTOM 340 = **/
@media screen and (max-width: 340px){
	/* = CORPS DE PAGE = */
	/** == CONTENU DU SITE == **/
	/*** === CONTENU SIMPLE === ***/
	/**** ==== IMAGES ==== ****/
	#site-content article .navigation-image .prev-image img,
	#site-content article .navigation-image .current-image img,
	#site-content article .navigation-image .next-image img{
		display:inline-block;
		width: 15% \9;
	    max-width: 15%;
	    height: auto;
	}
	#site-content article .navigation-image .prev a:before,
	#site-content article .navigation-image .next a:before{
		font:30px/1 "FontAwesome";
		width:30px; height:30px;
		margin-top:-15px;
	}
}