﻿/*@site 	: Forum Est-Horizon  */
/*@version 	: 2016  */
/*@autor 	: alexandre t. */
/*@date 	: février 2016*/
/*@contenu	: le code CSS du site internet est contenu dans (1) ce fichier et (2) dans le dossier bootstrap (reutilisation de code)*/

/* ================================================================= */
/*		SUMMARY														 */
/* ================================================================= */

/* part 1. code couleur du logo	 */

/* ================================================================= */
/*		part 1 : code couleur du logo								 */
/* ================================================================= */

/* bleu turquoise : rgba(119, 189, 180, 1) */
/* violet : rgba(164, 19, 4, 1) */
/* rouge : rgba(213, 7, 28, 1) */
/* jaune orange : rgba(247, 196, 6, 1) */

/* ================================================================= */
/*		part 2 : html & body								 		 */
/* ================================================================= */

html,
body {
  height: 100% !important;
  margin: 0;
  padding: 0 !important;
}

/* ================================================================= */
/*		part 3 : navigation									 		 */
/* ================================================================= */

.navbar-default {
  /* background-color: #222 !important; */
  background-color: rgba(34, 34, 34, 0.8) !important;
  border-color: #080808 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff !important;
  background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white !important;
}

.navbar-default a {
  color: silver !important;
}

.dropdown a {
  color: silver !important;
}

.dropdown-menu a {
  color: black !important;
  background-color: white;
}

.dropdown-menu li a:hover {
  color: white !important;
  background-color: rgba(213, 7, 28, 1);
}

/* ================================================================= */
/*		part 3 : footer							 		 */
/* ================================================================= */

footer a {
  color: rgba(201, 4, 26, 1);
}

/* ================================================================= */
/*		part 4 : Buttons									 		 */
/* ================================================================= */
.btn-link:hover {
  color: white !important;
  text-decoration: none;
}
.btn-link {
  text-decoration: none;
  color: silver !important;
}

