@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Racing+Sans+One);
@import url(//fonts.googleapis.com/css?family=Asap);
@import url(//fonts.googleapis.com/css?family=Merriweather+Sans);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 13px/17px "Droid Sans", sans-serif;
  color: #606060;
  background: url(../images/body-background.png) repeat;
  min-width: 1350px;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media (max-width: 1199px) {
  body {
    min-width: 0;
  }
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #000000;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 400 30px/32px "Racing Sans One", sans-serif;
  color: #676767;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
h3 {
  text-transform: uppercase;
  line-height: 18px;
  color: #c8502a;
  font-family: "Asap", sans-serif;
}
h3 .lower {
  display: block;
  text-transform: none;
}
h4 {
  text-transform: uppercase;
  line-height: 18px;
  color: #c8502a;
  font-family: "Asap", sans-serif;
}
.heading1 {
  margin-bottom: 24px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 400 13px/13px "Asap", sans-serif;
  color: #c8502a;
}
.btn-default:hover {
  color: #000000;
}
.btn-big {
  display: inline-block;
  font: 400 17px/17px "Asap", sans-serif;
  color: #c8502a;
}
.btn-big:hover {
  color: #000000;
}
/* ======= Wrappers ======= */
.big-wrapper {
  background: url(../images/big-wrapper-background.png) repeat;
  width: 1324px;
  margin: 0 auto 0;
  padding: 39px 0 27px;
}
@media (max-width: 1199px) {
  .big-wrapper {
    width: auto;
    margin: 0;
  }
}
.border-wrapper1 {
  position: relative;
  overflow: hidden;
}
.border-wrapper1 .grid_1 {
  position: relative;
}
.border-wrapper1 .border {
  position: absolute;
  left: 50%;
  background: #cfcfcf;
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 20000px;
  top: 0;
}
@media (max-width: 767px) {
  .border-wrapper1 .border {
    display: none;
  }
}
.wrapper1 {
  padding-bottom: 0px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding-bottom: 21px;
}
#header h1 {
  float: left;
}
#header .info .grid_12 {
  padding-bottom: 32px;
  border-bottom: 2px solid #dbc6ad;
}
#header #search {
  float: right;
  margin-top: 29px;
  display: inline-block;
}
#header #stuck_container {
  left: 0;
  text-align: center;
}
#header #stuck_container nav {
  display: inline-block;
}
@media (max-width: 1199px) {
  #header #stuck_container {
    text-align: center;
  }
  #header #stuck_container nav {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #header {
    text-align: center;
  }
  #header h1 {
    float: none;
  }
  #header #search {
    float: none;
  }
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
}
h1 a {
  display: block;
}
h1 a span {
  display: block;
}
h1 a .first {
  font: 400 54px/54px "Racing Sans One", sans-serif;
  letter-spacing: -0.02em;
  color: #303030;
}
h1 a .second {
  font: 400 13px/16px "Droid Sans", sans-serif;
  color: #676767;
  margin-top: -1px;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  margin-top: 15px;
  float: none;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 43px;
}
@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 5px;
  }
}
.sf-menu > li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #676767;
  bottom: 2px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  display: block;
  text-transform: uppercase;
  font: 400 16px/16px "Racing Sans One", sans-serif;
  padding: 13px 30px 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #676767;
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.sf-menu > li > a:hover {
  color: #ffffff;
  background: #c8502a;
}
.sf-menu .sfHover > a {
  color: #ffffff;
  background: #c8502a;
}
.sf-menu .sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.current > a {
  color: #ffffff;
  background: #c8502a;
}
.sf-menu > li.current > a:after {
  color: #ffffff;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 123px;
  font: 400 14px/28px "Merriweather Sans", sans-serif;
  position: absolute;
  top: 57px;
  left: 50%;
  margin-left: -61.5px;
  background: #ffffff;
  text-align: center;
  padding: 10px 0 7px 0;
  z-index: 2;
  border: 1px solid #dbc6ad;
}
.sf-menu ul:before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 10px;
  overflow: hidden;
  background: url(../images/triangle1.png) no-repeat center top;
  top: -10px;
  left: 50%;
  margin-left: -9px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #1b1b1b;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  display: block;
  color: #1b1b1b;
  text-transform: uppercase;
}
.sf-menu ul li a:hover {
  color: #ffffff;
  background: #c8502a;
}
.sf-menu ul li + li {
  border-top: 1px solid #eaeaea;
}
.sf-menu ul > .sfHover > a {
  background: #c8502a;
  color: #ffffff;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -11px;
  left: 123px;
  margin-left: 0;
  z-index: 4;
}
.sf-menu ul ul:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  h1 a .first {
    font: 400 34px/34px "Racing Sans One", sans-serif;
   
  }
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #c8502a;
    width: 100%;
    background: #ffffff;
    font: 400 16px/16px "Racing Sans One", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
  background: url(../images/big-wrapper-background.png) repeat;
  left: 0;
}
.isStuck nav {
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content.common {
  padding-top: 32px;
}
/* ======= Box 1 Science & Technologies  ======= */
.box1 .content {
  background: url(../images/box1-background.png) repeat;
  border-top: none;
  padding: 36px 24px 30px;
}
.box1 h3 {
  color: #c8502a;
  line-height: 20px;
  font-family: "Droid Sans", sans-serif;
}
.box1 h3 a:hover {
  color: #000000;
}
.box1 p {
  line-height: 20px;
  color: #676767;
}
.box1 .btn-big {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 50px;
  }
  .box1 img {
    width: 100%;
  }
}
.box1-wrapper1 {
  margin-top: 47px;
  margin-bottom: 69px;
  overflow: hidden;
}
.box1-wrapper1 h2 {
  margin-bottom: 19px;
}
/* ======= Box 2 reservations ======= */

