@font-face {
	font-family: "CheddarJack";
	src: url("fonts/cheddar_jack.ttf");
}


/*HEADER*/

.clear {
    clear: both;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Titillium Web', arial, sans-serif;
    color: #000000;
}

.header {
    text-align: center; 
}

.logo_header {
	text-align: center;
	padding: 40px 0 30px;
}

.logo_degetel {
    display: inline-block;
    width: 120px;
	margin: 0 15px;
}

.logo_octelio {
    display: inline-block;
    width: 120px;
	margin: 0 15px;	
}

.gif_date{
    display: inline-block;
    width: 430px;
    vertical-align: middle;
    margin: 0 20px 50px;
}

.etoiles_gauche, .etoiles_droite {
    display: inline-block;
    width: 700px;
    vertical-align: middle;
}

@media (max-width: 1900px){
	
.logo_header {
    padding: 30px 0 20px;
}

.logo_octelio, .logo_degetel {
    width: 7%;   
	margin: 0 12px;
}
    
.gif_date{
    width: 22%;
    margin: 0 0 30px;
}
 
.etoiles_gauche, .etoiles_droite {
    width: 34%;
}
    
}


/*PARTIE-PRINCIPALE*/

.main {
    background-image: url(img/fond.png);
    background-size: 100% auto;
    text-align: center;
    background-attachment: fixed;
	padding: 0 0 30px;
}

.main h1 {
    color: white;
    font-size: 37px;
    text-align: center;
    padding: 50px 30px;
    font-weight: 400;
    margin: 0px;
}

.main h1 strong {
   font-weight: 700; 
}

.liste_nouvelle {
    width: 1390px;
    margin: 0 auto;
}

.nouvelle {
    background-color: white;
    padding: 30px 35px;
    width: 350px;
    min-height: 250px;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    margin: 0 20px 40px;
    position: relative;   
    vertical-align: top;
}

.cont_nouvelle {
    overflow: hidden;
}

.largeur_nouvelle {
    width: 2000px;
}

.nouvelle h3 {
    margin: 0px;
    padding: 0 0 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.nouvelle h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    margin: 0px;
    padding: 30px 0 0;
    display: inline-block;
}

.barre {
    height: 6px;
    background-image: url(img/barre.png);
    margin: 8px 0 0;
    width: 100px;
}

.nouvelle .contenu_nouvelle:hover .barre {
    width: 100% !important;
    transition: all 0.3s;
}

.ch-info-back .nouvelle .contenu_nouvelle:hover .barre {
    width: 100px !important;
}

.hover {
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.contenu_nouvelle {
    z-index: 10;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 220px;
}

.nouvelle:hover .hover {
    width: 435px;
    height: 325px;
    transition: all 0.3s;
    left: 50%;
    margin-left: -217px;
    top: 50%;
    margin-top: -162px;
}

.contenu_texte {
    width: 840px;
    font-size: 19px;
    padding: 80px 90px 60px 90px;
    line-height: 25px;
    display: none;
}

.contenu_texte p {
    margin: 0px;
    padding: 0 0 20px;
}

.contenu_texte ol {
    margin: 0px;
    padding: 0 0 20px 80px;  
}

.contenu_texte ol li::marker {
    color: #d04276;
    font-weight: 700;
}

.contenu_texte strong {
    font-size: 22px;
}

.new_adresse {
	text-align: center;
	font-weight: bold;
}

.colonne {
	width: 42%;
	display: inline-block;
	vertical-align: top;
	padding: 0 3% 0 0;
}

.carrousel_locaux {
	width: 54%;
	display: inline-block;
	vertical-align: top;
}

.carrousel_locaux_img {
	height: 295px;
}

.carrousel_locaux img {
	width: 100%;
	display: none;
}

#carrousel_locaux_img_1 {
	display: block;
}

.carrousel_locaux_menu {
	text-align: center;
}

.bt_carrousel {
	display: inline-block;
	height: 4px;
	width: 35px;
	background-color: #e6e6e6;
	margin: 25px 1px 0;
	cursor: pointer;
}

.bt_carrousel_select {
	background-color: #808080;
}

.bt_carrousel:hover {
	background-color: #808080;
}

.bt_close {
    background-image: url(img/bt_close.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
}

.bt_close:hover {
    background-image: url(img/bt_close_hover.png);
}

.ch-item {
    height: 310px;
    width: 420px;
    display: inline-block;
    margin: 0 20px 40px;
    position: relative;
    vertical-align: top;
}

.ch-item .nouvelle {
    margin: 0px;
}

.ch-info-wrap{
	position: absolute;
	width: 420px;
        height: 310px;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}

.ch-info{
	position: absolute;
	width: 420px;
        height: 310px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
        background-color: white;
}

.ch-info-front {
    background-color: white;
}

.ch-info-back .nouvelle h2 {
    font-size: 28px;
    padding: 0px;
    line-height: 30px;
}

.ch-info-back .nouvelle h3 {
    padding: 0 0 20px;
}

.ch-info-back .nouvelle p {
        font-size: 17px;
    line-height: 22px;
    margin: 0px;
    padding: 20px 0 0;
}

.ch-info-back .nouvelle ul {
     font-size: 17px;
    line-height: 22px;
    margin: 0px;
    padding: 30px 0 0 20px;
}

.nouvelle_attente {
    background-color: transparent;
    background-image: url(img/trans.png);
    color: white;
    top: -20px;
    cursor: auto;
}

.nouvelle_attente h2 {
    text-align: center;
    font-size: 24px;
    width: 100%;
    padding: 60px 0 0;
}

.encart_nouvelle {
    opacity: 0;
    top: 100px;
    vertical-align: top;
}

#logo_degetel {
    width: 300px;
    margin: 0 0 20px;
    position: relative;
    left: -30px;
    transition: all 0.3s;
    opacity: 0;
}

