/**
 * Theme Name: Impulse Press
**/

@font-face {
    font-family: 'GothamBook';
    src: url('https://mydigitalpro.net/web-cours-des-comptes/wp-content/themes/cours-des-comptes/fonts/Gotham-Book.ttf') format('truetype'), /*Safari, Android, IOS*/
	     url('fonts/Gotham-Book.otf') format('otf'), /* IE*/
	     url('fonts/Gotham-Book.woff') format('woff'), /*IE6-IE8*/
	     url('fonts/Gotham-Book.eot') ; /*IE6-IE8*/
		 
}
@font-face {
    font-family: 'GothamBold';
    src: url('fonts/GOTHAM-BOLD.ttf'),
         url('fonts/GOTHAM-BOLD.otf'),
         url('fonts/GOTHAM-BOLD.woff'),
         url('fonts/GOTHAM-BOLD.eot');
}

body {
	font-family: 'GothamBook';
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	transition: all 0.6s ease-in-out;
}
a:hover, .main-navigation .ubermenu-main ul li span:hover {
	transition: color 0.7s ease-in-out;
	text-decoration: none;
}


/*
	RESET CSS PARENT
*/
.none-padding{
	padding-left: 0px;
	padding-right: 0px;
}
.none-margin{
	margin-left: 0px;
	margin-right: 0px;
}
a, ul li a,.ubermenu_navigation_widget-class ul li a {
	color: #000000;	
}
.form-control {
	padding: 0;
}
.input-group {
	width: 100%;
}

.breadcrumb {
	padding: 8px 15px;
	text-align: left;
	font-size: 13px;
}

/*
	TOP HEADER
*/
.font-bold {
	font-family: 'GothamBold';
}
.main-header {
	border-top: 2px solid #ed6f02;
}
.top-header  {
	padding-bottom: 10px;
}
.top-header .flag {
	text-align: left;
	color: #00863a;
	text-transform: uppercase;
	font-size: 11px;
	padding: 3px;
	
}
.top-header .flag .desc {
	padding: 0px 5px;
}

#logo img {
	width: 50%;
	padding-top: 7px;
}
.top-header .flag img {
	width: 30%;
}
.top-header .top-right{
	padding: 20px 0px 10px 0px;
}
.top-header  .ubermenu_navigation_widget-class{
	color: #000;
}

/* .top-header .ubermenu_navigation_widget-class {
	width: 30%;
	display: inline-block;
} */
/* .top-header .widget_search {
	width: 70%;
	display: inline-block;
} */
.top-header .widget_search form{
	padding: 3px 0px;
}
/* .top-header .qtranxs_widget {
	width: 13%;
	display: inline-block;
} */
.top-header .ubermenu_navigation_widget-class ul li a {
	padding: 0px 3px;
	font-size: 1.8em;
	color: #000;
}

#menu-item-26 {
	border-left: 1px solid #ececec;
}

.ubermenu .ubermenu-item-notext>.ubermenu-icon {
	line-height: 1rem;
}

.top-header .ubermenu-sociallinks  {
	padding: 2px 0px;
    min-height: 40px;
}

.social-links-and-search {
	border: 1px solid #ececec;
	border-right: 0px;
}

.top-search-social {
	min-height: 42px;
	
	width: 88%;
	float: left;
}
/* .top-selectlangue {
	width: 12%;
	color: #000000;
	float: right;
} */
/* .top-search-social,.top-selectlangue {
	display: inline-block;
} */
/* .top-search-social .widget_search, .top-search-social .ubermenu_navigation_widget-class,.top-selectlangue .qtranxs_widget  {
	vertical-align: middle;
} */
.top-header  .qtranxs_widget select  {
	min-height: 40px;
	border: 0;
	background-color: #ed6f02;
	padding: 9px 22px 9px 22px;
	appearance: none;
	-webkit-appearance: none; 
    -moz-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;

}
.top-header  .qtranxs_widget:after  {
	position: absolute;
    top: 20%;
    right: 0%;
    width: 50%;
    content: "\f0d7";
    font-family: FontAwesome;
    text-align: center;
    color: #ffffff;
	pointer-events: none;
}


