/*
   ==========================================================================
   Base styles: opinionated defaults
   ==========================================================================
*/

a {
    text-decoration: underline;
}

.references a {
    text-decoration: none;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #212121;
    text-align: justify;
}

h1 {
    color: #FFF;
    font-size: 40px;
}

h2 {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    padding: 15px 0;
}

h3 {
    font-size: 21px;
    color: #f15a50;
}

h4 {
    font-size: 18px;
}

h5 {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 16px;
}

h6 {
    text-transform: uppercase;
    font-size: 12px;
    color: #4a4a4a;
}

.popup-cookie-info {
    display: none;
    /*position: absolute;
	top: 0;
	left: 0;
	width: 100%;*/
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: #000;
    color: #fff;
    z-index: 9999
}

.popup-cookie-info .container {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-align: center;
}

.popup-cookie-content {
    display: inline-block;
}

.popup-cookie-info p {
    margin: 0 0 5px 0 !important;
    text-align: left;
}

.plus-info-cookies {
    margin-left: 10px;
}

.popup-cookie-text {
    float: left;
}

.popup-cookie-button {
    float: left;
    width: 150px;
    margin-left: 10px;
}

.popup-cookie-button:after {
    content: "";
    display: block;
    clear: both;
}

.container_langue_select {
    text-align: right;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-top: 20px !important;
}

.langue_select {
    list-style: none;
    margin: 0;
}

.langue_select li {
    display: inline-block;
}

.langue_select li a {
    padding: 0px 3px;
    font-size: 12px;
}

.langue_select li a.active {
    font-weight: bold;
    text-decoration: none;
}

.menu_principal {
    margin: auto !important;
    float: none !important;
    display: block;
    width: 450px;
}

.main_wrapper.information-cookies {
    margin-top: 40px;
}

.information-cookies h2:first-child {
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    .cookie-image {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .popup-cookie-text,
    .popup-cookie-button {
        float: none;
    }
    .popup-cookie-button {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .popup-cookie-text,
    .popup-cookie-button {
        padding: 0 15px;
    }
}

.TitreGris {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    padding: 15px 0;
}

.TitreOrange,
.TitreOrangeCentre {
    font-size: 21px;
    color: #f15a50;
    font-weight: bold;
    padding: 0;
}

.TitreOrange {
    text-align: left;
}

.TitreOrangeCentre {
    text-align: center;
}

.TitreNoir {
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}

.TitreNoirCentre {
    font-weight: normal;
    text-align: center;
    font-size: 20px;
}

.TitreNoirGras {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
}

.TitreNoir,
.TitreNoirCentre,
.TitreNoirGras {
    color: #000;
    margin: 10px 0;
}

.menu-princ ul li a {
    color: #337AB7;
}

.banner {
    background: #176fbe;
    text-align: center;
}

.grey_background {
    background: #f8f8f8;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.container {
    padding-top: 0px;
    padding-bottom: 4px;
}

.container table h3 {
    color: #F15A50;
    margin-bottom: 4px;
    margin-top: 10px;
}

.container h1 {
    font-size: 30px;
    margin-top: 10px;
}

.main_wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 600px;
}

.half_width:nth-of-type(1) {
    margin-right: 2%;
}

.home_icons {
    max-width: 250px;
    padding: 20px 25px 0px 25px;
}

.Service_icons {
    max-width: 300px;
    padding: 5px 25px 25px 20px;
}

.button {
    background: #f15a50;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 8px 23px 8px 23px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer;
    color: #FFF;
    text-transform: uppercase;
    border: 2px solid #f15a50;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.button:hover {
    text-decoration: none;
    background: #fff;
    color: #f15a50;
}

footer {
    background: #212121;
    padding-bottom: 80px;
    color: #4a4a4a;
    text-align: center;
}

footer a {
    color: #808080;
}

footer a:hover {
    text-decoration: none;
}

footer .signature {
    padding-top: 20px;
}

strong {
    font-weight: bolder;
}

.button-blue {
    background: #176fbe;
    border-color: #176fbe;
}

.button-blue:hover {
    color: #176fbe;
}

.center {
    text-align: center;
}

.home_certif_img {
    max-width: 200px;
}

element.style {}

@media (min-width: 768px) {
    .navbar-right {
        margin-top: 15px;
        margin-right: 0;
    }
}

#Mobile li img {
    float: left;
    margin-right: 15px;
}

#Formations img {
    margin-left: 10px;
}

/*
	Digital Marketing
*/

.dm-def {
    margin-top: 40px;
    font-size: 20px;
    text-align: justify;
}

/*
    agence
*/

.intro {
    font-style: italic;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
}