.btn-lg {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.btn-primary {
  color: white !important;
  border-color: white !important;
  background-color: transparent !important;
}

.btn-primary:hover {
  background-color: rgba(213, 7, 28, 1) !important;
}

.btn-secondary {
  color: rgba(213, 7, 28, 1) !important;
  border-color: rgba(213, 7, 28, 1) !important;
  background-color: transparent !important;
}

.btn-secondary:hover {
  background-color: rgba(213, 7, 28, 1) !important;
  color: white !important;
  border-color: white !important;
}

.btn-tertiary {
  background-color: rgba(213, 7, 28, 1) !important;
  color: white !important;
  border-color: white !important;
}

.btn-tertiary:hover {
  background-color: rgba(213, 7, 28, 1) !important;
  color: white !important;
  border-color: white !important;
}

/* ================================================================= */
/*		part 4 : carousel									 		 */
/* ================================================================= */

/* ------------------------------------------------------------------*/
/* 		part 4.1 carousel */
/* ------------------------------------------------------------------*/
.carousel-caption {
  top: 55%;
  transform: translateY(-50%);
  bottom: initial;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* .carousel, .item, .active {
height:100% !important;
} */

.carousel,
.item,
.active {
  height: 600px !important;
}

.carousel-inner {
  height: 100% !important;
}

.carousel-indicators .active {
  height: 12px !important;
}

/* ------------------------------------------------------------------*/
/* 		part 4.2 slides */
/* ------------------------------------------------------------------*/

.slide1 {
  height: 100%;
  background: url(/images/v2/slides/Image12.jpg) no-repeat top fixed;
  background-size: cover;
}

.slide2 {
  height: 100%;
  background: url(/images/v2/slides/centre.jpg) no-repeat top fixed;
  background-size: cover;
}

.slide3 {
  height: 100%;
  background: url(/upload/group/2023.jpg) no-repeat center center fixed;
  background-size: cover;
}

.slide4 {
  height: 100%;
  background: url(/images/v2/slides/conference.jpg) no-repeat center center
    fixed;
  background-size: cover;
}

/* .slide4{ */
/* height : 100%; */
/* background: url(/images/v2/slides/coronavirusNB.png) no-repeat center center fixed ; */
/* background-size: cover; */
/* } */

/* .slide5{ */
/* height : 100%; */
/* background: url(/images/v2/slides/mesuresCovid.jpg) no-repeat center center fixed ; */
/* background-size: cover; */
/* } */

/* ================================================================= */
/*		part 5 : articles									 		 */
/* ================================================================= */

/* ------------------------------------------------------------------*/
/* 		part 5.1 articles */
/* ------------------------------------------------------------------*/
.article {
  width: 100%;
  display: inline-block;
  padding: 50px 0;
  position: relative;
}

.first {
  padding-top: 150px;
}

/* ------------------------------------------------------------------*/
/* 		part 5.2 arcticle - type 1 */
/* ------------------------------------------------------------------*/

.art-typ1 {
  background-color: rgba(247, 196, 6, 1);
  /* top : -60px; */
  position: relative;
}

/* ------------------------------------------------------------------*/
/* 		part 5.3 arcticle - type 3 */
/* ------------------------------------------------------------------*/

.art-typ3 {
  background-color: rgba(201, 4, 26, 1);
  padding: 0px !important;
}

.art-typ3 h2 {
  color: white !important;
}

.art-typ3 h4 {
  margin-top: 10px;
  color: white;
}

.art-typ3 h1 {
  margin-top: 50px;
  color: white;
}

.art-typ5 {
  /* 	background: url(images/articles/exposants.jpg) no-repeat top fixed ;
	background-size: cover; */
  background-color: rgba(119, 189, 180, 1);
}

.art-typ5 p {
  color: rgba(239, 239, 239, 1) !important;
}

.art-typ10 {
  position: relative;
  /* background: url(images/articles/entrepreneuriat2.jpg) no-repeat top fixed ;
	background-size: cover; */
}

.art-typ30 {
  width: 100%;
  background: url(/images/v2/articles/artem.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
/* ================================================================= */
/*		part 6 : text									 		 */
/* ================================================================= */

.featurette-heading-2:after {
  background: white !important;
}

.featurette-heading {
  margin-top: 30px !important;
}

.featurette-heading {
  /* text-transform: uppercase; */
  color: black;
  text-align: center;
  padding-bottom: 50px;
}

.featurette-heading :after {
  content: "";
  display: block;
  height: 1px;
  width: 100px;
  margin: 10px;
  background: #e50303;
  text-align: center;
  margin: 20px auto 0 auto;
}

.text-justify {
  text-align: justify !important;
}

.lead {
  font-size: 1.2em !important;
}

/* ================================================================= */
/*		part 7 : glyphicon									 		 */
/* ================================================================= */

.glyphicon-icon-figures {
  top: 39px !important;
}

.icon-figures {
  width: 125px;
  height: 125px;
  font-size: 40px;
  color: rgba(201, 4, 26, 1);
  line-height: 1.3333333;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  vertical-align: middle;
}

.icon-figures:hover {
  color: rgba(201, 4, 26, 1);
}

/* ================================================================= */
/*		part 8 : timetable									 		 */
/* ================================================================= */
.timetable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.timetable div {
  text-align: center;
  vertical-align: middle;
}

.timetable p {
  font-size: 1.2em;
}

.timetable .heure {
  font-size: 1em;
  color: black;
  text-align: left;
}

.timetable .heure p {
  margin-bottom: 0px !important;
}

.timetable .box {
  border-radius: 13px;
  margin: 0 5px;
  border: 5px solid white;
}

.bleu-nuance-1 {
  background-color: #b0c4de;
  color: white !important;
}

.bleu-nuance-3 {
  background-color: #938669;
  color: white !important;
}

.bleu-nuance-2 {
  background-color: rgba(247, 196, 6);
  color: white !important;
}

.bleu-nuance-4 {
  background-color: rgba(109, 138, 125, 1);
  color: white !important;
}

/* ================================================================= */
/*		part 8 : icones									 		 */
/* ================================================================= */

.icones a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d4d4d4 none repeat scroll 0% 0%;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.icones a:hover {
  background-color: #e50303;
}

.icones img {
  width: 50px;
  vertical-align: middle;
  top: -25px;
}

.icon-figures-2 {
  width: 125px;
  height: 125px;
  font-size: 40px;
  color: white;
  line-height: 125px;
  border-radius: 50%;
  background-color: rgba(201, 4, 26, 1);
  text-align: center;
  vertical-align: middle;
}

/* ================================================================= */
/*		part 8 : team									 		 */
/* ================================================================= */
.team img {
  border-radius: 50%;
  width: 170px;
}

.team > div {
  margin-top: 40px;
  margin-top: 40px;
}

.team h3 {
  font-size: 20px !important;
  color: black !important;
}
.team a {
  color: silver !important;
  text-decoration: none !important;
}

.team a:hover {
  color: #e50303 !important;
  text-decoration: none !important;
}

/* ================================================================= */
/*		part 8 : sphere									 		 */
/* ================================================================= */
.sphere {
  width: 220px;
  height: 220px;
  margin: 0 5%;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 10px;
}

/* ================================================================= */
/*		part 8 : calendar									 		 */
/* ================================================================= */

.calendar {
  text-align: center;
  width: 180px;
  height: 180px;
  margin: 40px auto;
}

.calendar div {
  border: 1px solid #ccc;
  border-radius: 10px;
}

.calendar-top {
  width: 100%;
  height: 20%;
  margin-bottom: -1px;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: red;
}

.calendar-bottom {
  width: 100%;
  height: 80%;
  margin-bottom: 10px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: white;
}

.calendar p {
  font-family: arial;
  text-decoration: none;
}

.calendar-day {
  font-size: 70px;
  color: black;
}

.calendar-month {
  font-size: 25px;
  text-transform: uppercase;
  color: white;
}

.calendar-year {
  font-size: 10px;
  color: black;
}
/* ================================================================= */
/*		part 8 : acces									 		 */
/* ================================================================= */

.acces p {
  line-height: 115px !important;
}

.acces img {
  width: 50px;
}

/* ================================================================= */
/*		part 8 : Animations									 		 */
/* ================================================================= */

/* ------------------------------------------------------------------*/
/* 		part 8.1 : bottom to top   */
/* ------------------------------------------------------------------*/

.animated.bottom_to_top {
  -webkit-animation: bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: bottom_to_top 0.6s 1 cubic-bezier(0, 0.63, 0.68, 0.19);
  opacity: 1;
}

@-webkit-keyframes bottom_to_top {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-moz-keyframes bottom_to_top {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-o-keyframes bottom_to_top {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes bottom_to_top {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* ------------------------------------------------------------------*/
/* 		part 8.2 : growing animation  3 */
/* ------------------------------------------------------------------*/

.animated.growing {
  -webkit-animation: growing 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: growing 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: growing 0.3s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: growing 0.3s 1 cubic-bezier(0, 0.63, 0.68, 0.19);
  opacity: 1;
}

@-webkit-keyframes growing {
  0% {
    transform: scale(0.2);
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-moz-keyframes growing {
  0% {
    transform: scale(0.2);
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-o-keyframes growing {
  0% {
    transform: scale(0.2);
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes growing {
  0% {
    transform: scale(0.2);
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* ------------------------------------------------------------------*/
/* 		part 8.2 : right & left translations animation  3 */
/* ------------------------------------------------------------------*/

.animated.right {
  -webkit-animation: right 0.6s 1 linear;
  -moz-animation: right 0.6s 1 linear;
  -o-animation: right 0.6s 1 linear;
  animation: right 0.6s 1 linear;
  opacity: 1;
}

@-webkit-keyframes right {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes right {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-o-keyframes right {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes right {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.animated.left {
  -webkit-animation: left 0.6s 1 linear;
  -moz-animation: left 0.6s 1 linear;
  -o-animation: left 0.6s 1 linear;
  animation: left 0.6s 1 linear;
  opacity: 1;
}

@-webkit-keyframes left {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes left {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-o-keyframes left {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes left {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

/* ================================================================= */
/*		part * : others									 		 */
/* ================================================================= */

.v-center {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}

.center-block {
  text-align: center;
}

.bottom_line {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 4px;
  background: url(images/articles/bottom_line.png) repeat-x;
  z-index: 1000;
}

.margin-0 {
  margin: 0px !important;
}

.margin-TB20 {
  margin: 20px auto !important;
}

.padding-50 {
  padding: 50px !important;
}

/* .footer {
	position: absolute;
	bottom: 0;
} */