/* .box2 h3 {
  margin-bottom: 23px;
} */
.box2_list {
  margin-top: 29px;
  position: relative;
  padding-left: 34px;
  font: 400 13px/18px "Asap", sans-serif;
  text-transform: uppercase;
}
.box2_list .label {
  font: 400 30px/20px "Racing Sans One", sans-serif;
  color: #c8502a;
  text-transform: uppercase;
  position: absolute;
  left: 1px;
  top: 2px;
}
.box2_list:first-child {
  margin-top: 29px;
}
.box2 .btn-default {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 50px;
  }
}
/* ======= Box 3 Welcome ======= */
.box3 .heading {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .box3 .heading {
    margin-bottom: 0;
  }
}
.box3 .posts {
  margin-bottom: 23px;
}
.box3 .posts img {
  margin-bottom: 23px;
}
.box3 .posts h3 {
  margin-bottom: 2px;
}
.box3 > p {
  line-height: 20px;
}
@media (max-width: 767px) {
  .box3 {
    margin-bottom: 50px;
  }
  /* .box3 img {
    margin-top: 30px;
  } */
}
/* ======= Post 1 NEws ======= */
.post1 {
  position: relative;
  padding-left: 60px;
  padding-bottom: 16px;
}
.post1 time {
  position: absolute;
  left: 0;
  top: -5px;
  font: 400 17px/26px "Racing Sans One", sans-serif;
  color: #c8502a;
  text-align: center;
}
.post1 time span {
  display: block;
}
.post1 time span.date {
  font-size: 28px;
  margin-top: -3px;
}
.post1 h3 {
  margin-bottom: 9px;
}
.post1 .image-wrapper {
  position: absolute;
  left: 55px;
  top: 2px;
}
.post1 .image-wrapper img {
  display: block;
}
.post1 .image-wrapper .btn-default {
  margin-top: 19px;
}
@media (max-width: 979px) {
  .post1 {
    padding-left: 0;
  }
  .post1 time {
    position: relative;
    text-align: left;
    left: 0;
  }
  .post1 .image-wrapper {
    left: 0;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
  }
}
.post1-wrapper1 .post1 {
  margin-bottom: 56px;
  position: relative;
}
.post1-wrapper1 .post1 + .post1:before {
  position: absolute;
  top: -31px;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: url(../images/border1.png) repeat-x;
}
/* ======= Box 4 A few words about us ======= */
.box4 img {
  float: left;
  margin: 4px 20px 10px 0;
}
.box4 h3 {
  margin-bottom: 23px;
}
.box4 p {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .box4 {
    margin-bottom: 50px;
  }
  .box4 img {
    width: 100%;
    float: none;
    margin-bottom: 0 0 20px 0;
  }
}
/* ======= Box 5 What we offer ======= */
.box5 {
  padding-left: 69px;
  position: relative;
}
.box5 .label {
  text-align: center;
  background: #c8502a;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 4px;
  font: 700 30px/50px "Asap", sans-serif;
  color: #ffffff;
}
.box5 h3 {
  margin-bottom: 9px;
}
.box5-wrapper1 .box5 {
  margin-bottom: 32px;
}
/* ======= Box 6 Our team ======= */
.box6 img {
  margin-bottom: 16px;
}
.box6 h3 {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .box6 {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  .box6 img {
    width: 100%;
  }
}
.box6-wrapper1 {
  margin-top: 52px;
  margin-bottom: 54px;
}
.box6-wrapper1 .heading1 {
  margin-bottom: 28px;
}
/* ======= Post 2 Blog ======= */
.post2 {
  position: relative;
}
.post2 .head {
  padding-left: 56px;
  position: relative;
  margin-bottom: 12px;
}
.post2 .head h3 {
  margin-bottom: 9px;
}
.post2 .head .info .by {
  float: left;
}
.post2 .head .info .comments {
  float: right;
}
.post2 time {
  position: absolute;
  left: 0;
  top: -5px;
  font: 400 17px/26px "Racing Sans One", sans-serif;
  color: #c8502a;
  text-align: center;
}
.post2 time span {
  display: block;
}
.post2 time span.date {
  font-size: 28px;
  margin-top: -3px;
}
.post2 img {
  margin-top: 4px;
}
.post2 p {
  margin-bottom: 17px;
}
.post2 .btn-default {
  margin-top: -2px;
}
@media (max-width: 767px) {
  .post2 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.post2-wrapper1 {
  margin-bottom: 88px;
}
.post2-wrapper1 .post2 {
  margin-bottom: 26px;
}
.list1-wrapper1 {
  margin-bottom: 69px;
}
/* ======= Box 7 Latest services overview ======= */
.box7 {
  background: url(../images/box1-background.png) repeat;
  padding: 20px 20px 16px 20px;
}
.box7 img {
  margin-bottom: 16px;
}
.box7 h3 {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .box7 img {
    width: 100%;
  }
}
.box7-wrapper1 {
  margin-top: 28px;
  margin-bottom: 37px;
}
.box7-wrapper1 .box7 {
  margin-bottom: 21px;
}
/* ======= Box 8 Gallery ======= */
.box8 .gallery_image {
  margin-bottom: 16px;
}
.box8 h3 {
  margin-bottom: 9px;
}
.box8 .btn-default {
  margin-top: 15px;
}
/* ======= Gallery 1 Technologies ======= */
.gallery1 {
  margin-top: 28px;
  margin-bottom: 58px;
}
.gallery1 .box8 {
  margin-bottom: 28px;
}
/* ======= Google Map  ======= */

.google-map h3 {
  margin: 18px auto;
  font-size: larger;
  color: #4d6a79;
}
.google-map {
  text-align: center;
}

/* ======= Address  ======= */
.address-block {
  padding: 27px 19px 26px;
  background: url(../images/box1-background.png) repeat;
}
.address-block h3 {
  margin-bottom: 9px;
  color: #c8502a;
}
.address-block h3 a:hover {
  color: #000000;
}
.address-block address span {
  display: block;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 30px;
  }
  iframe {
    height: 350px;
  }
}
/* ======= Address block wrapper  ======= */
.address-block-wrapper {
  margin-bottom: 73px;
}
/* ======= Box 9 Privacy Policy ======= */
.box9 h3 {
  margin-bottom: 9px;
}
.box9 p {
  margin-bottom: 17px;
}
.box9-wrapper1 {
  margin-bottom: 64px;
}
.box9-wrapper1 .box9 {
  margin-bottom: 32px;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #c8502a;
}
.simple-link:hover {
  color: #000000;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 19px;
  position: relative;
  font: 400 13px/17px "Asap", sans-serif;
  color: #676767;
  text-transform: uppercase;
}
.list1 li:before {
  content: '';
  left: 0;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50px;
  background: #c8502a;
  display: block;
  position: absolute;
}
.list1 li + li {
  margin-top: 13px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 7px;
}
.socials1 li a i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  display: block;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #606060;
}
.socials1 li a i.fa-facebook {
  background: #4264ab;
}
.socials1 li a i.fa-facebook:hover {
  background: #7496dd;
}
.socials1 li a i.fa-twitter {
  background: #46e2ed;
}
.socials1 li a i.fa-twitter:hover {
  background: #78ffff;
}
.socials1 li a i.fa-rss {
  background: #ff9124;
}
.socials1 li a i.fa-rss:hover {
  background: #cd5f00;
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
  background: #000000;
}
.gallery_image a.big-image img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover .icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 60px;
  background: url(../images/zoom.png) no-repeat center top;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -20px;
}
.gallery_image a.big-image:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer { 
  padding: 20px 0; 
  margin-bottom: 0px;  
}
#footerContent { 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
#footerContent p { 
  color: #bbbbbb; 
}
#footerContent .column { 
  width: 18%; 
  margin: 0 20px;
}