.top-header .widget_search .input-group{
	width: 98%;
} 

#searchsubmit {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 99;
	background: transparent;
	padding: 5px;
	border: none;
}
.wpb_video_heading {
	display: none;
}
#searchsubmit i{
	color: #ed6f02;
	font-size: 1.6em;
}
.top-header .widget_search  input{
	border-radius: 0;
	background: #ececec;
	box-shadow: none;
	border: none;
	padding-left: 10px;
}

.main-navigation {
	background-color: #39393a;
	border-bottom: 2px solid #ed6f02;
	-webkit-transition: all 2s; 
    -moz-transition: all 2s; 
    -o-transition: all 2s; 
}
.main-navigation .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop, .main-navigation  .ubermenu-submenu {
	width: 250px;
	min-width: 250px;
	border-top: 2px solid #39393a;
}
.ubermenu.ubermenu-horizontal .ubermenu-item-level-1:first-child>.ubermenu-submenu-type-flyout {
	margin-top: -2px !important;
	border-top: 2px solid #39393a;
}
.main-navigation  .ubermenu-main ul li span span, .main-navigation  .ubermenu-main ul li a{
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'GothamBold';
} 
.main-navigation  .ubermenu-main  .ubermenu-submenu li a, .main-navigation  .ubermenu-main  .ubermenu-submenu li span span{
	font-family: 'GothamBook';
	text-transform: capitalize;
	font-size: 17px;
}

.main-navigation  .ubermenu-main  .ubermenu-submenu li span span{
	padding: 3px 0px;
}

.main-navigation  .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
	content: "\f0d7";
	color: #ffffff;
}
.ubermenu-sub-indicators .ubermenu-submenu-type-flyout>.ubermenu-has-submenu-drop>.ubermenu-target:after, .ubermenu-sub-indicators .ubermenu-submenu-type-stack>.ubermenu-has-submenu-drop.ubermenu-has-submenu-flyout>.ubermenu-target:after {
	content: "\f0da";
	color: #ffffff;
}




h3 {
	font-family: 'GothamBold';
	font-size: 18px;
	color: #ed7a21;
	text-transform: uppercase; 
}
.bloc-title{
	font-family: 'GothamBold';
	font-size: 18px;
	color: #ed7a21;
	text-transform: uppercase; 
}
.rev_slider .tp-caption  {
	width: 100%;
	/*background: rgba(57,57,58,0.8);*/
}
.rev_slider .tp-caption  p{
	color: #ffffff;
	line-height: 20px;
	/*width: 90%;*/
}
.rev_slider .tp-caption  .titre-slides{
	padding: 20px 30px;
	line-height: 7px;
	background: rgba(57,57,58,0.8);
}

/*
* ACTUALITE HOME
*/
.section-actu-home .widgettitle  {
	display: none;
}
.section-actu-home .single-actu {
	font-size: 13px;
	text-align: justify;
}

.section-actu-home .widget_recent_entries ul {
	padding: 0px;
	margin: 0px;
}
.section-actu-home .widget_recent_entries ul li{
	display: inline-block;
    width: 47%;
    margin-right: 3%;
    vertical-align: top;
}
.section-actu-home .widget_recent_entries .posts-title{
	font-family: 'GothamBold';
	padding: 10px 0px;
	color: #ed7a21;
}
.section-actu-home .widget_recent_entries .read-more{
	font-weight: bold;
}
.section-actu-home .widget_recent_entries .read-more a:hover{
	color: #ed7a21;
	transition: color 0.7s ease-in-out;
}
.section-actu-home .video-post  {
	font-size: 13px;
}
.section-actu-home .video-post .video-title {
	padding: 7px 0px;
}
.section-actu-home .video-post .read-more {
	font-weight: bold;
}

