/*
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
*/

/* 
** 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%;
}