#footerContent h3 { 
  margin-top:10px; 
  margin-bottom: 22px; 
  font-size: 24px; 
  font-weight: 300; 
  color: #CFBF96; 
}

#footer {
  padding: 27px 0;
}
#footer .privacy-block {
  font: 400 11px/18px "Droid Sans", sans-serif;
  color: #fcecce;
  float: left;
}
#footer .privacy-block a:hover {
  color: #c8502a;
}
#footer .socials1 {
  float: right;
  margin-top: -4px;
}

@media (max-width: 1200px) { 
  #footerContent .column { 
    width: 200px; 
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #606060;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  color: #c8502a;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
/*========================================================
                    Pieces
=========================================================*/
.card {
  width: 30%;
  min-width: 250px;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  background-color: #f9f9f9;
  box-sizing: border-box;
}
.card h4 {
    font-size: 13px;
  margin: 0;
  margin-bottom: 1px;
}
.card:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.old-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background-color: #eee7da;
}
.old-table th,
.old-table td {
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
}
.old-table th {
  background-color: #676767 ;
  color: white;
  text-align: left;
}
.old-table tr:nth-child(even) {
  background-color: #f7f4ef;
}
.old-table tr:hover {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
}
.auteur {
  font-style: italic;
}

@media (max-width: 560px) {
  .compagnons-table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .compagnons-table td, 
  .compagnons-table th {
    flex: 1 1 100%;
    display: block;
    box-sizing: border-box;
  }

  .compagnons-table td:nth-child(3),
  .compagnons-table th:nth-child(3) {
    display: none;
  }

  .compagnons-table td:nth-child(4),
  .compagnons-table td:nth-child(5),
  .compagnons-table th:nth-child(4),
  .compagnons-table th:nth-child(5) {
    display: none;
  }
}

