@font-face {
  font-family: 'gil';
  src: local('gil'),
    url("../font/GIL.woff") format("woff");
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#globale {
  position: relative;
  width: 100%;
  background: #fff;
}
    
#header {
  position: relative;
  width : 100%;
  background: #13235b;
  border-top: 5px solid #e1001a;
  padding: 10px;
}
#header-int {
   position: relative;
  width : 100%;
  max-width: 1124px;
  margin: 0 auto;
}
#logo-ma-cuisine {
  position: relative;
  float: left;
  width: 190px;  
}
#slogan {
  position: relative;
  float: right;
  width: 50%;
  text-align: right;
}
#menu {
   position: relative;
  float: right;
  text-align: right;
  margin-top: 20px;
}
#contenu {
  position: relative;
  width: 100%;
  background: #fff;
}
#contenu-int {
  position: relative;
  width: 100%;
  max-width: 1124px;
  margin: 0 auto; 
  padding: 20px 0;
}
#pied {
  position: relative;
  width: 100%;
  background: #13235b url(../images/version1/fond-pied.jpg) left bottom repeat-x;
}
#pied-int {
  position: relative;
  width: 100%;
   max-width: 1124px;
  margin: 0 auto;  
  color: #fff;
  padding: 10px 0 0;
}
#pied-int a {
  color: #fff;
}
#pied-int a:hover {
color: #e1001a;
}
#pied-int iframe, #pied-int img {
  border : 2px solid #fff !important;
}
#pied-int p {
  margin: 5px 0;
}


/*************************************menu********************/

div#maximenuck87 ul.maximenuck li.maximenuck.level1 {
  margin: 0 10px;
}
div#maximenuck87 ul.maximenuck li.maximenuck.level1:last-child {
  margin-right: 0;
}
div#maximenuck87 ul.maximenuck li.maximenuck a, div#maximenuck87 ul.maximenuck li.maximenuck a:hover, div#maximenuck87 ul.maximenuck li.maximenuck span.separator, div#maximenuck87 ul.maximenuck li.maximenuck span.separator:hover {
  color: #fff;
  text-transform: uppercase;
}

div#maximenuck87 .maximenuck .maxiFancybackground {
  bottom: 0;
  top: auto !important;
  margin-bottom: -10px !important;
}
div#maximenuck87 .maxiFancybackground .maxiFancycenter {
  border-bottom: 5px solid #fff;
}

/***************diapo**********************************/

#camera_wrap_88 .camera_prev > span {
    width: 80px;
    height: 80px;
  background: url(../images/version1/prev.png) no-repeat;
    background-position: 0px 0px;
}
#camera_wrap_88 .camera_next > span {
    width: 80px;
    height: 80px;
  background: url(../images/version1/next.png) no-repeat;
    background-position: 0px 0px;
}
#camera_wrap_88 .camera_prev, #camera_wrap_88 .camera_next {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    background: none;
}
#camera_wrap_88 .camera_commands {
    display: none;
}

#camera_wrap_93.camera_wrap {
  width: 50% !important;
}

/******************gallerie OS*********************/

.copyright-block {
  text-align: right;
}


.copyright-block a {
color: #eee;
}

[class^="os-gallery-tabs-main"] .os-cat-tab-images .img-block {
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
   -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
         -ms-transition: all .5s ease;
          -o-transition: all .5s ease;
             transition: all .5s ease;
}

[class^="os-gallery-tabs-main"] .os-cat-tab-images .img-block:hover {
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.85);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.85);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.85);
}

.osgalery-cat-tabs a {
  background: #eee !important;
}
.osgalery-cat-tabs a:hover {
  background: #ccc !important;
}
.osgalery-cat-tabs a.active, .osgalery-cat-tabs a.active:hover {
  background: #13235b !important;
  color: #fff !important;
}

/********************************formulaire******************/

.mod_sef_th {
  width: 30%;
}
.mod_sef_td input, .mod_sef_td textarea {
  width: 100% !important;
}
#mod_simpleemailform_submit_1 {
 width: auto !important; 
}
#mod_simpleemailform_reset_1 {
display: none;
}
#mod_simpleemailform_captcha_1 {
  width: auto !important;
}

/**********************************************************************/


img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.image-cadre {
  border: 1px dashed #b2b2b2;
padding: 5px;
}

a .image-cadre {
  -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
a:hover .image-cadre {
  -webkit-box-shadow: inset 0px 0px 0px 5px rgba(178, 178, 178, 0.8);
-moz-box-shadow:    inset 0px 0px 0px 5px rgba(178, 178, 178, 0.8);
box-shadow:         inset 0px 0px 0px 5px rgba(178, 178, 178, 0.8);
}


body {
	margin: 0;
	font-family: 'gil', Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #333;
	background-color: #fff;
}
a {
	color: #13235b;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #e1001a;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 9px 0;
	font-weight: bold;
	color: #13235b;
	text-rendering: optimizelegibility;
}

h1 {
	line-height: 36px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}

.page-header {
	padding-bottom: 8px;
	margin: 18px 0 27px;
	border-bottom: 1px solid #eee;
}
ul,
ol {
	padding: 0;
	margin: 0 0 9px 25px;
}

li {
	line-height: 18px;
}

hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

@media (max-width: 1124px) {
	
  #contenu-int {
    padding: 20px;
  }
  
}
@media (max-width: 920px) {

  #camera_wrap_88 {
    height: 350px !important;
  }
  
  
}
@media (max-width: 750px) {

  	
  #contenu-int {
    padding: 10px;
  }
  #camera_wrap_88 {
    height: 300px !important;
  }
  
}

@media (max-width: 640px) {
#camera_wrap_88 .camera_prev, #camera_wrap_88 .camera_next {
display: none;
}
  
  #camera_wrap_88 {
    height: 250px !important;
  }
  
  table td {
    width: 100% !important;
    display: inline-block;
  }
  
  #pied-int td {
    text-align: center !important;
  }
  #logo-ma-cuisine {
    width: 25%;
  }
  #slogan {
    width: 70%;
  }
  #menu {
    float: inherit;
    width: 100%;
  }
  #maximenuck87 .maximenumobiletogglericonck {
    color: #fff;
  }
  
  
}