/* PAGE INTERIEURE */
.entry-header .entry-title {
	font-family: 'GothamBold';
	font-size: 18px;
	color: #ed7a21;
	text-transform: uppercase; 
	padding: 0% 3.3%;
}

.entry-header {
	border-bottom: 2px solid #e3e3e3;
}	

.liste-mission .su-list ul {
	margin: 0 0 4px 0 !important;
}
.liste-mission .su-list ul li{
	padding: 7px 0 7px 45px !important;
}
.liste-mission .su-list ul li img{
	top: 0px;
	width: 2.2em;
    height: 2.2em;
}

.team-list .one-team {
	margin: 5% 0%;
}

.team-list .one-team .team-picture{
	width: 100%;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	max-width: 100% !important;
	max-height: 150px;
}

.team-list .one-team .team-thumbnail {

	padding: 14px;
	background: #fff;

}

.team-list .one-team .team-member-title {
	background-color: #dcd6d3;
	text-align: center;
	padding: 5px 16px 0px 16px;

}

.team-list .one-team .team-member-title:after  {
	display: block;
    margin: 0em 2.5em;
    border-bottom: 5px solid #ed752f;
}
.team-list .one-team .team-title {
	font-family: 'GothamBold';
	margin-bottom: 5px;
	font-size: 15px;
	border-radius: 5px 5px 0px 0px;
	min-height: 40px;	
}
.team-list .one-team .team-member-desc {
	background-color: #fff;
    padding: 0.5em 1em;	
	text-align: center;
	min-height: 90px;
}
.team-list .one-team .team-position {
	font-family: 'GothamBold';
	color: #ed752f;
}
.team-list .one-team .team-member-desc p {
	font-family: 'GothamBook';
}
/* POST ARCHIVES */
.custom-archives {
	background-color: #fbf8f6;
}
.custom-archives .entry-header .entry-title {
	padding: 0% 1.8%;
}
.custom-archives .entry-header {
	background-color: #ffffff;
}
.custom-archives .settings-container {
	padding: 3em 1.2em;
}

.custom-archives .post-entry {
    background-color: #ffffff;
	padding: 15px 10px;
}
.custom-archives .post-title{
    margin: 0px;
	font-size: 12px;
}
.custom-archives .post-title a{
    color: #ec732f;
}
.custom-archives .post-intro{
    padding-left: 10px;
	min-height: 70px;
}
.custom-archives .post-excerpt p{
    margin: 10px 0px;
	
}
.custom-archives .post-excerpt .read-more{
	position: absolute;
	bottom: 0px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'GothamBold';
    color: #000000;
}

.custom-archives .post-excerpt a:hover{
    color: #ec732f;
}

.custom-archives .post{
    margin-bottom: 4em;
	min-height: 110px;
}
.partener-settings {
	padding: 0px 10px;
}
.liste-archive .post-entry {
	min-height: 100px;
}
.presse {
	background: url(images/balance-de-fond.png) no-repeat;
    background-size: 38% ;
    background-position: center;
	text-align: center;
	
}
.presse .icone-presse {
	display: block;
	width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #ece8e4;
	padding: 29px 10px;
}
 
.presse .texte-presse-icone {
	position: absolute;
    bottom: 35%;
    width: 100%;
    padding: 0px 20px;
	min-height: 40px;
	font-family: 'GothamBold';
	text-transform: uppercase;
	font-size: 13px;
}
  
 
.partenaires {
	background: url('images/map.png') no-repeat;
	background-position: center center;
	background-size: 45%;
}

/*
 * FOOTER
**/
.footer {
	background-color: #ededed;
}
.footer .quicklinks{
	background-color: #dedee0;
}

.footer-title, .partenaire-title{
	border-bottom: 2px solid #dedee0;
	padding-top: 18px;
}
.partenaire-title .title, .footer-title .title{
	padding: 0% 2.3%;
}
.footer-content {
	padding: 1% 2.3%;
}
.footer .su-list ul {
    margin: 0 0 0.7em 0 !important;
    min-height: 45px;
}