.pilier {
        width: 160px;
    margin: 10px 2px 30px 0px;
    position: relative;
}

#pilier_5 {
    right: -60px;
}

.anim_etoiles {
	width: 500px;
	height: 390px ;
	position: absolute;
	top: -40px;
	left: -40px;
	opacity: 0.5;
	background-size: 100%;
	display: none; 
}

.bt_offre {
	color: #000000;
	position: absolute;
	right: 30px;
	bottom: 25px;
	z-index: 10;
}

.valeur {
	    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #8064f4;
    text-align: center;
    width: 19%;
    margin: 25px 0 0 0;
	text-transform: uppercase;
	position: relative;
	opacity: 0;
}

#valeur_1 {
	left: 20px;
}

#valeur_2 {
	color: #bc4d9d;
	left: 20px;
}

#valeur_3 {
	color: #d44782;
	left: 20px;
}

#valeur_4 {
	color: #d14b68;
	left: 20px;
}

#valeur_5 {
	color: #e43336;
	left: 20px;
}

.valeur img {
	width: 60%;
    display: block;
    margin: 0 auto 20px;
}


@media (max-width: 1900px){
    
.main h1 {
    font-size: 30px;
    padding: 40px 30px;
}

.liste_nouvelle {
    width: 1190px;
}

.nouvelle {
    padding: 30px 30px;
    width: 300px;
    min-height: 195px;
    margin: 0 15px 35px;
}

.contenu_nouvelle {
    height: 215px;
}

.nouvelle:hover .hover {
    width: 380px;
    height: 285px;
    margin-left: -190px;
    margin-top: -142px;
}

.nouvelle h2 {
    font-size: 30px;
    line-height: 30px;
    padding: 20px 0 0;
}

.nouvelle h3 {
    font-size: 14px;
}

.ch-item {
     width: 360px;
        height: 275px !important;
    display: inline-block;
    margin: 0 15px 35px;
    position: relative;
    vertical-align: top;
}

.ch-info {
    width: 360px;
    height: 245px;
    margin: 0px;
}

.ch-info-wrap {
    width: 360px;
    height: 245px;
}

.ch-item .nouvelle img {
    width: 100%;
}

.ch-info-back .nouvelle h2 {
    font-size: 24px;
    line-height: 26px;
}

.ch-info-back .nouvelle p, .ch-info-back .nouvelle ul {
    font-size: 15px;
    line-height: 19px;
}

.encart_nouvelle {
    height: 215px;
}

.nouvelle_attente h2 {
    font-size: 22px;
    padding: 50px 0 0;
}

.contenu_texte {
    width: 720px;
    font-size: 17px;
    padding: 70px 90px 50px 90px;
    line-height: 21px;
}

.contenu_texte strong {
    font-size: 20px;
}

.carrousel_locaux_img {
	height: 255px;
}


#logo_degetel {
    width: 250px;
    margin: 0 0 20px;
}

.pilier {
    width: 135px;
    margin: 10px 2px 20px 0px;
}

.anim_etoiles {
	width: 420px;
    height: 340px;
	position: absolute;
	top: -30px;
	left: -30px;
}

.bt_offre {
	font-size: 15px;
}

.valeur {
    font-size: 15px;
    margin: 15px 0 0 0;
}
    
}

@media (max-width: 1230px){
    
    .main {
        text-align: left;
    }
    
.gif_date {
    width: 28%;
    margin: 0 0 30px;
}

.etoiles_gauche, .etoiles_droite {
    width: 32%;
}

.logo_octelio, .logo_degetel {
    width: 9%;
}
    
.main h1 {
    font-size: 28px;
    padding: 30px 30px;
}
    
.liste_nouvelle {
    width: 790px;
}

.contenu_texte {
    width: 400px;
    font-size: 15px;
    padding: 70px 90px 50px 30px;
    line-height: 20px;
}

.contenu_texte strong {
    font-size: 18px;
    line-height: 23px;
}

#logo_degetel {
    width: 200px;
    margin: 0 0 10px;
}

.pilier {
    width: 135px;
    margin: 0px 2px 2px 0px;
}

.colonne {
	width: 100%;
}

.carrousel_locaux {
	width: 100%;
}

.contenu_texte .lille_adresse {
    padding: 0px 0 40px;
}

.valeur {
    font-size: 13px;
    margin: 15px 0 20px 0;
    width: 30%;
}

