 
html,
body {
    width: 100%;
    height: 100%;
  }

body {
    font-family: Arial,sans-serif;
	
}

hr {
    max-width: 50px;
    border-color: #ffd700;
    border-width: 3px;
	}

hr.light {
    max-width: 50px;
    border-color: #F63;
    border-width: 2px;
}

hr.light2 {
    border-color: #ffd700;
    max-width:100%;
    padding:0;
    margin: 0;
	  border-width: 7px;
}

hr.light3 {
    border-color: #CCC;
    max-width:100%;
    padding-left:0;
    margin-left: 0;
	border-width: 1px;
	
}
hr.light4 {
    border-color: #0158a8;
    max-width:100%;
    padding-left:0;
    margin-left: 0;
	border-width: 7px;
}

a {
    color: #0158a8; 
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}/*gtl*/

a#lien1 {
    color: #666; 
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	text-align:left;
	font-size:16px
}

a:a#lien1:hover,
a:a#lien1:focus {
  color: #933;
  text-decoration: underline;
  font-size:16px
}

a#lien2 {
    color: #FFF; 
	text-decoration: underline;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	text-align:left;
	font-size:16px
}

a:a#lien2:hover,
a:a#lien2:focus {
  color: #C03;
  text-decoration: underline;
  font-size:16px
}


h1 {
    font-family: Arial, "Helvetica Neue", sans-serif;letter-spacing:2px; text-shadow: 2px 2px 8px #000;  }/*DS*/
	
h2
 {
   font-family: 'Cinzel', serif; color:#FFF; font-size:17px; letter-spacing:0px;  } /*lpv*/
	
h3 {
   font-family: 'Cinzel', serif; color:#fff; font-size:29px; text-shadow: 6px 8px 5px #000;}/*gtl*/

	
h4 {
  font-family: 'Cinzel', serif; color:#0158a8; font-size:25px; text-shadow: 1px 0px 3px #ccc;
	}
	
h5 {
  font-family: 'Cinzel', serif; color:#fff; font-size:25px; text-shadow: 1px 0px 3px #ccc;
	}

	
#map-container {
	height: 45%;
 	margin-top:0px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  } 
 

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #fff;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 55%;
}

/*.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 40px;
    margin-bottom: 10px;
}*/

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}


