/* Dataxy 2018 */

/* FONT */

@font-face {
    font-family: 'oswald';
    src: url('font/oswald.eot');
    src: local('oswald'), url('font/oswald.ttf') format('truetype');
}

/* GENERAL */

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    background: url(images/fond2.png);
    font: 1em arial, sans-serif;
    color: #046;
}

#contenu {
    margin: 0 auto;
    width: 980px;
}

#page {
    display: flex;
    flex-wrap: wrap;
}

#angle {
    display: none;
}

a {
    color: #f50;
    text-decoration: none;
}

a:hover {
    color: #f82;
    text-decoration: none;
}

::-moz-selection {
    background: #f50;
    color: #000;
}

::selection {
    background: #f50;
    color: #000;
}

input[type=text],
input[type=password],
textarea,
select {
    width: 100%;
    font: 1.1em arial, sans-serif;
    border: none !important;
    background: #F05900 !important;
    padding: 5px 8px;
    margin-bottom: 10px;
    color: #046;
    opacity: 1;
    border-radius: 3px;
    transition-property: opacity;
    transition-duration: .3s;
}

input[type=text]:hover,
input[type=password]:hover,
textarea:hover,
select:hover,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    opacity: .8;
}
label {
		margin-left:7px;
		margin-left:7px;
}
input[type=radio],
input[type=checkbox] {
    /*font: 1em bold arial, sans-serif;*/
    /*border: none !important; */
    /*background: #F05900; */
    /*padding: 8px 15px 6px; */
    /*border-radius: 3px; */
    /*text-transform: uppercase; */
    /*color: #fff; */
    /*cursor: pointer; */
    /*opacity: .8; */
    /*-webkit-appearance: none; */
    /*transition: opacity .3s; */
}
input[type=button],
input[type=submit] {
    font: 1em bold arial, sans-serif;
    border: none !important;
    background: #F05900;
    padding: 8px 15px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    opacity: .8;
    -webkit-appearance: none;
    transition: opacity .3s;
}
input[type=button]:hover,
input[type=submit]:hover {
    opacity: 1;
}

ul {
    padding-left: 0;
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

/* TITRE HAUT */

#barre_titre {
    position: relative;
    overflow: hidden;
}
.popup {
  position : absolute;
  text-align : center;
  height : auto;
  max-width : 750px;
  margin: auto;
  margin-top: 75px;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-color : #fafaa0;
  background : url(images/otepinfo.jpg) no-repeat;
  background-size:contain;
  z-index:10000;
  display:none;
}

#barre_titre h1 {
    position: absolute;
    top: 55px;
    left: 210px;
    font-size: 1.6em;
    text-shadow: 0 0 8px #eee;
}

/* MENU PRINCIPAL */

#barre_onglets_der {
    height: 40px;
    background: #F05900;
    position: relative;
    z-index: 100;
}

/*menu*/

#barre_onglets_der .menu li {
    float: left;
}

.menulink {
    display: block;
    height: 40px;
    padding: 7px 15px 0;
    font: bold 18px oswald, sans-serif;
    text-transform: uppercase;
    color: #004264;
}

.menulink:hover {
    color: #fff;
}

li[onmouseover="passe(this);"] .menulink {
    background: url(images/fleche.gif) no-repeat right 5px top 19px;
    padding-right: 30px;
}

/*sous-menu*/

.menu ul {
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    top: 40px;
    display: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}

.menu ul li {
    float: left;
}

.menu ul li a {
    display: block;
    width: 140px;
    padding: 15px;
    border-right: 1px solid #eee;
    color: #046;
    font-weight: bold;
    line-height: 1.05em;
}

.menu ul li a:hover {
    opacity: .8;
}

.menu ul li img {
    display: block;
    margin-bottom: 5px;
}

/* COLONNE */

#colonne {
    width: 220px;
    padding: 15px;
    min-height: 500px;
    background-color: #004264;
    color: #fff;
}

#colonne .zone {
    margin: 0 0 0 0;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

#colonne h2 {
    font: 1.2em/1em oswald, sans-serif;
    padding-bottom: 10px;
}

#colonne img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 5px;
}

#colonne a {
    color: #f50;
}

/* MAIN */

#main_01 {
    background: #eee;
    width: 760px;
    padding: 30px 30px;
}

#main_01 .fen {
    background: #fff;
    margin-bottom: 20px;
    padding: 25px 20px;
    border-radius: 10px;
}

#main_01 h1 {
    font: 1em/1em oswald, sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 5px;
	display: none;
}

#main_01 h2 {
    font: 1.5em/1em oswald, sans-serif;
    margin-bottom: 5px;
    color: #457C99;
    text-align: left;
}

#main_01 .zone h2 {
    font: 1em/1em oswald, sans-serif;
    margin-bottom: 5px;
    color: #457C99;
    text-align: left;
}

#main_01 .fen ul {
    padding-left: 16px;
}

#main_01 .fen li {
    padding-top: 8px;
    list-style: url(images/puce.png);
}

.titres_bas,
.titres_haut {
    font-weight: normal;
    font-size: .9em;
	/*display: none;*/
}

/*VISIONNEUSE PHOTO*/

.apercus_photos {
    background: #bbb;
    padding: 5px;
    text-align: center;
}

.apercus_photos img {
    width: auto;
    height: 40px;
    text-align: left;
    display: inline;
    text-align: center;
}

.photo {
    background: #ccc;
    padding-top: 15px !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
}

/* FOOTER */