valeur img {
    margin: 0 auto 15px;
}
    
}

@media (max-width: 810px){
    
.etoiles_gauche, .etoiles_droite {
    display: none;
}

.gif_date {
    width: 37%;
}

.logo_header {
    padding: 25px 0 15px;
}

.logo_octelio, .logo_degetel {
    width: 12%;
}
    
.main h1 {
    font-size: 25px;
    padding: 30px 30px 35px;
    line-height: 26px;
}
 
.liste_nouvelle {
    width: 605px;
}

.nouvelle {
    width: 230px;
    padding: 20px 20px;
    min-height: 165px;
}

.ch-info {
    width: 270px;
    height: 205px;
}

.ch-info-wrap {
    width: 270px;
    height: 205px;
}

.ch-item {
    width: 270px;
    height: 205px !important;
}

.contenu_nouvelle {
    height: 165px;
}

.encart_nouvelle {
    height: 165px;
}

.nouvelle:hover .hover {
    width: 285px;
    height: 218px;
    margin-left: -143px;
    margin-top: -109px;
}

.nouvelle h3 {
    font-size: 12px;
}

.nouvelle h2 {
    font-size: 23px;
    line-height: 23px;
    padding: 0px 0 0;
}

.barre {
    height: 4px;
    margin: 5px 0 0;
    width: 70px;
}

.ch-info-back .nouvelle h2 {
    font-size: 19px;
    line-height: 20px;
}

.ch-info-back .nouvelle h3 {
    padding: 0 0 15px;
}

.ch-info-back .nouvelle p {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 0 0;
}

.ch-info-back .nouvelle ul {
	font-size: 12px;
    line-height: 15px;
    padding: 15px 0 0 20px;
}

.contenu_texte {
    width: 530px;
    font-size: 13px;
    padding: 0;
    line-height: 16px;
}

#logo_degetel {
    width: 150px;
}

.contenu_texte strong {
    font-size: 15px;
    line-height: 18px;
}

.bt_close {
    width: 15px;
    height: 15px;
}

.nouvelle_attente h2 {
    font-size: 19px;
    padding: 30px 0 0;
}

.anim_etoiles {
	width: 330px;
    height: 270px;
}

.contenu_texte .lille_adresse {
    padding: 0px 0 25px;
}

.carrousel_locaux {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.bt_offre {
	font-size: 12px;
	    right: 20px;
    bottom: 15px;
}

.valeur {
    font-size: 12px;
    margin: 10px 0 10px 0;
    width: 19%;
}

.valeur img {
    margin: 0 auto 15px;
}
   
   
}

@media (max-width: 635px){
    
.gif_date {
    width: 280px;
    margin: 0 0 10px;
}
  
.liste_nouvelle {
    width: 100%;
}

.logo_octelio, .logo_degetel {
    width: 70px;
}

.logo_header {
    padding: 20px 0 5px;
}

.main {
    text-align: center;
    background-size: auto 100%;
}

.nouvelle {
    margin: 0 0 30px;
}

.ch-item {
    margin: 0 15px 30px;
}

.contenu_texte {
    width: 230px;
}

.hover {
    display: none !important;
}

.carrousel_locaux {
    width: 100%;
}

.carrousel_locaux_img {
    height: 140px;
}

.bt_carrousel {
	height: 3px;
	width: 25px;
}

.valeur {
    margin: 10px 0 15px 0;
    width: 45%;
}

.valeur img {
    margin: 0 auto 10px;
}

#encart_nouvelle_18 .ch-info-back .nouvelle h3 {
    padding: 0 0 5px;
}
    
}


/*FOOTER*/

.footer {
	background-color: white;
	width: 100%;
}

.logos_footer {
	padding: 30px 30px 0;
	position: relative;
	float: left;
	width: 220px;
}

.logos_footer img {
	height: 40px;
	margin: 0 20px 0 0;
}

.reseaux_sociaux_footer {
	padding: 30px 30px 0;
	position: relative;
	float: right;
	width: 150px;
	text-align: right;
}

.bt_RS {
	display: inline-block;
	width: 31px;
	height: 31px;
	margin: 0 0 0 5px;
}

.bt_RS_linkedin {
	background-image: url(img/ico_linkedin.jpg);
}

.bt_RS_facebook {
	background-image: url(img/ico_facebook.jpg);
}

.footer p {
	color: #7d7c7c;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	text-align: center;
	height: 1px;
	top: -55px;
}

@media (max-width: 1230px){
	
.footer p {
	width: 330px;
	margin: 0 auto;
	height: 15px;
}

.footer p span {
	display: block;
}

.logos_footer {
	top: -5px;
}
	
}

@media (max-width: 810px){

.logos_footer {
	float: none;
	text-align: center;
	width: 100%;
	padding: 30px 0px 0px;
}

.reseaux_sociaux_footer {
	float: none;
	text-align: center;
	width: 100%;
	padding: 10px 0px 0px;
}

.footer p {
	top: 0px;
	height: auto;
	padding: 20px 0 30px;
	width: 100%;
	font-size: 11px;
}
	
}