.bg-1 {
	background-image: url(../img/bg-1.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 350px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
 
}/*gtl*/


.bg-2 {
	background-color:#0158a8;	
}/*gtl*/

.bg-12 {
	background-color:#fff;
}/*gtl*/

.bg-3 {
	background-image: url(../img/bg-3.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 600px;
	position: relative;
    width: 100%;
 /*   min-height: auto;*/
    text-align: justify;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}
 

.bg-3sm {
	background-image: url(../img/bg-3.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 500px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}



.bg-4 {
	background-image: url(../img/bg-4.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 600px;
	position: relative;
    width: 100%;
 /*   min-height: auto;*/
    text-align: justify;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}
 

.bg-4sm {
	background-image: url(../img/bg-4.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 500px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}



.bg-5 {
	background-image: url(img/header5.jpg);
}/*gtl*/

.bg-6 {
	background-color:#ffd700}
/*gtl*/

.bg-15 {
	background-color:#ffd700;
}/*gtl*/

.text-titre{font-family: 'Cinzel', serif; color:#FFF; font-size:17px; letter-spacing:0px;}
.text-titre2{font-family: 'Cinzel', serif; color:#FFF; font-size:14px; letter-spacing:1px;}
.text-titre3{font-family: 'Cinzel', serif; color:#0158a8; font-size:17px;}

.text-faded {
    color: #666;font-size:16px
} /*m*/

.text-bleu {
    color: #0158a8; 
}/*gtl*/

.text-bleu2 {
    color: #0158a8; font-size:20px;
}/*gtl*/

.text-rou {
    color: #F00; font-size:15px;
}/*gtl*/

.text-bla2 {
 color: #fff; font-size:17px; letter-spacing:1px;
}  /*gtl*/

.text-bla {
 color: #fff;
}  /*gtl*/

.text-mention {
 color: #36C; font-size:14px
}  /*gtl*/

.center-block2 {
    display: block;
    margin-left: auto;
    margin-right:0px;
 }

section {
    padding: 100px 0; /*padding-left:0px; padding-right:0px; essai pour oter paddind smal tableau*/
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.padding-top-15 {
    padding-top:15px; padding-bottom:0px;
	}
.padding-top-30 {
    padding-top:30px; padding-bottom:0px;
	}
	
.padding-top-60 {
    padding-top:60px;
	}
	
.padding-bottom-20 {
    padding-bottom:20px;
	}

.padding-bottom-30 {
    padding-bottom:30px;
	}
	
.padding-bottom-10 {
    padding-bottom:10px;
	}
	
.padding15{padding-left:15px;padding-right:15px; padding-bottom:15px; padding-top:15px}
	
.margin-10{margin-left:10px; margin-right:10px;}
.margin-top-30{margin-top:30px}
.margin-top-40{margin-top:40px}
.margin-top-60{margin-top:60px}
.margin-top-100{margin-top:100px}
.padding-left-100{padding-left:100px}
.margin-top-140{margin-top:140px}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
  
.carousel-inner img {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); /* make all photos black and white */ 
      width: 100%; /* Set width to 100% */
      margin: auto;
	  
	 }
	 
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
	
 
.carousel-caption h3 {
      color: #FFF !important; /*KC*/
	  padding-bottom: 50px;/*KC ajout pour remonter*/
	  text-shadow: 1px 1px 5px #000;
  }
  
@media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
	
    }
	
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
	padding-top:50px; /* carouselle mobile deform img-cirl small */
	
}
  }
  
  --> carousel bootstrap recup --->
  
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: 100px;/*margin:1px base ajout*/
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
  
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin-bottom: 100px; /*margin:0 a la base repris du bootstrap*/
  background-color: #fff;
 
}
    --> carousel bootstrap fin  --->
.list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
.list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }


.navbar {
	
   	  font-family: 'Cinzel', serif;
	  font-weight: 600;
      margin-bottom: 0;
      /*background-color: #2d2d30;*/
	  background-color:#ededed;
      border: 0;
      font-size: 11px !important; /*menu 1 droit barre 1*/
      letter-spacing: 1px;
      opacity: 1;
	  border-bottom:solid #0158a8 1px;
	  
} /*gtl (21)*/
  
     .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 20px;
	color:#0158a8
}/*ajout gtl (24) ndd*/
  
    .navbar .navbar-header .navbar-brand:hover,
    .navbar .navbar-header .navbar-brand:focus {
        color: #0158a8 /*ndd barre 1 ET SMALL survol (9)*/
    }
  
.nav > li.active>a,
.nav>li.active>a:focus {
   /*menu lien actif barre 1 et barre small*/
    background-color: #0158a8!important;
	 color: #fff!important;
	}/*lpv*/
 

/*.navbar-nav li.active a {
      color: #fff !important;
      background-color: #000 !important;
  } */
  
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #0158a8;
	color:#FFF
}/*ajout lpv (23)*/

.navbar-default {
    border-color: rgba(34,34,34,.05);
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #993300; 
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
} /*color barre menu small*/


.navbar-default .navbar-header .navbar-brand {
    /*text-transform: uppercase;*/
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 600; /*taille ndd gauche*/
	font-size:15px;
    color: #40444a; /*couleur ndd lien actif barre menu small (7)*/
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #FFF;/
	
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px; /*(dim lien barre 1)*/
    font-weight: 600;
    color: #fff; /*couleur lien (li) sous menu smalls*/
	
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #333; /*couleur lien survol menu small*/
	
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #fff!important; /*menu lien actif barre 1 et barre small */
    background-color: transparent;
	
	}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
	
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(181,197,212,.9);
         background-color: rgba(153,51,0,.8); /*ajout pour coloré la barre menu1 (7)*/
		 
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,1); /*.7 EGAL OPACITÉ 70%ET 1 sans point 100% ET CHANGEMENT COULEUR EN HAUT À GAUCHE NDD (1) */
	 
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #CCC; /*ndd barre 1 survol (9)*/
    }

   .navbar-default .nav > li>a,
   .navbar-default .nav>li>a:focus {
         color: rgba(255,255,255,1); /*couleur des liens de la barre droite (blanc au survol dans autre cde) (4)*/
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #CCC; /*blanc menu pas ici*/
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.5);
        background-color: #000; /*couleur MENU 2 (3)*/
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #fff;/*couleur titre haut gauche*/
    }

	.navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #e73230;/*menu mobile NDD BARRE 2*/
		
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #fff;/*couleur menu blanc haut (5)*/
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #F00; /*Lien couleur barre 2 au survol*/
    }

}