.top-header .ubermenu-sociallinks ul li a:hover {
	color: #ed7a21;
	
}
.read-more a:hover {
	color: #ed7a21;
	transition: color 0.7s ease-in-out;
}

/* GLOBE OR MAP ON THE FOOTER*/
.strok {
	width: 252px;
	height: 250px;
	position: relative;
	transition: 1s all ease-in-out;
	cursor: pointer;
	transform-origin: center;
}
.map-presse {
	position: relative;
	width: 280px;
	height: 280px;
}
.strok22 {
	background: url('images/icone-hover.png') center no-repeat;
	position: absolute;
	top: -45px;
	left: -44px;
	background-size: 90%;
	width: 290px;
	height: 289px;
	transition: 1s all ease-in-out;
	cursor: pointer;
	transform-origin: center;
	z-index: -99;
	display: none;
	
}
.page-presse {
	margin: 0% 4%;
}

.map,.map2 {
	width: 252px;
	height: 250px;
	background: url('images/map-globe.png') center no-repeat;
	position: absolute;
	left: 0px;
	top: 20px;
	cursor: pointer;
}
.rapports .post-entry {
	-moz-box-shadow: 0px 1px 1px 1px rgba(212, 209, 205, 1);
	-webkit-box-shadow: 0px 1px 1px 1px rgba(212, 209, 205, 1);
	-o-box-shadow: 0px 1px 1px 1px rgba(212, 209, 205, 1);
	box-shadow: 0px 1px 1px 1px rgba(212, 209, 205, 1);
}
/*.icone-sidebar {
	
}*/
.content-sidebar {
	position: absolute;
    right: 4%;
	top: 69.9%;
    background-color: #f9f4f1;
    padding: 5px 15px;
    cursor: pointer;
    width: 20%;
    z-index: 999;
}
.ico {
	color: #ed7a21;
}
.icone-sidebar .title{
	margin: 0.8em 0 1.3em 0;
}


/*.icone-sidebar .icone-plus{
	width: 100%;
    text-align: right;
}*/
.splash-video img{
	width: 100%
}
.modal {
	top: 17%;
}

.icone-sidebar .ubermenu-accesrapides ul li{
	border-bottom: 1px solid #d4d1cd;
	width: 100%;
}
.icone-sidebar .ubermenu-accesrapides ul li a{
	padding: 10px;
}
.icone-sidebar .ubermenu-accesrapides ul li:hover{
	color: #ed7a21;
}
.icone-sidebar .ubermenu-accesrapides ul li:first-child{
	border-top: 1px solid #d4d1cd;
}
.icone-sidebar .ubermenu-accesrapides ul li:last-child{
	border-bottom:0px;
}

.footer .ubermenu-sociallinks ul li a {
	padding: 10px 10px;
}
.footer .ubermenu-sociallinks ul li a i:hover {
	color: #ffffff;
	transition: color 0.7s ease-in-out;
}
.footer .ubermenu-sociallinks ul li a i {
	font-size: 2em;
	color: #ed7a21;
}
.footer .ubermenu-liensrapidesfooter ul li a:hover {
	color: #ed7a21;
}
.footer .icone-world {
	margin-top: -8%;
}
.single-page-settings {
	padding: 2em 2.2em;
	text-align: justify;
}
.single-page {
	background-color: #ffffff;
}
.single-page .entry-header .entry-title {
	padding: 0% 1.8%;
}

.texte-justifie {
	text-align: justify;
}
.videos-archives  .entry-title{
	padding: 0% 2.5%; 
}
.videos-archives  .settings-container{
	padding: 0% 2.5%; 
}
.aigpl-album-design-1 .aigpl-img-wrp {
	height: 186px !important;
}

/* MENU */
#menu-item-501 {
	display: none;
}
#menu-item-501 a{
	background: transparent;
	padding: 5px 10px;
}
#menu-item-501 img {
	width: 58%;
}