/*========================================================
                    Pieces-details
=========================================================*/

.line1 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: 550;
}
.line2 {
  font-style: italic;
  color: #676767;
  margin-bottom: 8px;
}
.line3 {
  color: #3c3c3b;
  font-size: 1rem;
}
.compagnons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.compagnon-card {
  background: #f9f9f9a8;
  padding: 12px;
  border-radius: 8px;
}
.compagnon-card a {
  font-weight: bold;
  text-decoration: none;
}
.compagnon-card:hover {
  color: #AE4100;
}
.compagnon-card .role {
  color: #666;
  font-size: 0.9em;
}
.part2{
  margin-bottom: 2.5em;
}
.part2 h4{
  margin-bottom: 12px;
  margin-top: 1.5em;
}
.part2 .compagnon-card {
  max-width: calc(50% - 1.6rem);
}

/*========================================================
                    Theatre
=========================================================*/
.subsubtitle {
	font-size: 1.3em !important;
	font-weight: bold;
	color: #000;
  margin: 15px 0 ;
}
.subsubtitle:link {
	text-decoration: none;
	color: #556e00;
}
.fullContent { 
  width: 81%;
  margin: auto;
}
.fullContent p {
  font-size: 1.1em;
}
.subtitle {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}
.imgtheatre {
  margin: 10px;
  position: relative;
  bottom: 25px;
}

/*========================================================
                    Compagnons
=========================================================*/

.contact table tr td {
  padding: 5px 0;
}

a.envoyer { 
  display: inline-block;
  background-color: #AE4100; 
  color: #FFF;
  padding: 3px 8px;
}

/*========================================================
                    Admin
=========================================================*/

.admin h2 {
  margin-bottom: 10px;
}
.admin_mailall_fichier {
  padding: 20px;
}
.admin_mailall_fichier p{
  margin-bottom: 5px;
}
.admin_mailall_fichier h1 {
  font-size: 1.15em;
  margin-bottom: 15px;
}

.admin_mailall table {
  margin: 1em 0;
}
.admin table tr td {
  padding: 5px 0;
}

.but {
	font-size: 10px;
	color:#FFF;
	font-weight: bold;
	background-color: #AE4100;
	border: none;
  padding: 3px 8px;
}
.admin li {
  margin-bottom: 3px;
}
.red-hover:hover {
  color: red;
  text-decoration: none;
}

.admin_login .field {
  min-width: 160px;
}

.form_compagnon {
  width: 50%;
  margin: auto;
}

#list table tr:hover{
 background-color: #FFF;
}
.old-table th.totaux {
  text-align: center ;
}
.admin_reservations_view .field2 {
  color: unset;
}

.admin_reservations_view th.field2 {
  color: #FFF;
}