@font-face { 
    font-family: Eurostile; 
    src: url('../fonts/EurostileLTStd.otf'); 
}

@font-face { 
    font-family: Eurostile; 
    src: url('../fonts/EurostileLTStd-Bold.otf');
    font-weight: bold;
}

@font-face { 
    font-family: EurostileQuote; 
    src: url('../fonts/EurostileLTStd-DemiOblique.otf');
    font-weight: bold;
    font-style: italic;
}

@keyframes registerButton {
    0% {color: #e53b2e;}
    50% {color: red;}
    100% {color: #e53b2e;}
}
@media (min-width: 1250px) {
    .decalageNavbar
    {
        margin-left: 30px;
    }
}

html
{
  position: relative;
  min-height: 100%;
}

body
{
    margin-bottom: 60px;
    font-family: Eurostile;
}

.footer
{
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 210px;
}

.subnav
{
    font-size: 12px;
    list-style-type: disc;
    line-height: 1.1;
    max-height: 0px;
    overflow: hidden;
}

.subnav.open
{
    max-height: 100px;
}

.navbar-nav>li:hover .subnav
{
    max-height: 100px;
}

.subnav a
{
    color: #555555;
}

.subnav a:hover
{
    color: #e53b2e;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>.active, .navbar-default .subnav>li>.active
{
    color: #e53b2e;
}

.mainContainerIndex
{    
    height: 500px;
}

.mainContainer
{    
    height: 410px;
}

@media (max-width: 767px) {
    .mainContainerIndex, .mainContainer
    {    
        height: 200px;
    }
}

.mainImage
{
    z-index: -2;
    float: left;
    height: 100%;
    width: 100%;
    background-image: url("../images/mainImage.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.backImage
{
    float: left;
    top: 119px;
    height: 490px;
    width: 505px;
    position: fixed;
    left: -96px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.bi1
{
    background-image: url("../images/mainBackImage-1.png");
}

.bi2
{
    background-image: url("../images/mainBackImage-2.png");
}

.bi3
{
    background-image: url("../images/mainBackImage-3.png");
}

.bi4
{
    background-image: url("../images/mainBackImage-4.png");
}

.bi5
{
    background-image: url("../images/mainBackImage-5.png");
}

.bi6
{
    background-image: url("../images/mainBackImage-6.png");
}

.bi7
{
    background-image: url("../images/mainBackImage-7.png");
}

.mainMotif
{
    z-index: -3;
    background-image: url("../images/mainMotif.png");
    background-size: auto 100%;
    padding-left: 441px;
    position: relative;
    height: 100%;
    margin-left: 15px;
}
@media (max-width: 767px) {
    .backImage
    {
        display: none;
    }
    .mainImage
    {
        background-image: none;
    }
    .mainMotif
    {
        margin-left: 0;
        padding-left: 0;
    }
}

.textMainMotif
{
    position: absolute;
    bottom: 30px;
    color: white;
    text-align: center;
}

.textMainMotif span:nth-child(1)
{
    font-size:90px;
    line-height: 20px;
}

.textMainMotif span:nth-child(2)
{
    font-size:70px;
}

.textMainMotif span:nth-child(3)
{
    font-size:30px;
}

.textMainMotif span:nth-child(5)
{
    font-size:70px;
    line-height: 50px;
}

.textMainMotif span:nth-child(7)
{
    font-size:30px;
}

@media (max-width: 767px) {
    .textMainMotif
    {
        position: absolute;
        bottom: 10px;
        color: white;
        text-align: center;
        right: 50px;
    }

    .textMainMotif span:nth-child(1)
    {
        font-size:50px;
        line-height: 20px;
    }

    .textMainMotif span:nth-child(2)
    {
        font-size:20px;
    }

    .textMainMotif span:nth-child(3)
    {
        font-size:20px;
    }

    .textMainMotif span:nth-child(5)
    {
        font-size:40px;
        line-height: 30px;
    }

    .textMainMotif span:nth-child(7)
    {
        font-size:30px;
    }
}

.registerButton
{
    z-index: 10;
    background-color: #ffcc03;
    font-weight: bold;
    display: inline-block;
    float: right;
    margin-right: 5%;
    padding: 7px 10px;
    border-radius: 0 0 15px 15px;
}

.registerButton a
{
    color: #e53b2e;
    animation-name: registerButton;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.registerButton a:hover
{
    color: #e53b2e;
}

.title
{
    font-size: 24px;
}

.subtitle
{
    margin-top: 0;
    font-size: 26px;
    color: #e53b2e;
    font-weight: 900;
}

.sponsor-title
{
    line-height: 0;
    font-size: 20px;
    color: #e53b2e;
    font-weight: 900;
}

.table-title
{
    line-height: 0;
    font-size: 16px;
    color: #e53b2e;
    font-weight: 900;
    margin-top: 5px;
    margin-bottom: 25px;
}

.special-text
{
    font-weight: bold;
    font-style: italic;
    color: #359cc9;
}

.blue
{
    color: #359cc9;
}

.red
{
    color: #e53b2e;
}

.content
{
    margin-top: 60px;
}

.content-text
{
    padding-left: 25px;
}

.content-images tr td
{
    padding-bottom: 5px;
    padding-right: 5px;
}

.content-images img
{
    width: 100%;
}

.footer-content
{
    background-color: #ffcc03;
    height: 70px;
    padding-top:5px;
    padding-left: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footer-image
{
    background-image: url("../images/footerImage.png");
    width: 673px;
    height: 140px;
    position: absolute;
    bottom:69px;
    right: 0;
    background-size: cover;
}

.table-registration
{
    width: 100%;
}

.table-registration tr td, .table-registration tr th
{
    padding: 5px;
}

.table-registration th
{
    background-color: #ffcc03;
    font-weight: normal;
    white-space: nowrap;
}

.table-registration, .table-registration tr, .table-registration td, .table-registration th
{
    border: 1px solid black;
}

.table-programme .special-cell
{
    background-color: #ffcc03;
    color : #e53b2e;
    font-weight: bold;
}

.table-programme
{
    width: 100%;
    margin-bottom: 15px;
}

.table-programme tr td
{
    padding: 5px;
}

.table-programme, .table-programme tr, .table-programme td
{
    border: 1px solid black;
}

.table-hotels, .table-hotels tr, .table-hotels td, .table-hotels th
{
    border: 2px solid #ffcc03;
}

.table-hotels th
{
    background-color: #dfe2e4;
    text-align: center;
    font-weight: normal;
}

.table-hotels
{
    width: 100%;
    margin-bottom: 15px;
}
.table-hotels tr td, .table-hotels tr th
{
    padding: 5px;
}

.table-hotels tr td
{
    white-space: nowrap;
}

.table-hotels td:not(:first-child)
{
    text-align: center;
}

.content hr
{
    border-color: #359cc9;
}

.calage
{
    clear: both; /* Se positionne en dessous de tous les flottants */
    height: 0;
    width: 100%;
	border:none;
    height:20px;
}

.download-icon
{
    float: left;
    margin-right:5px;
}

.download-text
{
    line-height: 1;
    margin-top: 16px;
}

.download-text1
{
    color: #ffcc03;
    font-weight: bold;
}

.download-text2
{
    color: #414549;
    font-weight: bold;
}

.sponsor-box
{
    width: 135px;
    height: 70px;
    border: 2px solid #ffcc03;
    border-radius: 10px;
    float: left;
    margin: 5px;
}

.sponsor-image
{
    width: 93%;
    margin-left: auto;
	margin-right: auto;
	display: block;
    border-radius: 10px;
}

.download-link:hover {
    text-decoration: none;
}

@media (max-width: 1250px) {
    .boxTextSuppMainMotif
    {
        display:none;
    }
}

.boxTextSuppMainMotif {
    position: absolute;
    font-size: 25px;
    font-style: italic;
    line-height: 1;
    text-indent: -0.8em;
    color: white;
    bottom: 50px;
    left: 820px;
}

.boxTextSuppMainMotif b {
    font-family: EurostileQuote;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #e53b2e;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media (min-width: 992px) {
    .dl-exhib-manual
    {
        margin-top: 80px;
    }
}