.main-fixed-top {
	position: fixed;
	-webkit-transition: all 2s; 
    -moz-transition: all 2s; 
    -o-transition: all 2s; 
    transition: all 2s;
}

.icone-quicklinks a{

	display: block;
	min-height: 200px;
	padding: 29px 10px;
	background-color: #ece8e4;
	border-radius: 50%;
}
/*
  PAGINATION
*/
.page-numbers {
	height: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
	background-color: #ed7a21;
	color: #ffffff;
	border: 2px solid #ed7a21;
	margin: 0px 5px;
}
.page-numbers.current {
	border: 2px solid #ed7a21;
	background-color: #ffffff;
	color: #000000;
}
.custom-pagination  {
	padding: 0px 15px;	
}
.custom-pagination .next,.custom-pagination .prev {
	border: 0px;
	background-color: transparent;
	vertical-align: middle;
	color: #000000;
	width: auto;
}
.modal-header .close {
	margin-top: -15px;
	font-weight: 100;
}

.close {
	 font-size: 4em !important;
 }
.close:focus, .close:active {
	outline: none;
}
.news-success-msg {
	text-align: center;
	font-size: 16px;
	border: none;
	padding: 0px 0px 18px 0px;
}
/* */
.nf-field-element .ninja-forms-field , .tnp-email {
	padding: 8px;
	border: 1px solid #ed7a21;
}
.tnp-email {
	 margin: 8px;
	 width: 45%;
 }
.tnp-email:focus {
	outline: none;
}
.nf-field-element input[type="button"], .tnp-submit {
	padding: 10px 25px;
	border: 0px;
	color: #ffffff;
	background-color: #ed7a21;
}
.nf-response-msg {
	color: green;
	margin-bottom: 25px;
}
.accordeons .su-spoiler .su-spoiler-title {
	font-size: 18px;
}
.accordeons .su-spoiler-icon {
	font-size: 24px;
}
.voir-plus {
	background-color: #ed7a21;
	padding: 10px 20px;
	border-radius: 50px;
	color: #fff;
}

.ead-preview {
	
}

#myModal .modal-header{
	padding: 28px 18px;
	background: #ED7A23;
	color: #fff;
	border: 0;
}

#myModal .modal-title {
	text-transform: uppercase;
}

#myModal .modal-body {
	text-align: center;
}
#myModal .modal-footer{
	display: none;
}
#myModal label, #myModal label input {
	margin: 8px;
}
#myModal label {
	font-size: 20px;
}

/* INSCRIPTION */

#wpmem_login .div_text,
#wpmem_reg .div_text, 
#wpmem_reg .div_textarea, 
#wpmem_reg .div_select, 
#wpmem_reg .div_checkbox, 
#wpmem_reg .div_multiselect, 
#wpmem_reg .div_multicheckbox, 
#wpmem_reg .div_radio, 
#wpmem_reg .div_image, 
#wpmem_reg .div_file, 
#wpmem_reg .div_url, 
#wpmem_reg .div_number, 
#wpmem_reg .div_date,
#wpmem_reg .button_div, 
#wpmem_login .button_div {
	width: 100%;
}


.espace-prive .su-tabs {
	border: 1px solid #ed7a21;
	padding: 0px;
}

.espace-prive .su-tabs-pane {
	padding: 15px 34px;
}

.espace-prive .req-text {
	margin-top: 20px;
}

.espace-prive .link-text {
	text-align: left;
	font-family: 'GothamBold';
}

.espace-prive a {
	margin: 0px 10px;
}
.all-private-files span {
	display: inline-block;
	width: 30%;
	text-align: center;
}

.wpmem_msg {
    width: 100%;
    margin: 20px 0px;
    padding: 10px 0 10px 0px;
    border: 1Px solid green;
    background: transparent;
    color: green;
    font-size: 15px;
}


