@import url('fonts.css');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

.line-pagination{
    border-top: 1px solid rgb(157, 10,30);
    border-top: none;
    margin: 20px 0;
    float: left;
    width: 100%;
}
ul.pagination {
    margin: 0 0 10px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 16px;
    line-height: 1.42857143;
    text-decoration: none;
    color: rgb(157, 10,30);
    background-color: #EEF0F4;
    border: none;
    margin-left: 1px;
    width: 40px;
    height: 40px;
}
.pagination>li>a:hover, .pagination>li>span:hover {
    background: rgb(157, 10,30);
    color: #ffffff;
}
.pagination>.disabled>a{
    background: #68bfb9;
    height: 45px;
    color: #ffffff;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(157, 10,30);
  border-color: rgb(157, 10,30);
  cursor: default;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
}
.pagination>li.disabled>a:hover, .pagination>li.disabled>a:focus{
    background: #68bfb9!important;
    color: #ffffff;
}

blockquote:before,blockquote:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: none;
	text-decoration:none;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,img {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

sub,sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,input {
    line-height: normal;
    *overflow: visible;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    color: #888;
    background-color: #FFFFFF;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a {
    /*color: #9ed034;*/
	color:#212121;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:hover {
    color: #e54747;
    text-decoration: none;
}
.widget-item *:last-child{
    border-top: none!important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Open Sans",Arial,sans-serif;
    color: #444;
}

*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button,input,select,textarea {
    border: 1px solid #eee;
    outline: 0;
    padding: 10px 12px;
    color: #888;
}

button:focus,input:focus,select:focus,textarea:focus {
    border-color: #888;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.main-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fbfbfb;
    margin: 20px 0;
}

.site-header {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 1;

}
.site-header-shrink {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 99;
	background: #2B3E75;
}

@media screen and (min-width: 240px) {
    .site-header {
        top: 0;
    }
}

@media screen and (min-width: 992px) {
    .site-header {
        top: 10px;
    }    
}

.logo-header{
	margin-bottom:10px;
}
.main-header {
	background:rgba(238,240,244,0.4);
    min-height: 60px;
    height: 60px;
}

.logo {
   /* margin: 25px;*/
   position:relative;
}
.logo a{
	text-transform: uppercase;
	color: rgb(10, 10,10);
	font-family: LeagueGothic, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-decoration:none;
	  letter-spacing: .025em;
  text-shadow: 0 1px 1px #888;
  -webkit-transition: all 0.2s ease;
}
.logo a:hover{
	text-decoration:none;
	cursor:default;
}
.logo span{
	position:absolute;
}
.logo span p.urlname{
	font-size: 34px;
	padding-bottom:4px;
}
.logo img{
	float:left;
	margin-right:10px;
}

.logo-menu{
   /* margin: 25px;*/
   /* overflow: hidden; */
	text-align:right;
}

.user-infos {
    margin: 55px 0 0 0;
	padding-right: 0px;
}
.user-infos-items span
{
	font: 16px 'LeagueGothic','Helvetica Neue',Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
}
.user-infos-items li {
    display: inline-block;
    margin: 0 0 0 14px;
}
.user-infos-items li:first-child {
    margin: 0;
}

.user-infos-items li a {
    width: auto;
    height: 36px;
	font-size:120%;
    text-align: center;
    line-height: 36px;
}

.user-infos-items li a:hover {
    color: rgb(157, 10,30);
	text-decoration:
}

.main-menu {
    text-align: left;
    float: left;
}

.main-menu > ul > li {
    display: inline-block;
    float: left;
    /*border-left: 1px solid #202E57;*/
}
.main-menu >ul > li:hover {
	background-color: rgb(157, 10,30);
}

.main-menu > ul > li a {
	display: block;
    text-transform: uppercase;
	font:18px 'LeagueGothic','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #444;
    line-height: 60px;
    padding-left:16px;
    padding-right: 16px;
}

.main-menu ul li a:hover {
    color: #EEF0F4;
}

.main-menu ul li.active {
    background-color: rgb(157, 10,30);
	color: #fff;
}

.main-menu > ul > li.active a {
    color: #fff;
}

a.toggle-menu {
    background: transparent;
    color: #444;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 14px;
}
.dropdown{
	top:0px;
}

.dropdown ul li {
    margin: 5px 0!important;
    padding-left:0px;
    padding-right: 0px;
}

.dropdown > ul > li a {
	display: block;
    text-transform: uppercase;
	font:17px 'LeagueGothic','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #444!important;
    line-height: 34px;
}

.dropdown ul li a:hover {
    color: #ffffff!important;
	background-color: rgb(157, 10,30);

}

.dropdown-menu > ul > li a {
    color: #444;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus {
    color: #ffffff!important;
    text-decoration: none;
    outline: 0px none;
    background-color: rgb(157, 10,30);
}

.dropdown-menu > .active > a:hover{
    color: #444;
    text-decoration: none;
    outline: 0px none;
    background-color: #FFF;
    color: #EEF0F4;
    background-color: rgb(157, 10,30);
}
.menu-responsive  .dropdown ul li a {
  display: block;
  text-transform: uppercase;
  font: 17px 'LeagueGothic','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #444;
  line-height: 10px;
  padding: 10px;
}
.menu-responsive  .dropdown ul li a:hover {
  color: #FFF;
}
.main-menu ul li.open>a,
.main-menu ul li.open>a:hover,
.main-menu ul li.open>a:focus
{
	color: #EEF0F4;
	background-color: rgb(157, 10,30);
}

.search {
    width: 290px;
    height: 36px;
    margin: 0px;
    float: right;
}
.search input {
	width: 200px;
	float:right;
	margin-left: 0px;
	height: 36px;
	line-height: 18px;
	padding: 0 8px 0 8px;
	border-radius:2px;
	border-color: rgb(200, 200,200);
}

.search:hover input, .search input:focus {
	width: 200px;
	margin-left: 0px;
	border-color: rgb(157, 10,30);
}

.btn-search {
    height: 36px;
    /*position: absolute;
    right: 0;
    top: 5px;*/
    float:right;
    margin-left: 0px;
    border-radius:0px;
	background-color: rgb(157, 10,30);
	border-color: rgb(157, 10,30);
}
.btn-search:hover{
	background-color: rgb(157, 10,30);
	border-color: rgb(157, 10,30);
}

.menu-responsive {
    background: rgba(68,68,68,0.95);
    padding: 15px 0px;
    display: none;
    z-index: 99999!important;
}

.menu-responsive ul li {
    margin: 0;
    display: block;
}

.menu-responsive ul li a {
	display: block;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-transform: uppercase;
    font:18px 'LeagueGothic','Helvetica Neue',Helvetica,Arial,sans-serif;
    padding:14px 14px;
}
.menu-responsive ul li a:hover {

	background-color: rgb(157, 10,30);
	border-color: rgb(157, 10,30);
}

.menu-responsive ul li.active a {
    
}

.breadcrumb {
  padding: 4px 10px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

.breadcrumb .rubrique-top{
  font: 20px "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #9D0A1E;
}

.flexslider {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.flex-caption {
    position: absolute;
    wdith: 100%;
    margin-left: 15px;
    left: 0;
    bottom: 100px;
    background-color: #fff;
    padding: 30px;
    z-index: 10;
    text-align: center;
}

.flex-caption span.price {
    background: #e54747;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    padding: 15px 20px;
    display: inline-block;
}

.flex-caption h3.title {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 22px 0;
}

.flex-caption a.slider-btn {
    background: #2B3E75;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 35px;
    display: inline-block;
    margin-top: 30px;
}

.flex-caption a.slider-btn:hover {
    background: #90be2c;
}

a.flex-prev,a.flex-next {
    width: 40px;
    height: 60px;
    background-color: rgba(255,255,255,0.6);
    display: inline-block;
    line-height: 60px;
    text-align: center;
    color: #000;
    position: absolute;
    z-index: 99;
    top: 50%;
}

a.flex-prev:hover,a.flex-next:hover {
    background: #fff;
}

@media screen and (min-width: 240px) {
    a.flex-prev,a.flex-next {
        display: none;
    }
    .logo span {
      position: absolute;
      left: 86px;
      top: 64px;
    }
	.logo-menu{
		/*display: none;*/
	}
	.user-infos {
    	margin: 1px 0 0 0;
    	padding-right: 0px;
	}
	
	.logo a{
		font-size: 18px;
	}
	.page-top {
    	height: 80px;
	}
	.logo span p.urlname{
		font-size: 28px;
		padding-bottom:4px;
	}
}

@media screen and (min-width: 992px) {
    a.flex-prev,a.flex-next {
        display: block;
    }
	.logo img{
		display: block;
	}
	.logo-menu{
		display: block;
	}

    }
}

a.flex-prev {
    left: 0;
}

a.flex-next {
    right: 0;
}

h3.widget-title {
	font:20px 'LeagueGothic','Helvetica Neue',Helvetica,Arial,sans-serif;

    display: inline-block;
    margin-bottom: 0px;
}
h3.widget-title-video {
	font:20px 'LeagueGothic','Helvetica Neue',Helvetica,Arial,sans-serif;

    display: inline-block;
    margin-bottom: 10px;
}

h3.widget-title ul li{
	background-color:#fff;	
}

.sample-thumb {
    overflow: hidden;
}

.sample-thumb img {
    width: 100%;
}

.widget-item ul.list-inline{
    margin: 4px 0 0 0; 
	color: #888;
    font-weight: lighter;
    font-size: 11px;	
}
.page-top {
    width: 100%;
    height: 200px;
    background: #eee;
    position: relative;
    top: 0;
    left: 0;
}
.panel-footer-video{
	padding: 4px 15px;
	background-color: #F5F5F5;
	text-align: center;
	border-radius: 2px;
	display: block;
	border-top:none;
}
#templatemo_services {
   /**/ background: url(../img/templatemo_header_1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

#templatemo_events {
    background: url(../img/templatemo_header_2.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

#templatemo_about {
    background: url(../img/templatemo_header_3.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

#templatemo_contact {
    background: url(../img/templatemo_header_4.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.our-listing {
    position: relative;
    z-index: 98;
    top: 0;
    left: 0;
    margin-top: -50px;
}

@media screen and (min-width: 240px) {
    .our-listing {
        margin-top: 50px;
    }
}

@media screen and (min-width: 992px) {
    .our-listing {
        margin-top: -50px;
    }
}

.list-item {
    overflow: hidden;
    margin: 0 15px;
}

.list-item .list-thumb {
    overflow: hidden;
}

.list-item .list-thumb .title {
    background-color: #2B3E75;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    height: 50px;
    text-align: center;
}

.list-item .list-thumb .title h4 {
    color: #fff;
    line-height: 50px;
}

.list-item .list-thumb img {
    width: 100%;
}

.list-item .list-content h5 {
    color: #2B3E75;
    font-weight: 600;
    font-size: 14px;
    margin: 15px 0 5px 0;
}

.list-item .list-content span {
    color: #e54747;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.list-item .list-content a.price-btn {
    display: block;
    background-color: #2B3E75;
    color: #fff;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
}

.list-item .list-content a.price-btn:hover {
    background-color: #90be2c;
}
.mb20{
    margin-bottom: 20px;
}
.mb-no-padding{
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}
.owl-next,.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #2B3E75;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.owl-next {
    right: -40px;
}

@media screen and (min-width: 240px) {
    .owl-next {
        right: 15px;
    }
}

@media screen and (min-width: 960px) {
    .owl-next {
        right: 13px;
    }
}

@media screen and (min-width: 992px) {
    .owl-next {
        right: -40;
    }
}

.owl-prev {
    left: -40px;
}

@media screen and (min-width: 240px) {
    .owl-prev {
        left: 15px;
    }
}

@media screen and (min-width: 960px) {
    .owl-prev {
        left: 15px;
    }
}

@media screen and (min-width: 992px) {
    .owl-prev {
        left: -40;
    }
}

.middle-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.widget-item {
	margin-bottom: 10px;
	overflow: hidden;
}
.conten-items {
	margin-top: 0px;
	overflow: hidden;
}
.panel-inscription{
	padding:12px 10px;
	background: url(../img/jkl2.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
 .inscription-item{
	 width:100%;
	margin-top:10px;
 }
  .offresfromation-item{
	 width:100%;
	
 }
.offresfromation-item a,
 .inscription-item a{
	 color:#000;
	  background:rgb(248, 200,16);
	 padding:20px;
	 text-align:center;
	 font: 18px 'LeagueGothic','Helvetica Neue',Helvetica,Arial,sans-serif;
	 border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	display:block;
 }
.offresfromation-item a:hover,
 .inscription-item a:hover{
	 background:rgb(248, 180,16)
 }
.service-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.service-item .service-icon {
    float: left;
    margin-right: 20px;
}

.service-item .service-content {
    overflow: hidden;
}

.service-item .service-content h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
}

h4.consult-title {
    font-size: 18px;
    font-weight: lighter;
    margin: 0 0 5px 0;font-family: "Open Sans",Arial,sans-serif;
}
h4.consult-title a {
	
	color: rgb(157, 10,30);
}
h4.consult-title a:hover {
    color: rgb(157, 10,30);
}

.post-small {
    overflow: hidden;
    margin-bottom: 30px;
}

.post-small .post-date {
    background-color: #2B3E75;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.post-small .post-date span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-small .post-date span.time {
    margin-top: 14px;
}

.post-small .post-content {
    overflow: hidden;
}

.post-small .post-content h4 {
    font-size: 12px;
    font-weight: 300;
}

.post-small .post-content h4 a {
    color: #2B3E75;
}

.post-small .post-content h4 a:hover {
    color: #e54747;
	text-decoration:underline;
}

.post-small .post-content span {
    color: #2B3E75;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 1px;
    display: inline-block;
}
.post-small .post-contentp {
    font-size: 12px;
    font-weight: 900;
}

.go-act {
    margin-bottom: 100px;
}

.act-btn {
    background: #2B3E75;
    position: relative;
    min-height: 120px;
    height: 120px;
}

.act-btn a.link {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 0;
    top: 0;
    line-height: 120px;
    text-align: center;
    color: #fff;
    background: #90be2c;
    font-size: 3em;
}

.act-btn a.link:hover {
    background: #86b229;
}

.act-btn .inner .price {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    line-height: 90px;
    text-align: center;
}

.act-btn .inner .title {
    overflow: hidden;
    margin-left: 150px;
}

.act-btn .inner .title h2 {
    margin-top: 30px;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
}

.act-btn .inner .title span {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

@media screen and (min-width: 240px) {
    .act-btn {
        margin-top: 30px;
    }
    .act-btn .title {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .act-btn {
        margin-top: 30px;
    }

    .act-btn .title {
        display: block;
    }

    .act-btn .title span {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .act-btn {
        margin-top: 0;
    }
}

.ticket-list {
    margin-bottom: 70px;
}

.ticket-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.ticket-item h4 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.ticket-item a.ticket-btn {
    margin-top: 25px;
    background: #2B3E75;
    color: #fff;
    padding: 12px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.ticket-item a.ticket-btn:hover {
    background: #90be2c;
}

.partner-list {
    background: #2B3E75;
    margin-bottom: 0px;
}

.partner-item {
    border-left: none;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.partner-item img {
    display: block;
    margin: 0 auto;
}

.partner-item.last {
    border-right: none;
    padding-left: 0;
}

@media screen and (min-width: 240px) {
    .partner-item {
        border-left: 0;
    }

    .partner-item.last {
        border-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .partner-item {
        /*border-left: 1px solid #d4d4d4;*/
    }

    .partner-item.last {
       /* border-right: 1px solid #d4d4d4;*/
    }
}

.contact-page {
    margin: 80px 0;
}

.contact-infos {
    margin: 10px 0;
    display: block;
}

.contact-infos ul li {
    line-height: 28px;
}

.first-map {
	height: 120px;
}

.map-holder {
	height: 360px;
}

.map-wrapper {
    margin-bottom: 30px;
}

input,textarea {
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
}
.contact-form {
	margin-top:20px;
}

div.contact-form input,div.contact-form textarea {
}

div.contact-form textarea {
    min-height: 140px;
	resize:none;
}

div.contact-form input.mainBtn {
    border: 0;
    background-color: rgb(157, 10,30);
    border-color: rgb(157, 10,30);    
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.site-footer {
    margin-bottom: 0px;
	font:12px Arial,sans-serif;
	color: #aaa;
}
.site-footer a{
	color: #aaa;
}

.copyright {
    margin-top: 15px;
    text-align: left;
}

.social-icons {
    margin-top: 10px;
    text-align: right;
}

.social-icons li {
    display: inline-block;
    margin: 0 2px;
}

.social-icons li a {
    width: 36px;
    height: 36px;
    color: rgb(157, 10,30);
    text-align: center;
    line-height: 36px;
	background-color:#EEF0F4;
}

.social-icons li a:hover {
    background: rgb(157, 10,30);
    color: #fff;
}

@media screen and (min-width: 240px) {
    .footer-logo {
        display: none;
    }
	.logo span {
		  position: absolute;
		  left: 124px;
		  top: 28px;  
	}
	.widget-slider{
		display:none;
	}
	.copyright {
		margin-top: 15px;
		text-align: center;
	}

	.social-icons {
		/*text-align: center;*/
		margin-top: 20px;
	}
	
	h4.single-title{
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 18px;			
	}

	h4.consult-title{
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 0px;
	}

	h4.consult-title a{
		font-size: 14px;
		font-weight: 600;
		padding-top:14px
	}
	.logo span p.urlname{
		font-size: 24px;
		padding-bottom:4px;
	}
	/*
	.search {
		width: 190px;
	}
	*/
	.search input {
		width: 190px;
	}
	.search:hover input, .search input:focus {
		width: 180px;
	}
	.mdlcontsolid{
	border-right:none
	}
	.alaune-hiden-title{
		display:inline;
	}
	.alaune-box{
		display: none;
	}
}

@media screen and (min-width: 768px) {
    .footer-logo {
        display: inline-block;
    }
	.logo span {
		  position: absolute;
		  left: 122px;
		  top: 32px;
	  
		}	
	.widget-slider{
		display: block;
	}
	.copyright {
		margin-top: 15px;
		/*text-align: center;*/
	}
    .social-icons {
        /*text-align: center;*/
        margin-top: 0px;
    }
	h4.consult-title a{
		font-size: 18px;
		font-weight: 600;
		padding-top:10px;	
	}
	.logo span p.urlname{
		font-size: 34px;
		padding-bottom:4px;
	}
	.mdlcontsolid{
	border-right:none
	}
	.alaune-hiden-title{
		display:none;
	}
	.alaune-box{
		display: inline;
	}
}

@media screen and (min-width: 992px) {
    .footer-logo {
        display: inline-block;
    }
	.logo span {
		  position: absolute;
		  left: 125px;
		  top: 32px;	  
		}
	h4.consult-title a{
		font-size: 18px;
		font-weight: lighter;	
	}

	.copyright {
		margin-top: 15px;
		text-align: left;
	}
    .social-icons {
        text-align: right;
        margin-top: 10px;
    }
	.logo span p.urlname{
		font-size: 34px;
		padding-bottom:4px;
	}

	.search {
		width: 240px;
   
	}
	 .search input {
        width: 240px;
    }
	.mdlcontsolid{
	border-right:1px solid #F1F1F1
	}
	.alaune-hiden-title{
		display:none;
	}
	.alaune-box{
		display: inline;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.search {
		width: 290px;
	}
	 .search input {
        width: 200px;
    }
    .search:hover input, .search input:focus {
    	width: 200px;
    }
}
@media screen and (min-width: 1201px) {
	.search {
		width: 290px; 
	}
	 .search input {
        width: 200px;
    }
    .search:hover input, .search input:focus {
    	width: 200px;
    }
}

.alaune-box-container{
	position:relative;
}
.socialbox{
	width:150px;
}
.alaune-box{
	position:absolute;
	width:50%;
	left:50px;
	top:40px;
	bottom:40px;
	z-index:0;
	padding:20px;
	text-align:left;
	text-shadow: none;
	background-color:rgba(200, 200,200,.5);
}
.alaune-box .alaune-texte{
	display:block;
	font:60px "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: rgb(157, 10,30);
}
.alaune-box .alaune-actu-titre{
	display:block;
	font:20px Arial;
	color: rgb(157, 10,30);
}

.consult-title.universite{
    color: #9D0A1E;
}
.universite-sous-titre{
    padding-left: 20px;
    font-size: 14px;
}
.universite-list{
    padding-left: 40px;
}

.alerti-box .a-b-titre{

 font:17px Arial;
 padding-left:20px;
}
.alerti-box .a-b-pince{

 color: rgb(157, 10,30);
 margin-right:10px;
}
.alerti-box .a-b-body{

 font:13px Arial;
}
.liens-utiles{
    font: ;
    margin: 14px 0;
    border-top: dashed 1px #E1E1E1;
    padding-top: 0px
}
.liens-utiles h2.titre{
    padding: 10px 0;
    font: Arial 14px bold ;
    text-transform: uppercase;
}
.liens-utiles ul{
    list-style: square;
    padding: 0 0 0 15px;
}
.liens-utiles ul li a{
    padding: 0px 0;
    font: Arial 12px lighter;
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

@media screen and (max-width: 720px) {
	.search {
    	display: none;
	}
	.social-icons {
    	text-align: right;
    	margin-top: 2px;
	}
}