/*
Theme Name: Dirupt Divi Theme
Description: Theme enfant de Divi par Dirupt
Author: Philippe DESPLATS
Author URI: https://www.di-rupt.com
Template: Divi
Version: 1.0
*/

/* form page accueil*/

.nf-form-content label {
font-size: 14px !important;
line-height: 13px !important;
}

.nf-field-container {
	margin-bottom: 12px !important; 
}


/* 
** CENTRING CONTENT VERTICALLY
*/

.centring-content-vertically {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}


/*
** REVERSE THE DIRECTION OF THE COLUMNS ON MOBILE
*/

@media only screen and (max-width : 980px) {
	.dd-reverse-colonnes--section .dd-reverse-colonnes--line {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}


/*
** MOBILE MENU: full width and the hamburger becomes a cross to close
*/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}


/* 
** INCREASE THE WIDTH OF THE RESULT FIELD CAPTCHA
*/
.et_pb_contact_right p input {
	max-width: 50px;
}


/*
** PUT EXHIBITORS AND INDICES AT THE RIGHT SIZE
*/
sup, sub {
    font-size: 70%;
}

/*
** Nav
*/
ul.nav li {
    margin-top: 0px !important;
}
ul.nav li:not(.nav-button) {
	align-items: center !important;	
}
ul.nav li:not(.nav-button) a {
    color: #161616 !important;
	padding-bottom: 0px !important;
}
ul.nav li.nav-button a {
    color: white !important;
    padding: 1.3em 1.3em !important;
    background: #161616 !important;
	border-radius: 8px !important;
}
ul.nav li.nav-button:not(.red) a {
    color: white !important;
    background: #161616 !important;
}
ul.nav li.nav-button.red a {
    color: white !important;
    background: #d81224 !important;
}

/*
** Icons
*/
.dirupt-text-with-icon h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dirupt-text-with-icon p span.et-pb-icon.dirupt-icon-text,
.dirupt-text-with-icon h2 span.et-pb-icon.dirupt-icon-text {
    font-size: 22px !important;
    color: #fd097c !important;
    margin-right: 8px !important;
}

.dirupt-text-with-icon p span.et-pb-icon.dirupt-icon-text.small,
.dirupt-text-with-icon h2 span.et-pb-icon.dirupt-icon-text.small {
	font-size: 16px !important;
}

.dirupt-text-with-icon p span.et-pb-icon.dirupt-icon-text.tiny,
.dirupt-text-with-icon h2 span.et-pb-icon.dirupt-icon-text.tiny {
	font-size: 12px !important;
}

/*
** Gallery
*/
.dirupt-gallery-center .et_pb_gallery_items {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.dirupt-gallery-center .et_pb_gallery_image.landscape {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
}

#mra_iframe_content_service37819 iframe {
	height: 3800px !important;
	min-height: 3800px !important;
}