#wpmem_reg input[type="text"],
#wpmem_reg input[type="password"],
#wpmem_reg input[type="email"],
#wpmem_reg input[type="url"],
#wpmem_reg input[type="number"],
#wpmem_reg input[type="date"],
#wpmem_reg textarea,
#wpmem_login input[type="text"],
#wpmem_login input[type="password"],
#wpmem_reg .noinput{
	margin: 15px 0px;
	padding: 8px;
	border: 1px solid #ed7a21;
	width: 100%;

}
#wpmem_reg, 
#wpmem_login, 
.all-private-files,
.deconnexion a {
	margin-top: 10%;
	font-family: 'GothamBook';
}
.deconnexion a {
	font-size: 20px;
}

#wpmem_reg .captcha, #wpmem_login .button_div{
	margin: 15px 0px;
	width: 100%;
	text-align: left;
}

#wpmem_login .button_div{
	text-align: left;
	width: 100%;
}

#wpmem_reg .buttons,  #wpmem_login .buttons {
	padding: 10px 25px;
	border: 0px;
	color: #ffffff;
	background-color: #ed7a21;

}
#wpmem_login .buttons {
	float: right;
	
}
#wpmem_reg label {
	display: none;
}

#wpmem_login .link-text {
    font-size: 14px;
    clear: both;
    text-align: right;
}


.avatar-icone img, .avatar-icone {
	width: 10%;
	height: 10%;
	margin-right: 5px;
}

.avatar-icone .avatar-name {
	font-family:'GothamBold';
}


/* ICON HOME */
#menu-item-925 .ubermenu-icon{
	width: 2em !important;

}
#menu-item-925 .ubermenu-icon::before{
	font-size: 24px !important;
}
/* END ICON HOME */

/* WONDERPLUGIN */

.html5gallery-elem-img-3 a {

	display: none !important;
}

/* MENU  MAGISTRATS */
#ubermenu-accsrapidesmagistrats-35 ul li {
	text-align: center;
	margin: 0 13px;
}
#ubermenu-accsrapidesmagistrats-35 ul li a{
	position: relative;
	overflow: hidden;
	padding: 16px 32px;
	background-color: #ece8e4;
	height: 170px;
	border-radius: 50%;
	width: 170px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}
#ubermenu-accsrapidesmagistrats-35 ul li a:after  {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
	background: #ed7a21;
	border-radius: 100%;
	opacity: .6;
	transform: scale(0);

}

@keyframes ripple {
	0% {
		transform: scale(0);
	}
	20% {
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

#ubermenu-accsrapidesmagistrats-35 ul li a:hover:after {
	animation: ripple .5s ease-out;
}

/* fixes initial animation run, without user input, on page load.
 */
#ubermenu-accsrapidesmagistrats-35 ul li a:after {
	visibility: hidden;
}

#ubermenu-accsrapidesmagistrats-35 ul li a:hover, #ubermenu-accsrapidesmagistrats-35 ul li a:after {
	visibility: visible;
}

/*
** FOOTER
*/
.span-in-block-bold,
.span-in-block {
	display: block;
	margin-bottom: 10px;
}

#myModal2 {
	overflow: hidden;
	top: 8% !important;
}
#myModal2 .modal-dialog {
	width: 65%;
}
#myModal2  .modal-title {
	font-size: 24px;
}

/*
** MAGISTRATS
*/
.quick-links-magistrats ul li {
	display: inline-block;
	width: 21%;
	margin: 0px 10px;
}
.quick-links-magistrats a {
	display: table-cell;
	font-family: 'GothamBold';
	font-size: 13px;
	width: 20%;
	padding: 10px 20px;
	text-align: center;
	height: 160px;
	background-color: #dcd6d3;
	/*border: 5px solid #ed752f;*/
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	border-radius: 50%;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;


}

.quick-links-magistrats a:hover {

	box-shadow: inset 0 0 0 10px #ed752f, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.download-file {
    margin-top: 40px;
}
.download-file a {
    margin-top: 40px;
    background: #ed7a21;
    padding: 10px;
    color: #ffffff;
    border-radius: 50px;
}
.bx-wrapper {
    max-width: 780px !important;
    margin: 0px auto !important;
}