.navbar-toggle .icon-bar {
  background-color: #999;
} /*couleur menu carré mobile*/

.center-block2 {
    display: block;
    margin-left: auto;
    margin-right: 0px;
 }/*ds*/
 

header {
    position: relative;
   /* width: 100%;
    min-height: auto;*/
    text-align: right;
    color: #fff;
    /*background-image: url(../img/header.jpg);
	background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	*/
    background-image: url(img/header5.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: auto;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: right;

}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(115,79,116,.9);
}

@media(min-width:768px) {
    header {
        min-height: 70%; /*100 bandeau GF*/
    }

    header .header-content {
        position: absolute;
        top: 70%;/*50 bandeau decendre texte*/
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
       /* margin-right: auto;*/
        margin-left: auto;
        max-width: 80%;
        font-size: 20px;
    }
}




.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}



@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0,0,0,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 0.8;/*survol portfolio*/
	background:#06C; /*survol portfolio*/
		
}/*ICI COULEUR DU PORTFOLIO*/

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
		
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #cdcdcd;/*lien sous sous menu au survol*/
    background-color: transparent;}
	}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #F00 ; 
}

.text-primary2 {
    color: #999 ; 
}

.text-primary3 {
    color: #993333 ;
}

.text-primary4 {
    color: #993333 ; font-size:12px
}

/*.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}*/

.no-gutter > [class*=col-] {
    padding: 0;
}


.btn-default {
	border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
	
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
	
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
	
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #F63;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
} 
.btn-a {
       color: #fff;
    background-color: #e62db4;
	font-size:11px;
    }
	

.btn-a:hover,
.btn-a:focus,
.btn-a.focus,
.btn-a:active,
.btn-a.active,
.open > .dropdown-toggle.btn-a {
    border-color: #ed431f;
    color: #fff;
    background-color: #999;
	font-size:11px;
}


.btn-b {
       color: #fff;
    background-color: #663359;
    }
	
	.btn-b:hover,
.btn-b:focus,
.btn-b.focus,
.btn-b:active,
.btn-b.active,
.open > .dropdown-toggle.btn-b {
    border-color: #ed431f;
    color: #fff;
    background-color: #999;
}


.btn-c {
       color: #fff;
    background-color: #ea74ca;
	font-size:11px;
    } 
	
	.btn-c:hover,
.btn-c:focus,
.btn-c.focus,
.btn-c:active,
.btn-c.active,
.open > .dropdown-toggle.btn-c {
    border-color: #ed431f;
    color: #fff;
    background-color: #999;
}



.btn-d {
       color: #fff;
    background-color: #39F;
	font-size:11px;
    } 
	
	.btn-d:hover,
.btn-d:focus,
.btn-d.focus,
.btn-d:active,
.btn-d.active,
.open > .dropdown-toggle.btn-d {
    border-color: #ed431f;
    color: #fff;
    background-color: #999;
}


.btn-e {
       color: #fff;
    background-color: #3CF;
	font-size:11px;
    } 
	
	.btn-e:hover,
.btn-e:focus,
.btn-e.focus,
.btn-e:active,
.btn-e.active,
.open > .dropdown-toggle.btn-e {
    border-color: #ed431f;
    color: #fff;
    background-color: #999;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #093;
    background-color: #F96;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40; /*pas ici orange*/
    background-color: #f05f40;/*pas ici orange*/
}

.btn-primary .badge {
    color: #f05f40;/*pas ici orange*/
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.img-center {margin:0 auto;}

.img3 {
box-shadow: 0px 0px 10px #999;
}

.img4{
	border-left:solid #ccc 1px; border-right:solid #ccc 1px; border-bottom:solid #ccc 1px; border-top:solid #ccc 1px; 
}/*phv*/

.img-rounded {
  border-radius: 5px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 2px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.img-thumbnail3 {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 0px;
  line-height: 1.42857143;
  background-color: #fff;
 /* border: 0px solid #ddd;*/
  border-radius: 1px;
  border: 3px solid #fff;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

body {
    webkit-tap-highlight-color: #222;
}

.trans{
	background-color: rgba(255,0,0,.5);	
	}

/*Rajout pdm forcement bas de page cause hidden*/
.pdm {display:none;
			visibility:hidden;"}
/*--------*/