#colonne_blocs2 {
    background: #f8f8f8;
    box-shadow: 0 -6px 6px rgba(0, 0, 0, .05);
    display: flex;
    flex-wrap: wrap;
}

#colonne_blocs2 .zone {
    flex: 1 240px;
    padding: 20px;
}

#colonne_blocs2 h2 {
    font: 1.1em oswald, sans-serif;
    color: #046;
    background: #F05900;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#colonne_blocs2 a {
    /*display: block;*/
    width: 220px;
    text-align: left;
    border-bottom: 1px solid;
}

/* SLIDER */

#titre-slidervisio1,
#titre-slidervisio2,
#titre-slidervisio3,
#titre-slidervisio4,
#titre-slidervisio5 {
    visibility: hidden;
}

#fond-slidervisio1,
#fond-slidervisio3,
#fond-slidervisio4,
#fond-slidervisio5 {
    width: 700px;
    height: 440px;
    z-index: 3;
    color: #fff;
}
#fond-slidervisio2 {
    width: 700px;
    height: 440px;
    z-index: 3;
    color: #fff;
}
/*
.container {
    background: #ccc;
    width: 700px;
    height: 274px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
*/
#containervisio1,
#containervisio3,
#containervisio4,
#containervisio5{
    background: #ccc;
    width: 700px;
    height: 435px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
#containervisio2{
    background: #ccc;
    width: 700px;
    height: 435px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.slides {
    position: absolute;
}

.slides>div {
    position: absolute;
    top: 0;
    width: 700px;
    display: none;
}

#loopedSlidervisio1,
#loopedSlidervisio2,
#loopedSlidervisio3,
#loopedSlidervisio4 {
    position: relative;
}

.photo-slider img {
    width: 700px;
}
/*
.previous,
.next {
    height: 27px;
    width: 27px;
    position: absolute;
    top: 130px;
    cursor: pointer;
    z-index: 100;
    border-radius: 3px;
    opacity: 1;
    transition-property: opacity .3s;
}

.previous:hover,
.next:hover {
    opacity: .9;
}

.previous {
    background: url(images/gauche.gif) 2px;
    left: 5px;
}

.previous:active {
    background: url(images/gauche.gif) 0;
}

.next {
    background: url(images/droite.gif);
    right: 5px;
}

.next:active {
    background: url(images/droite.gif) 2px;
}
*/
#previousvisio1,
#previousvisio3,
#previousvisio4,
#previousvisio5,
#nextvisio1,
#nextvisio3,
#nextvisio4,
#nextvisio5{
	visibility:hidden;
    height: 27px;
    width: 27px;
    position: absolute;
    top: 190px;
    cursor: pointer;
    z-index: 100;
    border-radius: 3px;
    opacity: 1;
    transition-property: opacity .3s;
}
#previousvisio2,
#nextvisio2{
	visibility:hidden;
    height: 27px;
    width: 27px;
    position: absolute;
    top: 190px;
    cursor: pointer;
    z-index: 100;
    border-radius: 3px;
    opacity: 1;
    transition-property: opacity .3s;
}
#previousvisio1:hover,
#previousvisio2:hover,
#previousvisio3:hover,
#previousvisio4:hover,
#previousvisio5:hover,
#nextvisio1:hover,
#nextvisio2:hover,
#nextvisio3:hover,
#nextvisio4:hover,
#nextvisio5:hover {
    opacity: .9;
}

#previousvisio1,
#previousvisio2,
#previousvisio3,
#previousvisio4,
#previousvisio5 {
    background: url(images/gauche.gif) 2px;
    left: 5px;
}

#previousvisio1:active,
#previousvisio2:active,
#previousvisio3:active,
#previousvisio4:active,
#previousvisio5:active {
    background: url(images/gauche.gif) 0;
}
#nextvisio1,
#nextvisio2,
#nextvisio3,
#nextvisio4,
#nextvisio5 {
    background: url(images/droite.gif);
    right: 5px;
}
#nextvisio1:active,
#nextvisio2:active,
#nextvisio3:active,
#nextvisio4:active,
#nextvisio5:active {
    background: url(images/droite.gif) 2px;
}


@media (max-width: 1000px) {
    #contenu {
        width: 100%;
    }
    #colonne {
        width: auto;
        flex: 1;
    }
    #main_01 {
        width: auto;
        flex: 3;
    }
    #barre_titre h1 {
        top: 5vw;
        left: 20vw;
    }
    #fond-slidervisio1,
    #fond-slidervisio2,
    #fond-slidervisio3,
    #fond-slidervisio4 {
        display: none;
    }
}

@media (max-width: 850px) {
    #barre_onglets_der {
        height: auto;
    }
    #barre_onglets_der .menu li {
        float: none;
    }
    .menulink {
        width: 100%;
        display: block;
        height: auto;
        font-size: 1em;
    }
    .menu ul {
        background: #fff;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: 70%;
    }
    .menu ul li a {
        width: 100%;
        height: auto;
        border-right: 0;
        border-bottom: 1px solid #eee;
        padding: 10px;
    }
    .menu ul li img {
        display: none;
    }
}

@media (max-width: 630px) {
    #barre_titre h1 {
        display: none;
    }
    .menu ul {
        width: 50%;
    }
    #colonne,
    #main_01 {
        flex: auto;
        width: 100%;
    }
    #colonne {
        order: 2;
        display: flex;
        flex-wrap: wrap;
    }
    #colonne .zone {
        flex: 1 200px;
        padding: 15px;
    }
    #colonne_blocs2 {
        order: 3;
    }
}