/*#menu-item-925 .ubermenu-target-title{
	width:0%;
	display: none;
	overflow:hidden;
	-webkit-transition: all 500ms ease-in, opacity 1s ease-out;
	-moz-transition: all 500ms ease-in, opacity 1s ease-out;
	transition: all 500ms ease-in, opacity 1s ease-out;
	-webkit-transition: width 500ms ease-in, opacity 1s ease-out;
	-moz-transition: width 500ms ease-in, opacity 1s ease-out;
	-o-transition: width 500ms ease-in, opacity 1s ease-out;
	transition: width 500ms ease-in, opacity 1s ease-out;
}

#menu-item-925 a:hover .ubermenu-target-title {
	display: block;
	width:100%;
}*/


/*
*  RESPONSIVE
*/
/* Nouvelles règles si la fenêtre fait au plus 1024px de large */


/* MEDIA QUERIES*/
/*
@media screen and (max-width: 360px) {
	h3,.bloc-title {
		font-size: 13px;
	}

	.wrapper-text-settings {
		margin: 0px !important;
	}

	.section-actu-home .widget_recent_entries ul li {
		width: 100%;
		min-height: 200px;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid #e3e3e3;
	}
	.section-actu-home .wrapper-text-settings {
		border: none !important;
	}
	.section-actu-home .widget_recent_entries ul li  img{
		width: 100%;
	}
	.section-actu-home .widget_recent_entries ul li:last-child {
		width: 100%;
		min-height: 200px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e3e3e3;
	}
	.section-actu-home .videos-posts .vc_column-inner .wpb_text_column{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.section-actu-home .videos-posts .vc_column-inner{
		padding: 0px !important;
	}


	.footer-content {
		padding: 4% 0%;
		font-size: 13px;
	}
	.footer-title .title , .partenaire-title .title{
		padding: 0px;
	}
	.map {
		width: 200px;
		height: 200px;
		left: 25px;
		top: 25px;
	}
	.footer .icone-world {
		margin-top: 3%;
	}

	.footer .su-list ul  li span{
		display: block;
	}
	.footer .quicklinks ul  li{
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #ededed ;
	}
}*/

@media screen and (max-width: 320px)
{

	h3,.bloc-title {
		font-size: 13px;
	}
	/*.bloc-settings,.section-actu-home {
		margin-right: 8.333% !important;
		margin-left: 8.333% !important;
	}*/
	.wrapper-text-settings {
		margin: 0px !important;
	}

	.section-actu-home .widget_recent_entries ul li {
		width: 100%;
		min-height: 200px;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid #e3e3e3;
	}
	.section-actu-home .wrapper-text-settings {
		border: none !important;
	}
	.section-actu-home .widget_recent_entries ul li  img{
		width: 100%;
	}
	.section-actu-home .widget_recent_entries ul li:last-child {
		width: 100%;
		min-height: 200px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e3e3e3;
	}
	.section-actu-home .videos-posts .vc_column-inner .wpb_text_column{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.section-actu-home .videos-posts .vc_column-inner{
		padding: 0px !important;
	}


	.footer-content {
		padding: 4% 0%;
		font-size: 13px;
	}
	.footer-title .title , .partenaire-title .title{
		padding: 0px;
	}
	.map {
		width: 200px;
		height: 200px;
		left: 25px;
		top: 25px;
	}
	.footer .icone-world {
		margin-top: 3%;
	}

	.footer .su-list ul  li span{
		display: block;
	}
	.footer .quicklinks ul  li{
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #ededed ;
	}

	#logo a
	{
		display: block;
		text-align: center;
	}
	#logo img {

		width: 25%;
		padding-top: 15px;
	}
	.top-header .flag {
		padding: 10px;
	}
	.top-header .flag img {
		width: 15%;
	}
	.navbar-toggle {
		margin: 5px 0px;
	}
	.top-header .flag .desc {
		padding: 0px 20px;
	}
	.top-header .top-right {
		padding: 10px 0px 10px 0px;
	}

    .titre-slides h3 {
        font-size: 12px !important;
    }
    .rev_slider .tp-caption  p {
        font-size: 10px !important;
        line-height: 1 !important;
    }
        /* MISSION TITLE, MISSION */
	.vc_custom_1487632507778, .vc_custom_1487504588283, .vc_custom_1487675619473, .vc_custom_1487504404226 {
		margin-right: 9% !important;
		margin-left: 9% !important;
        text-align: justify;
	}
	.vc_custom_1487504588283 .vc_column-inner {
		padding: 0px !important;
	}

	.footer-title .title, .partenaire-title .title {
		padding: 0px 10px;
	}

	.bx-wrapper ul li {
		width: 120px !important;
	}
	#black-studio-tinymce-2, #ubermenu_navigation_widget-3, #black-studio-tinymce-3 {
		margin: 0px 10px 20px 10px;
	}
	.map {
		width: 200px;
		height: 200px;
		left: 26px;
		top: 43px;
	}
}