.faces {
    border-width: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: solid 3px #FFF;
    display: inline-block;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.second-nav {
    background: #f8f8f8;
}

.second-nav .navbar-nav>li>a,
.second-nav .navbar-nav>a,
.second-nav .navbar-nav>.active>a {
    color: #212121;
}

.second-nav .navbar-nav>li>a:hover,
.second-nav .navbar-nav>.active>a,
.second-nav .navbar-nav>.active>a:hover {
    color: #176fbe;
}

.navbar-nav li a {
    text-decoration: none;
}

/*
    Realisations

*/

.realisation-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.img-wrapper {
    width: 270px;
    height: 270px;
    padding: 20px;
    margin: 0 auto;
}

.img-wrapper img {}

.img-wrapper:hover {
    background: #f1f1f1;
}

/*

 services


*/

.sidebar-wrap {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: left;
}

/*

    contact

 */

.contact-form {
    margin-top: 35px;
}

/*
    Custom boostrap

*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

nav .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-top {
    position: relative;
}

.navbar {
    margin-bottom: 0px;
    border: none;
}

.navbar-nav>li>a:hover,
.navbar-nav>.active>a,
.navbar-nav>.active>a:hover {
    color: #463265;
    background-color: #f9f9f9;
}

.brand-name {
    font-size: 25px;
    padding: 15px;
}

.brand {
    color: #176fbe;
}

.brand:hover {
    color: #176fbe;
    text-decoration: none;
}

.nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
    color: #fff;
    background-color: #428bca;
}

.nav-sidebar a.ActiveNav {
    text-decoration: underline;
}

.nav-sidebar a {
    text-decoration: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.tab-content {
    /*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 0px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding:10px;*/
}

/* site pro */

#MiseEnPageSitePro h2 {
    font-size: 23px;
    font-weight: normal;
    padding: 15px 0;
    text-align: left;
}

#MiseEnPageSitePro h3 {
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.Propose,
.Resume,
.Conseil {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.Propose img,
.Resume img,
.Conseil img {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.Propose div,
.Resume div,
.Conseil div {
    background-color: #f8f8f8;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 15px;
    min-height: 200px;
}

.Propose p,
.Propose ul,
.Conseil p,
.Conseil ul,
.Resume p,
.Resume ul {
    text-align: left;
}

.Propose li,
.Conseil li,
.Resume li {}

.ActiveNav {
    color: #337ab7;
    background-color: #e6e6e6;
}

.Boulot {
    font-weight: bold;
}

.LivreNom {
    margin-bottom: 0px;
    background-image: url('../img/comments.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 30px;
    padding-top: 4px;
}

.LivreInfos {
    color: #6C6C7A;
    margin-bottom: 3px;
    padding-left: 30px;
}

.LivreMessage {
    margin-bottom: 20px;
    max-width: 1000px;
    padding-left: 30px;
}

footer li a {
    text-decoration: none;
}

.nav-tabs a {
    text-decoration: none;
}

.nav-tabs>li.active>a {
    background-color: #F5F5F5;
}

.breadcrumb a {
    text-decoration: none;
}

.PlanSite li a {
    text-decoration: none;
}

.TheClear {
    clear: none;
}

@media (max-width:650px) {
    .TheClear {
        clear: both;
    }
}

.TitreContact {
    font-size: 20px;
    margin-bottom: 3px;
}

#IndexPresentation {
    width: 900px;
    margin: 0px auto;
    text-align: center;
}

#IndexPresentation a {
    text-decoration: none;
}

#IndexPresentation li a {
    color: #000;
    text-decoration: none;
}

#IndexPresentation li a:hover {
    color: #337aa8;
    text-decoration: underline;
}

@media (max-width:985px) {
    #IndexPresentation {
        width: 100%;
        margin: 0px auto;
    }
    .home_icons {
        max-width: 220px;
    }
}

@media (max-width:775px) {
    .navbar-nav li a {
        border-top: 1px solid #efefef;
        text-decoration: none;
    }
    .navbar-nav li:last-child a {
        border-bottom: 1px solid #efefef;
    }
}

@media (max-width:685px) {
    #IndexPresentation {
        width: 300px;
        margin: 0px auto;
    }
    #IndexPresentation td {
        display: inline;
        text-align: center;
    }
    .home_icons {
        max-width: 250px;
    }
}

.LienVert a {
    text-decoration: none;
    color: black;
    padding-left: 0px;
}

.LienVert a:hover {
    color: #296FBB;
    font-style: bold;
}

.LienVert {
    padding-left: 20px;
}

.LienVert li {
    margin-bottom: 6px;
}

.BouttonAllign {
    text-align: left;
    margin-right: 0px;
}

#TableauPolesAnalyse {
    border-collapse: collapse;
}

#TableauPolesAnalyse tr {
    border-bottom: 1px solid black;
    text-align: left;
}

#TableauPolesAnalyse tr th {
    padding: 5px;
    border-left: 0px solid black;
    text-align: center;
}

#TableauPolesAnalyse tr td {
    padding: 5px;
    border-bottom: 1px solid black;
}

#TableauPolesAnalyse tr:last-child td,
#TableauPolesAnalyse tr:last-child {
    border-bottom: 0px solid black;
}

#TableauPolesAnalyse tr td:first-child {
    width: 200px;
    text-align: center;
}

#TableauPolesAnalyse tr td:last-child {
    width: 400px;
}