@media only screen and (min-width : 320px) and (max-width : 480px) {

	h3,.bloc-title {
		font-size: 13px;
	}
	/*.bloc-settings,.section-actu-home {
		margin-right: 8.333% !important;
		margin-left: 8.333% !important;
	}*/
	.wrapper-text-settings {
		margin: 0px !important;
	}

	.section-actu-home .widget_recent_entries ul li {
		width: 100%;
		min-height: 200px;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid #e3e3e3;
	}
	.section-actu-home .wrapper-text-settings {
		border: none !important;
	}
	.section-actu-home .widget_recent_entries ul li  img{
		width: 100%;
	}
	.section-actu-home .widget_recent_entries ul li:last-child {
		width: 100%;
		min-height: 200px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e3e3e3;
	}
	.section-actu-home .videos-posts .vc_column-inner .wpb_text_column{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.section-actu-home .videos-posts .vc_column-inner{
		padding: 0px !important;
	}


	.footer-content {
		padding: 4% 0%;
		font-size: 13px;
	}
	.footer-title .title , .partenaire-title .title{
		padding: 0px;
	}
	.map {
		width: 200px;
		height: 200px;
		left: 25px;
		top: 25px;
	}
	.footer .icone-world {
		margin-top: 3%;
	}

	.footer .su-list ul  li span{
		display: block;
	}
	.footer .quicklinks ul  li{
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #ededed ;
	}

	#logo a
	{
		display: block;
		text-align: center;
	}
	#logo img {

		width: 25%;
		padding-top: 15px;
	}
	.top-header .flag {
		padding: 10px;
	}
	.top-header .flag img {
		width: 15%;
	}
	.navbar-toggle {
		margin: 5px 0px;
	}
	.top-header .flag .desc {
		padding: 0px 20px;
	}
	.top-header .top-right {
		padding: 10px 0px 10px 0px;
	}

	.titre-slides h3 {
		font-size: 12px !important;
	}
	.rev_slider .tp-caption  p {
		font-size: 10px !important;
		line-height: 1 !important;
	}
	/* MISSION TITLE, MISSION */
	.vc_custom_1487632507778, .vc_custom_1487504588283, .vc_custom_1487675619473, .vc_custom_1487504404226 {
		margin-right: 9% !important;
		margin-left: 9% !important;
		text-align: justify;
	}
	.vc_custom_1487504588283 .vc_column-inner {
		padding: 0px !important;
	}

	.footer-title .title, .partenaire-title .title {
		padding: 0px 10px;
	}

	.bx-wrapper ul li {
		width: 124px !important;
	}
	#black-studio-tinymce-2, #ubermenu_navigation_widget-3, #black-studio-tinymce-3 {
		margin: 0px 10px 20px 10px;
	}
	.map {
		width: 200px;
		height: 200px;
		left: 26px;
		top: 43px;
	}

}






