@charset "UTF-8";

/*** CSS 2013 ***/
ul,ol {
	list-style: none;
	padding:0;
	margin:0;
}

#blockGlobal {
	width: 100%;
	padding: 0;
	margin: 0;
}

#blockGlobal #blockTop div {
	float: none;
	padding:0;
	background: none;
}

/* Réseaux sociaux */
#blockGlobal #network {
	background: url("reseaux-sociaux.png") no-repeat 0 0;
	height: 231px;
	position: fixed;
	right: 0;
	top: 25%;
	width: 55px;
	z-index: 999999;
}
#blockGlobal #network .btn {
    background: url("bgd_socialbuttons2.png") no-repeat scroll 50% 0 transparent;
    float: left;
    height: 29px;
    margin: 0 0 7px;
    width: 29px;
}
#blockGlobal #network .contact {
    background-position: 0 -36px;
}
#blockGlobal #network .facebook {
    background-position: 0 -72px;
}
#blockGlobal #network .twitter {
    background-position: 0 -108px;
}
#blockGlobal #network .linkedin {
    background-position: 0 -144px;
}
#blockGlobal #network .google {
    background-position: 0 -180px;
}
#blockGlobal #network a {
    opacity: 1;
    transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
}
#blockGlobal #network a:hover {
    opacity: 0.85;
}

#blockGlobal #network ul {
	list-style: none outside none;
	margin: 12px 0 0 19px;
	padding: 0;
	width: 29px;
}

#blockGlobal #network .btn span {
	display: none;
}
/****/

/* block help*/
#blockGlobal #help {background: no-repeat  0 0 ; height: 219px; position: fixed; right: -2px; top: 741px; width: 328px; z-index: 999999; }
#blockGlobal #help .advise {color: #4D4D4D; font-family: 'Lucida Sans','Lucida Grande','Lucida Sans Unicode','Luxi Sans',Arial,sans-serif; font-size: 12px; margin: 0; padding: 71px 35px 0 0; text-align: right; }
#blockGlobal #help .phone {color: #1071B6; font-family: 'Amaranth',Arial,sans-serif; font-size: 21px; font-weight: 400; margin: 0; padding: 7px 44px 0 0; text-align: right; }
#blockGlobal #help .talkToUs {margin: 0; padding: 0; width: 134px; }

/* block top menu*/
#blockGlobal #blockTop {background: none repeat  0 0 #4B4B4B; border-bottom: 4px solid #F7F7F7; color: #FFFFFF; height: 31px; margin: 0; padding: 0; width: 100%; }
#blockGlobal #blockTop .innerBlock {margin: 0 auto; width: 1000px; }
#blockGlobal #blockTop .menu {float: left; margin: 0; padding: 0; width: 1000px; }
#blockGlobal #blockTop .menu > li {background: url("bgd_menu_top_separ.gif") no-repeat right 1px ; height: 31px; float: left; font-size: 13px; list-style: none outside none; margin: 0; text-transform: uppercase; position: relative; }
#blockGlobal #blockTop .menu > li a {color: #FFFFFF; float: left; font-family: 'Titillium Web',sans-serif; font-size: 16px; font-weight: 400; height: 31px; line-height: 29px; margin: 0; padding: 0 15px; position: relative; display: -moz-inline-stack; }
#blockGlobal #blockTop .menu > li a:hover {color:#b6b6b6;}
#blockGlobal #blockTop .menu > li.first a {background: url("bgd_pictoHomeMenu.png") no-repeat  0 6px ; padding-left: 15px; }
#blockGlobal #blockTop .menu > li.first a span span span span { display:none; }
#blockGlobal #blockTop .menu > li .item1 {padding: 0 18px 0 0; }
#blockGlobal #blockTop .menu > li .item2 {padding: 0 12px 0 9px; }
#blockGlobal #blockTop .menu > li.mail a {font-style: italic; text-transform: capitalize; }
#blockGlobal #blockTop .menu > li .item3 {padding: 0 15px 0 12px; }
#blockGlobal #blockTop .menu > li.mail a sup {font-family: 'Titillium Web',sans-serif; font-size: 10px; font-weight: 400; text-transform: capitalize; }
#blockGlobal #blockTop .menu > li .item4 {padding: 0 15px 0 13px; }
#blockGlobal #blockTop .menu > li .item5 {padding: 0 14px 0 13px; }
#blockGlobal #blockTop .menu > li .item6 {padding: 0 14px 0 10px; }
#blockGlobal #blockTop .menu > li.module {background: none repeat  0 0 ; }
#blockGlobal #blockTop .menu > li.module a {background: no-repeat  center top ; color: #276D9F; height: 29px; line-height: 26px; margin-top: 1px; text-align: center; width: 168px; } #blockGlobal #blockTop .menu li .item7 {padding: 0 16px 0 11px; }
#blockGlobal #blockTop .menu > li.last {background: none repeat  0 0 ; border-right: 1px solid #222222; float: right; width: 127px; }
#blockGlobal #blockTop .menu > li.last a {background: url("MainMenu_panier.png") no-repeat  0 0 ; float: right; font-family: 'Convergenc',sans-serif; font-size: 13px; font-weight: 400; margin: 0; padding: 0 9px 0 35px; white-space: nowrap; }

#blockGlobal #blockTop .menu > li .submenu {
	background: #fff;
	-moz-box-shadow: 0px 2px 5px 0px #cfcfcf;
	-webkit-box-shadow: 0px 2px 5px 0px #cfcfcf;
	-o-box-shadow: 0px 2px 5px 0px #cfcfcf;
	box-shadow: 0px 2px 5px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=2, Strength=5);
	position: absolute;
    top: 31px;
	left: -2px;
    z-index: 10;
	width: 100%;
	border: 1px solid #fff;
	display: none;
}

#blockGlobal #blockTop .menu > li .submenu a {color: #4B4B4B; background: none; text-transform: none; display: block; padding:3px 0 2px; width:100%;  }
#blockGlobal #blockTop .menu > li .submenu a:hover { background: #f5f5f5; }

/* blockheader*/
#blockGlobal #blockHeader {background: none; height: 105px; width: 100%; }
#blockGlobal #blockHeader .innerBlock {margin: 0 auto; width: 1000px; }
#blockGlobal #blockHeader .logo {float: left; height: 85px; margin-top: 13px; width: 240px; }
#blockGlobal #blockHeader .logo span { display: none; }
#blockGlobal #blockHeader .headerBaseline {color: #0E5DA4; font-family: 'Titillium Web',sans-serif; font-size: 25px; font-style: italic; font-weight: 300; line-height: 24px;  padding:30px 0 0 25px; position: relative; height: 44px; width: 285px; float: left; }
#blockGlobal #blockHeader .headerBaseline span {color: #464646; display: block; font-family: 'Titillium Web',sans-serif; font-size: 25px; font-style: italic; font-weight: 300; left: 21px; position: relative; }
#blockHeader .blockNumHotline1 { background-position: 0 36px !important; padding-left: 6px !important; float: right; height: 107px; margin: -2px -8px 0 0; position: relative; width: 280px; }
#blockHeader .blockNumHotline1 .phone {color: #1071B6; font-family: 'Amaranth',sans-serif; font-size: 27px; font-style: normal; font-weight: 400; line-height: 17px; position: absolute; right: 97px; text-align: right; top: 38px; word-spacing: -3px; }
#blockHeader .blockNumHotline1 .phone .price {color: #D3D3D3; display: block; font-family: arial,sans-serif; font-size: 11px; } 

/* block carousel*/
.blockCarouselHome {clear: both; position: relative; }
.blockCarouselHome .flexslider .innerBlockSlider .flex-control-paging {background: url("bgd-control-nav.png") no-repeat  center 0 ; bottom: 100px; display: block; height: 14px; padding: 6px 0 0; position: absolute; right: 12px; text-align: right; width: 100%; z-index: 9; }
.blockCarouselHome .flexslider .innerBlockSlider{width:1000px; margin: 0 auto; position: relative; } 
.blockCarouselHome .flexslider {background: url("bgd-slider.png") repeat-x 0 0; /*height: 737px !important;*/ }
.blockCarouselHome .flexslider .flex-direction-nav {position: absolute; top: 37%; width: 100%; z-index: 100; } 
#blockGlobal #blockSearch {bottom: 21px; left: 0; margin: 0; padding-top: 10px; position: absolute; width: 100%; z-index: 1; }
.blockCarouselHome .flexslider .flex-control-paging li {display: inline; padding: 0 2px; } 
.blockCarouselHome .flexslider .flex-control-paging a {background: url("picto-no-active.png") no-repeat  0 0 ; display: inline-block; font-size: 0; height: 8px; vertical-align: top; width: 8px; } #blockGlobal #blockSearch .innerBlock {background: no-repeat  50% 0 ; height: 109px; margin: 0 auto; width: 1000px; }
.blockCarouselHome .flexslider .flex-control-paging a.flex-active {background: url("picto-active.png") no-repeat  0 0 ; border: medium none; padding: 1px; } #blockGlobal #blockSearch form p {float: left; margin: 20px 0 0; padding: 0; }
#blockGlobal #blockSearch h2 {background: none repeat  0 0 ; color: #FFFFFF; float: left; font-family: 'Titillium Web',sans-serif; font-size: 19px; font-style: normal; font-weight: 600; line-height: 20px; margin: 31px 0 0; padding: 8px 0 0 23px; text-align: left; width: 220px; }
#blockGlobal #blockSearch h2 span {background: none; color: #FFFFFF; font-family: 'Titillium Web',sans-serif; font-size: 19px; font-style: normal; font-weight: 600; text-transform: uppercase; }
#blockGlobal #blockSearch form p #ndd {background: no-repeat  0 0 #FFFFFF; border: 0 none; border-radius: 6px 0 0 6px; color: #949494; font-family: arial,sans-serif; font-size: 22px; font-style: italic; height: 54px; margin: 15px 0 0 34px; padding: 0 0 0 106px; width: 412px; }
#blockGlobal #blockSearch form p label {display: none; }
 #blockGlobal #blockSearch form p .domainSubmit {border: 0 none; margin-top: 15px; }
/* blockHomePromo */
#blockGlobal #blockHomePromo {font-family: "Lucida Grande",Arial,Helvetica,sans-serif; width: 100%; }
#blockGlobal #blockHomePromo .innerBlock {margin: 0 auto; width: 1000px; }
#blockGlobal #blockHomePromo .promoDomain {background: url("bg-promoDomain.gif") no-repeat  right 0 ; float: left; height: 128px; margin: 18px 0 0; position: relative; text-align: center; width: 249px; }
#blockGlobal #blockHomePromo .promoDomain a {background: no-repeat  50% 1px ; color: #6B6B6B; float: left; font-family: 'Titillium Web',sans-serif; font-size: 16px; font-weight: 400; line-height: 19px; padding: 58px 0 0; text-transform: uppercase; width: 249px; }
#blockGlobal #blockHomePromo .promoDomain a span {color: #AA4799; } 
#blockGlobal #blockHomePromo .promoDomain a:hover,#blockGlobal #blockHomePromo .promoDomain a span:hover{color:#000;}
#blockGlobal #blockHomePromo .promoAddessMail a:hover,#blockGlobal #blockHomePromo .promoDomain a span:hover{color:#000;}
#blockGlobal #blockHomePromo .promoReserve a:hover,#blockGlobal #blockHomePromo .promoReserve a span:hover{color:#000;}
#blockGlobal #blockHomePromo .promoAddessMail {background: url("bg-promoDomain.gif") no-repeat  right -6px ; float: left; height: 128px; margin: 18px 0 0; padding-top: 6px; position: relative; text-align: center; width: 253px; }
#blockGlobal #blockHomePromo .promoAddessMail a {background: no-repeat  50% 6px ; color: #6B6B6B; float: left; font-family: 'Titillium Web',sans-serif; font-size: 16px; font-weight: 400; line-height: 19px; padding: 52px 0 0; text-transform: uppercase; width: 253px; }
#blockGlobal #blockHomePromo .promoAddessMail a span {color: #AA4799; }
#blockGlobal #blockHomePromo .promoAddessMail a .inclus {color: #ADADAD; display: block; font-family: 'Lucida Sans','Lucida Grande','Lucida Sans Unicode','Luxi Sans',Arial,sans-serif; font-size: 12px; margin-top: 4px; text-transform: lowercase; }
#blockGlobal #blockHomePromo .promoReserve {background: url("bg-promoDomain.gif") no-repeat  right 0 ; float: left; height: 128px; margin: 18px 0 0 2px; padding-top: 2px; position: relative; text-align: center; width: 252px; }
#blockGlobal #blockHomePromo .promoReserve a {background: no-repeat  50% 4px ; color: #6B6B6B; float: left; font-family: 'Titillium Web',sans-serif; font-size: 16px; font-weight: 400; line-height: 19px; padding: 60px 0 0; text-transform: uppercase; width: 252px; }
#blockGlobal #blockHomePromo .promoReserve a span {color: #AA4799; }
#blockGlobal .blockCreateSite {background: no-repeat  0 0 ; float: left; height: 119px; left: 2px; margin-bottom: 18px; margin-top: 13px; padding: 17px 0 0 24px; position: relative; text-align: center; width: 220px; }
#blockGlobal .blockCreateSite a {color: #4F98C9; font-family: 'Convergence',sans-serif; font-size: 13px; font-weight: 400; text-transform: uppercase; }
#blockGlobal .blockCreateSite a span {color: #000000; font-family: 'Convergence',sans-serif; font-size: 13px; font-weight: 400; text-transform: uppercase; }
/* block .blockNousService*/
#blockGlobal .blockNousService {background: repeat-x  0 0 ; height: 54px; width: 100%; }
#blockGlobal .blockNousService .innerBlock {height: 54px; margin: 0 auto; width: 1000px; }
#blockGlobal .blockNousService .service {display: block; float: right; height: 37px; margin: 8px 246px 0 0; width: 527px; }
/* blockCenter*/
#blockGlobal #blockCenter {margin: 0; padding: 0 0 16px; width: 100%; }
#blockGlobal #blockCenter .innerBlock {margin: 0 auto; width: 1000px; }
#blockGlobal #column-1{width:756px; padding: 6px 0 0 !important;}
#blockGlobal #column-1 h2 {background: none repeat  0 0 ; color: #276D9F; padding: 15px 0 19px; }
#blockGlobal #column-1 h2 span {background: url("bgd_maintitle-1.gif") no-repeat scroll 0 center transparent; color: #276D9F; display: inline-block; font-size: 20px; font-weight: normal; line-height: 27px; padding: 0 0 0 30px; }
#blockGlobal #column-1 .blockReserved {background: no-repeat scroll left top transparent; display: block; height: auto !important; margin: 0 0 12px; min-height: 90px; }
#blockGlobal #column-1 .blockReserved p {padding: 0 0 0 100px; }
#blockGlobal #column-1 .blockGaranty {background: no-repeat scroll 0 0 transparent; float: left; height: 289px; width: 262px; }
#blockGlobal #column-1 .blockGaranty h2 {background: none repeat scroll 0 0 transparent; border-bottom: 1px dotted #A8A8A8; margin: 8px 10px; padding: 0 0 5px; }
#blockGlobal #column-1 .blockViaducContact {background: url("bgd_blockteam-contact.png") no-repeat scroll left top transparent; display: block; float: left; height: auto !important; margin: -20px 0 0; min-height: 265px; position: relative; }
#blockGlobal #column-1 .blockViaducContact .line-1 {padding: 15px 10px 0 250px; text-align: left; }
#blockGlobal #column-1 .blockViaducContact .line-2 {float: left; padding: 27px 0 0 283px; }
#blockGlobal #column-1 .blockViaducContact .line-3 {color: #7AB529; float: left; font-size: 16px; font-weight: bold; padding: 0 0 0 281px; }
#blockGlobal #column-1 .blockViaducContact .line-4 {color: #A8A8A8; float: left; font-size: 10px; padding: 5px 0 0 5px; }
#blockGlobal #column-1 .blockViaducContact .line-6 {float: left; padding: 21px 0 0; width: 95%; }

/* column 2*/

#blockGlobal #column-2 {float: right; margin-left: 10px; overflow: hidden; padding: 30px 0 0 !important; width: 233px; }
#blockGlobal #column-2 .blockOfferCol {margin: 0 0 17px; }
#blockGlobal #column-2 .blockExtensions {margin: 0 0 14px; }
#blockGlobal #column-2 .blockExtensions .last {margin-right: 0; }
#blockGlobal #column-2 .blockExtensions a {float: left; }
#blockGlobal #column-2 .blockWhiteBook .block {background: no-repeat scroll 0 0 transparent; display: block; height: 108px; margin-bottom: -5px; position: relative; width: 231px; }
#blockGlobal #column-2 h2 {margin-top: 15px; font-weight: normal; }
#blockGlobal #column-2 h2.style-2 {margin-top: 15px;color: #666666; font-family: "Lucida Grande","Lucida sans unicode",Arial,Verdana,sans-serif; text-transform: uppercase; background: no-repeat center top; height: 26px; padding: 3px 0 0 9px; }

#blockGlobal #column-2 .blockContent-home {background: repeat-x scroll center top transparent; border: medium none; }
#blockGlobal #column-2 .blockContent-home .innerContent {background: url("bgd-blockContent-bottom.gif") no-repeat scroll center bottom transparent; height: 59px; margin-bottom: 17px; }
#blockGlobal #column-2 .picto-payment {display: block; margin: 0 auto; padding: 7px 0; width: 216px; }
#blockGlobal #column-2 .blockOfferColOuter {height: 300px; margin: 0 0 12px; }
#blockGlobal #column-2 .blockOfferCol.ruban {margin-top: 0; }
#blockGlobal #column-2 .blockHebergPro {float: left; height: 300px; width: 233px; }
#blockGlobal #column-2 .blockHebergPro .block {position: relative;background: no-repeat scroll 0 0 transparent; display: block; float: left; height: 292px; width: 233px; }

/* block footer*/
#blockFooter {background-color: #F5F5F6; border-top: 1px solid #E4E4E5; margin: 0 0 10px; padding: 10px 0 50px; }
#blockFooter .footerContent {color: #777777; margin: 0 auto; text-align: left; width: 1000px; }
#blockFooter .block-1 {background: none !important; margin-top: -9px; padding: 0 31px 0 1px; position: relative; }
#blockFooter .block-1 .editoFooter {width: 220px; background: none;}
#blockFooter .block-1 img {display: block; margin: 5px 0 10px; }
#blockFooter .block-1 p {color: #7D7D7D; font-size: 11px; line-height: 12px; margin: -53px 0 0 49px; padding: 0 0 10px; }
#blockFooter .block-1 .parag-01 {margin: 0; padding: 0 0 10px; text-align: justify; }
#blockFooter .block-1 .blockCopy {color: #7D7D7D; font-style: italic; margin-top: 0; }
#blockFooter .block-1, #blockFooter .block-2, #blockFooter .block-3, #blockFooter .block-4 {float: left; height: 130px; padding: 0 14px; width: 219px; } #blockFooter .block-2 {padding-left: 45px; }
#blockFooter li a{color:#7d7d7d;}
#blockFooter li a:hover{color:#000;}
#blockFooter .block-3 {padding-right: 0; }
#blockFooter .block-4 {float: left; margin-left: 6px; padding: 1px 0 0; text-align: left; }

#blockCenter .blockAboutUs .aboutExpert .line-2 { background-position: right 85px;}


/*** CSS viaduc-commercial ***/
/* ==========================================================================
 *    Bandeau cookies
 * ========================================================================== */
.tarteaucitron-modal-open{
    overflow: hidden;
    height: 100%;
}

#tarteaucitronRoot {
    z-index:999;
}
#tarteaucitronRoot.tarteaucitronBeforeVisible::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: " ";
    z-index: 50;
    background: rgba(238, 238, 238, 0.7);
    position: fixed;
}

#tarteaucitronContentWrapper {display:unset;}

/** 27032021 **/
button.tarteaucitron-toggle-group {
    display: block;
}
span.tarteaucitronH3 {
    font-weight: 700!important;
}
#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
    font-weight: 500!important;
    font-size: 14px;
    margin-top: 7px;
}
.tarteaucitronLine {
    border-left: 0px solid transparent!important;
}
/*****/

/** BETTER MOBILE MODE **/
@media screen and (max-width: 767px) {
 
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName {
        width:100%!important;
        display: block!important;
        margin-left: 0!important;
        margin-right: 0!important;
        box-sizing: border-box!important;
    }

    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
        padding: 16px!important;
    }

    html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName {
        display: none!important;
    }

    #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span {
        width: 100%!important;
        display: inline-block;
    }
    li.tarteaucitronLine .tarteaucitronName span {
        width: 80%!important;
        display: inline-block;
    }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group {
        width: 10%!important;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 0px;
        padding: 10px 0;
    }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before {
        content: '\0025BE';
        font-weight:700;
        font-size: 14px;
    }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before {
        content: '\0025B4';
    }
}
@media screen and (min-width: 768px) {

    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after {
        content: '\0025BE';
        font-weight:700;
        font-size: 14px;
        margin-left: 15px;
    }
    html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after {
        content: '\0025B4';
        margin-left: 15px;
    }
}
/****/

/* Animation */
#tarteaucitronRoot * {transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
    display: block;
}
#tarteaucitronRoot ol, #tarteaucitronRoot ul {
    list-style: none;
}
#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
    quotes: none;
}
#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
    content: '';
    content: none;
}
#tarteaucitronRoot table {
    border-collapse: collapse;
    border-spacing: 0;
}

#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible {
    outline: 3px dashed #3d86d8;
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
    margin-top: 0!important;
}

div#tarteaucitronServices {
    margin-top: 31px!important;
}

#tarteaucitronServices::-webkit-scrollbar {
    width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 0px solid slategrey;
}

div#tarteaucitronServices {
    box-shadow: 0 40px 60px #545454;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width:479px) {
    #tarteaucitron .tarteaucitronLine .tarteaucitronName {
        width: 90% !important;
    }

    #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
        float: left !important;
        margin: 10px 15px 5px;
    }
}

@media screen and (max-width:767px) {
    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
        background: #fff;
        border: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        max-height: 100% !important;
        max-width: 100% !important;
        top: 0 !important;
        width: 100% !important;
    }

    #tarteaucitron .tarteaucitronBorder {
        border: 0 !important;
    }

    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
        border: 0 !important;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
        text-align: left !important;
    }

    .tarteaucitronName .tarteaucitronH2 {
        max-width: 80%;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
        text-align: center !important;
    }

        #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
            margin-bottom: 5px;
        }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #tarteaucitron {
        border: 0 !important;
        left: 0 !important;
        margin: 0 5% !important;
        max-height: 80% !important;
        width: 90% !important;
    }
}

/***
 * Common value
 */
#tarteaucitronRoot div#tarteaucitron {
    left: 0;
    right: 0;
    margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
    background: #eee;
}

#tarteaucitron .clear {
    clear: both;
}

#tarteaucitron a {
    color: #dbdada;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

#tarteaucitronRoot button {
    background: transparent;
    border: 0;
}

#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
    color: #fff;
}

#tarteaucitron strong {
    font-size: 22px;
    font-weight: 500;
}

#tarteaucitron ul {
    padding: 0;
}

#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#tarteaucitronRoot * {
    box-sizing: initial;
    color: #FFF;
    font-family: sans-serif !important;
    font-size: 14px;
    line-height: normal;
    vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
    display: inline-block;
    margin: 12px 0 0 10px;
    color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
    margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483646;
}

#tarteaucitron {
    display: none;
    max-height: 85%;
    left: 50%;
    margin: 0 auto 0 -430px;
    padding: 0;
    position: fixed;
    top: 6%;
    width: 860px;
    background: #333;
    z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
    background: #333;
    border: 2px solid #333;
    border-top: 0;
    height: auto;
    overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
    background: #333333;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 16px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 70px;
}
#tarteaucitron #tarteaucitronClosePanel:hover {
    background:#000;
}

#tarteaucitron #tarteaucitronDisclaimer {
    color: #555;
    font-size: 12px;
    margin: 15px auto 0;
    width: 80%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    background: rgba(51, 51, 51, 0.07);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    display: none;
    position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
    width: 100%;
    box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0px 0px;
    padding: 5px 20px;
    text-align: left;
    width: auto;
    background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    color: #fff;
    font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
    text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
    font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
    padding: 5px 10px;
    margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
    max-width: 270px;
    padding: 20px;
    position: absolute;
    z-index: 2147483647;
}

#tarteaucitron #tarteaucitronInfo a {
    color: #fff;
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
    background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    background: rgba(51, 51, 51, 0.1);
    border-left: 5px solid transparent;
    margin: 0;
    overflow: hidden;
    padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
    border-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
    border-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    background: #333;
    border: 3px solid #333;
    border-left: 9px solid #333;
    border-top: 5px solid #333;
    margin-bottom: 0;
    margin-top: 21px;
    position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
    background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    margin-left: 15px;
    margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
    color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
    margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    display: inline-block;
    float: right;
    margin: 7px 15px 0;
    text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
    background: #fff;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    width: auto;
    border: 1px solid #FFF;
    opacity: 1;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
    background-color: #1B870B;
    opacity: 1;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
    background-color: #9C1A1A;
    opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
    background-color: #1B870B;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
    background-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
    color: #333;
    font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
    font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
    width: auto!important;
    margin-left: 0!important;
    font-size: 14px;
}
span#tarteaucitronDisclaimerAlert {
    padding: 0 10px;
    display: inline-block;
}
#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    border-color: #333!important;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
    top: 0;
}

.tarteaucitronAlertBigBottom {
    bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
    background: #333;
    color: #fff;
    display: none;
    font-size: 15px !important;
    left: 0;
    position: fixed;
    box-sizing: content-box;
    z-index: 2147483645;
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 75px 0;
}
#tarteaucitronRoot #tarteaucitronAlertBig > * {
    margin: 4px 0;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font: 15px verdana;
    color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
    cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
    cursor: pointer;
    display: inline-block;
    font-size: 16px!important;
    line-height: 1.2;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 7px;
    border: 1px solid #fff;
    padding: 8px 16px;
    background: #FFF;
    color: #000;
}

#tarteaucitronRoot .tarteaucitronDeny {
    background: #000 !important;
    color: #FFF !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
    font-size: 13px;
    margin-bottom: 3px;
    margin-left: 7px;
    padding: 8px 16px;
    background: #535353;
    color: #FFF;
}

#tarteaucitronPercentage {
    background: #0A0!important;
    box-shadow: 0 0 2px #fff, 0 1px 2px #555;
    height: 5px;
    left: 0;
    position: fixed;
    width: 0;
    z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
    bottom: 0;
    right: 0;
}
.tarteaucitronIconBottomLeft {
    bottom: 0;
    left: 0;
}
.tarteaucitronIconTopRight {
    top: 0;
    right: 0;
}
.tarteaucitronIconTopLeft {
    top: 0;
    left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
    border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
    border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
    border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
    border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
    background: transparent;
    position: fixed;
    display: none;
    width: auto;
    z-index: 2147483646;
}
#tarteaucitronIcon #tarteaucitronManager {
    color: transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px;
    border: none;
}
#tarteaucitronIcon #tarteaucitronManager img {
    width: 50px;
    height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
    content: '\2717';
    display: inline-block;
    color: white;
    display: none;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
    content: '\2713';
    display: inline-block;
    color: white;
    display: none;
}

#tarteaucitronRoot .tarteaucitronPlus::before {
    content: '\271b';
    display: inline-block;
    color: white;
    display: none;
}


/***
 * Small alert
 */

.tarteaucitronAlertSmallTop,.tarteaucitronAlertSmallBottom {
    bottom: 0;
}

#tarteaucitronAlertSmall {
    background: #333;
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
    background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
    background-color: gray;
    border-radius: 5px;
    display: block;
    height: 8px;
    margin-bottom: 1px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    display: block;
    float: left;
    height: 100%;
    width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
    background-color: #1B870B;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
    background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    padding: 0px 10px;
    vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
    background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
    display: none;
    max-height: 70%;
    max-width: 500px;
    position: fixed;
    right: 0;
    width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    background: #fff;
    border: 2px solid #333;
    color: #333;
    font-size: 11px;
    height: auto;
    overflow: auto;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
    color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
    background: #333;
    margin-top: 21px;
    padding: 13px 0 9px 13px;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
    color: #fff;
    font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
    background: rgba(51, 51, 51, 0.1);
    padding: 7px 5px 10px;
    word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
    background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
    color: #333;
    text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
    display: inline-block;
    width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
    color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
    color: #333;
    display: inline-block;
    font-size: 11px;
    margin-left: 10%;
    vertical-align: top;
    width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
    background: #333;
    color: #fff;
    display: table;
    font-size: 12px;
    height: 100%;
    line-height: initial;
    margin: auto;
    text-align: center;
    width: 100%;
}

.tac_float {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tac_activate .tac_float strong {
    color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
    background-color: #1B870B;
    display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
    text-decoration: none;
}

div.amazon_product {
    height:240px;
    width:120px;
}
.tarteaucitronIsAllowed .tarteaucitronDeny {
    opacity: 0.4!important;
}.tarteaucitronIsDenied .tarteaucitronAllow {
    opacity: 0.4!important;
}.tarteaucitronIsAllowed .tarteaucitronAllow {
    opacity: 1!important;
}.tarteaucitronIsDenied .tarteaucitronDeny {
    opacity: 1!important;
}
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
    opacity: 0.4;
}
#tarteaucitronServices_mandatory button.tarteaucitronAllow {
    opacity: 1;
}

div#tarteaucitronInfo {
    display: block!important;
    position: relative !important;
    text-align: center!important;
    max-width: 80%!important;
    padding: 15px 0!important;
    margin: -10px auto 40px!important;
    font-size: 1em!important;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #555;
}

a.tarteaucitronSelfLink {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    text-align: center!important;
    display: block;
    height:30px;
}

.tarteaucitronMainLine .tarteaucitronH2 {
    font-size: 1.2em!important;
    margin-top: 4px!important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
    margin-top: 12px!important;
}

#tarteaucitronCloseCross {
    position:absolute;
    color: #FFFF;
    font-size:1.8rem;
    cursor: pointer;
    top: 10px;
    right: 26px
}

.tarteaucitron-spacer-20 {
    height: 20px;
    display: block;
}

.tarteaucitron-display-block {
    display: block;
}

.tarteaucitron-display-none {
    display: none;
}
/* ==========================================================================
Menu top
========================================================================== */
#blockGlobal #blockTop {
    background: none repeat scroll 0 0 transparent;
    border: none;
    color: #000000;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 99;
}

#blockGlobal.isHome #blockTop {
    position: absolute;
    color: #FFFFFF;
}

#blockGlobal #blockTop .smartphone {
    display: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#blockGlobal #blockTop .smartphone .menuSmart {
    text-align:right;
}
#blockGlobal #blockTop .smartphone .logo-smart {
    float: left;
    text-align: center;
    padding: 15px 0;
}
#blockGlobal #blockTop .smartphone a {
    display: block;
}
#blockGlobal #blockTop .smartphone a.img-smart-phone {
    margin: 25px 15px 0px 0px;
    display:inline-block;
}
#blockGlobal #blockTop .smartphone .menu {
    display: none;
}
#blockGlobal #blockTop .smartphone .menu {
    background: #0089DB;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
    padding: 0;
}

#blockGlobal #blockTop .smartphone .menu li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    background: #0089DB;
    display: block;
    text-align: center;
    transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
}

#blockGlobal #blockTop .smartphone .menu > li.item.sub > a {
    background-image: none;
}

#blockGlobal #blockTop .smartphone .menu li.contact {
    border: none;
}
#blockGlobal #blockTop .smartphone .menu li a {
    float: none;
    color: #fff;
    font-size: 14px;
    font-family: 'lato', sans-serif;
    font-weight: 300;
    transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
}

#blockGlobal #blockTop .smartphone .menu li.last a {
    float: none;
    font-size: 14px;
    font-weight: 300;
}

#blockGlobal #blockTop .smartphone .menu li.first {
    display: none;
    border-top-left-radius: 2px;
}
#blockGlobal #blockTop .smartphone .menu li.contact {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
#blockGlobal #blockTop .smartphone .menu li.first a:hover {
    background: none;
}
#blockGlobal #blockTop .smartphone .menu li:hover {
    background: #fff;
}
#blockGlobal #blockTop .smartphone .menu li:hover a {
    color: #0089DB;
}

#blockGlobal #blockTop .smartphone .menu li .submenu {
    position: initial;
    width: 100%;
}

#blockGlobal #blockTop .smartphone .menu li .submenu li {
    border-bottom-color: #6B6B6B;
}

#blockGlobal #blockTop .smartphone .menu li .submenu li a {
    width: 100% !important;
    margin: 0;
    padding: 0;
    background: #4B4B4B;
    color: #ACACAC;
}

#blockGlobal #blockTop .smartphone .menu li .submenu li.last {
    border: none;
}

#blockGlobal #blockTop .menu {
    text-align: center;
    width: 750px;
    float: none;
    margin: 0 auto;
    height:87px;
    position:absolute;
    left:0;
    right:0;
}
#blockGlobal #blockTop .fixed .menu {
    width: 100%;
}
#blockGlobal #blockTop #mainMenu {
    z-index: 100;
    left: 0px;
    width: 100%;
}
#blockGlobal #blockTop #mainMenu #logoMenuFixed {
    display: none;
}
#blockGlobal #blockTop #mainMenu .menu > .item.first {
    background: url('logo.png') center center;
    background-size: cover;
    display: none;
    margin: 0 20px;
    width:100px;
    height:36px;
    margin-bottom: 5px;
}
#blockGlobal #blockTop .menu > li {
    float: none;
    display: inline-block;
    background: none;
    margin: 0;
    padding: 0 10px;
    height:auto;
}

#blockGlobal #blockTop .menu > li a {
    color: #444;
}

#blockGlobal.isHome #blockTop .menu > li a {
    color: #fff;
}


/* Couleurs des items du menu */
#blockGlobal #blockTop .menu > li.item.active > a {
    border-bottom: 4px solid #d72020;
}
#blockGlobal #blockTop .menu > li > a{
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 4px;
    height: auto;
    border-bottom: 4px solid transparent;
}
#blockGlobal #blockTop .menu > li > a:hover {
    border-bottom: 4px solid #d72020;
    color: #444;
    opacity: 1;
    background: transparent;
    transition: 1s ease all;
    -moz-transition: 1s ease all;
    -webkit-transition: 1s ease all;
}
#blockGlobal #blockTop .menu > li .submenu a:hover {
    background: #666;
    color: #fff;
}
#blockGlobal #blockTop #mainMenu.fixed {
    top:0px;
    min-height: 46px;
}
#blockGlobal #blockTop #mainMenu.fixed .menu {
    padding: 5px 0 0;
    height:41px;
}

/* CSW */
#blockGlobal #blockTop .menu > li.item.active.csw > a, #blockGlobal #blockTop .menu > li.csw > a:hover, #blockGlobal #blockTop .menu > li.csw:hover > a {
    border-color: #0089db;
}
#blockGlobal #blockTop .menu > li.csw .submenu a:hover {
    background: #0089db;
}

/* E-commerce */
#blockGlobal #blockTop .menu > li.item.active.e-commerce > a, #blockGlobal #blockTop .menu > li.e-commerce > a:hover {
    border-color: #FD6B26;
}

/* Référencement */
#blockGlobal #blockTop .menu > li.item.active.ref > a, #blockGlobal #blockTop .menu > li.ref > a:hover, #blockGlobal #blockTop .menu > li.ref:hover > a {
    border-color: #129d5a;
}
#blockGlobal #blockTop .menu > li.ref .submenu a:hover {
    background: #129d5a;
}

/* Emailing */
#blockGlobal #blockTop .menu > li.item.active.emailing > a, #blockGlobal #blockTop .menu > li.emailing > a:hover {
    border-color: #f37021;
}

/* Création logo */
#blockGlobal #blockTop .menu > li.item.active.machinePub > a, #blockGlobal #blockTop .menu > li.machinePub > a:hover {
    border-color: #d72051;
}

/* Vidéos */
#blockGlobal #blockTop .menu > li.item.active.video > a, #blockGlobal #blockTop .menu > li.video > a:hover {
    border-color: #CC181E;
}

/* Hébergement */
#blockGlobal #blockTop .menu > li.item.active.hebergement > a, #blockGlobal #blockTop .menu > li.hebergement > a:hover, #blockGlobal #blockTop .menu > li.hebergement:hover > a {
    border-color: #0f5196;
}
#blockGlobal #blockTop .menu > li.hebergement .submenu a:hover {
    background: #0f5196;
}

/* NDD */
#blockGlobal #blockTop .menu > li.item.active.ndd > a, #blockGlobal #blockTop .menu > li.ndd > a:hover, #blockGlobal #blockTop .menu > li.ndd:hover > a {
    border-color: #37aef5;
}
#blockGlobal #blockTop .menu > li.ndd .submenu a:hover {
    background: #37aef5;
}

/* SSL */
#blockGlobal #blockTop .menu > li.item.active.ssl > a, #blockGlobal #blockTop .menu > li.ssl > a:hover, #blockGlobal #blockTop .menu > li.ssl:hover > a {
    border-color: #67ad16;
}
#blockGlobal #blockTop .menu > li.ssl .submenu a:hover {
    background: #67ad16;
}



#blockGlobal.isHome #blockTop .menu > li > a:hover {
    color: #fff;
}
#blockGlobal #blockTop .menu > li.first a{
    background: none; padding-left: 0;
    display:block;
    width:100%;
    height:100%;
}
#blockGlobal #blockTop .menu > li.first a:hover{
    background: none;
    border-bottom:0px none;
}

#blockGlobal #blockTop .menu > li.last a {
    background: none;
    float: left;
    font-family: 'lato',sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 4px;
    white-space: nowrap;
}

#blockGlobal #blockTop .fixed#mainMenu .menu > li > a,
#blockGlobal #blockTop .fixed#mainMenu .menu > li.active > a,
#blockGlobal #blockTop .fixed#mainMenu .menu > li > a:hover {
    padding-bottom:3px;
}
#blockGlobal #blockTop .menu > li.last {
    background: none;
    border: none;
    float: none;
    width: auto;
}

#blockGlobal #blockTop .menu > li.item.sub > a {
    background: url('icon-sub.png') no-repeat right 17px transparent;
    padding-right: 12px;
}
#blockGlobal.isHome #blockTop .top .menu > li.item.sub > a {
    background-image: url('icon-sub-clair.png');
}
#blockGlobal #blockTop .menu > li ul.submenu{
    border: none;
    background: none repeat scroll 0 0 transparent;
    display: none;
    left: 10px;
    position: absolute;
    top: 41px;
    min-width: 89%;
    z-index: 10;
    width: 89%;
}
#blockGlobal #blockTop .menu > li ul.submenu li.item {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#blockGlobal #blockTop .menu > li .submenu a{
    padding: 0 2%;
    font-family: 'Lato' !important;
    font-size: 14px !important;
    text-align: center;
    display: block;
    width: 96%;
    color: #4B4B4B;
    background: #fff;
    transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
}
#blockGlobal #blockTop .innerBlock-2 ul.secondaryMenu {
    text-align: right;
    position: relative;
}
#blockGlobal #blockTop .innerBlock-2 ul.secondaryMenu li.item {
    display: inline-block;
    vertical-align:middle;
}
#blockGlobal #blockTop div.innerBlock-2 ul.secondaryMenu li.item a.linkMenu {
    display:block;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 0.1pt;
    text-transform: uppercase;
    padding: 2px 25px 0;
    background-repeat: no-repeat;
    opacity: 0.8;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    height: 20px;
}
#blockGlobal #blockTop div.innerBlock-2 ul.secondaryMenu li.item a.linkMenu:hover {
    opacity: 1;
}
#blockGlobal #blockTop div.innerBlock-2 ul.secondaryMenu li.item.about a.linkMenu {
    background-image: url('qsn-viaduc.png');
}
#blockGlobal #blockTop div.innerBlock-2 ul.secondaryMenu li.item.account a.linkMenu {
    background-image: url('espace-client-viaduc.png');
}
#blockGlobal #blockTop div.innerBlock-2 ul.secondaryMenu li.item.faq a.linkMenu {
    background-image: url('faq-viaduc.png');
}
#blockGlobal #blockTop div.innerBlock-2 ul.secondaryMenu li.item.contact a.linkMenu {
    background-image: url('contact-viaduc.png');
}

#blockGlobal.isHome #blockTop div.innerBlock-2 ul.secondaryMenu li.item.about a.linkMenu {
    background-image: url('qsn-viaduc-clair.png');
}
#blockGlobal.isHome #blockTop div.innerBlock-2 ul.secondaryMenu li.item.account a.linkMenu {
    background-image: url('espace-client-viaduc-clair.png');
}
#blockGlobal.isHome #blockTop div.innerBlock-2 ul.secondaryMenu li.item.faq a.linkMenu {
    background-image: url('faq-viaduc-clair.png');
}
#blockGlobal.isHome #blockTop div.innerBlock-2 ul.secondaryMenu li.item.contact a.linkMenu {
    background-image: url('contact-viaduc-clair.png');
}

#blockGlobal #blockTop .innerBlock-2 ul.secondaryMenu li.item a {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    font-weight: 400;
}
#blockGlobal.isHome #blockTop .innerBlock-2 ul.secondaryMenu li.item a {
    color: #fff;
}

#blockGlobal #blockTop .innerBlock-2 ul.secondaryMenu li.item.last {
    margin: 0;
}

#blockGlobal #blockTop .innerBlock-2 ul.secondaryMenu li.item.callMe {
    margin-left: 75px;
    position: absolute;
    right: 18px;
    top: 50px;
}
#blockGlobal #blockTop .innerBlock-2 ul.secondaryMenu li.item.callMe .numero {
    background: url('tel-callMe.png') no-repeat left center / 18px 18px;
    padding: 0 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    color: #777;
    margin-bottom: 3px;
}
#blockGlobal.isHome #blockTop .innerBlock-2 ul.secondaryMenu li.item.callMe .numero {
    color: #fff;
    background-image: url('tel-callMe-clair.png');
}
#blockGlobal #blockTop .innerBlock-2 ul.secondaryMenu li.item.callMe .rappel {
    background: url('icon-sub-bleu.png') no-repeat left center;
    margin-left: 16px;
    padding-top: 9px;
    padding-bottom:5px;
}
#blockGlobal.isHome #blockTop .innerBlock-2 ul.secondaryMenu li.item.callMe .rappel {
    background-image: url('icon-sub-bleu-clair.png');
}
#blockGlobal.isHome #blockTop .innerBlock-2 ul.secondaryMenu li.item.callMe a {
    color: #37aef5;
}
#blockGlobal #blockTop .innerBlock-2 ul.secondaryMenu li.item.callMe a {
    color: #195ca3;
    font-size: 15px;
    font-weight: normal;

}

#blockGlobal #blockTop .innerBlock-2 ul.secondaryMenu .phoneNumber {
    background: url('icon-phone.png') no-repeat 10px 5px transparent;
    padding-left: 33px;
    color: #000;
    font-size: 17px;
    line-height: 13px;
    margin-right:0px;
}

#blockGlobal.isHome #blockTop .innerBlock-2 ul.secondaryMenu li.item.phoneNumber {
    background-image: url('icon-phone-blanc.png');
}

#blockGlobal.isHome #blockTop .innerBlock-2 ul.secondaryMenu li.item.phoneNumber {
    color: #fff;
}
#blockGlobal #blockTop .innerBlock-2 ul.secondaryMenu li.item a.linkMenu {
    background: none;
}

/* ==========================================================================
header
========================================================================== */
#blockGlobal #blockTop {
    position: relative;
}

#blockGlobal #blockTop .innerBlock {
    width: 1160px; margin: 0 auto;
    min-height: 118px;
}


#blockGlobal #blockTop .innerBlock-1 {
    float: left;
    padding: 2px 0;
    z-index:101;
}

#blockGlobal #blockTop .innerBlock-2 {
    float: none; width: 100%;
    padding: 12px 0px 5px;
    border-bottom: .5px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 0px rgba(255,255,255,0.1);
    right: 0;
}

#blockGlobal #blockTop .logo {
    padding: 2px 30px 2px 18px; float: left;
}

#blockGlobal.isHome #blockTop .headerBaseline {
    color: #fff;
}

#blockGlobal #blockTop .headerBaseline {
    color: #666;
    font-family: 'Lato';
    font-size: 15px;
    float: left;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    padding: 10px 0 0 5px;
    opacity: 0.8;
}
#blockGlobal #blockTop .headerBaseline h1 {
    font-weight: 400;
    font-style: italic;
}

#blockGlobal #blockTop.open .smartphone {
    min-height: 520px;
}
#blockGlobal #blockTop.open .smartphone .menu li.item-4 {
    height: 70px;
}
#blockGlobal #blockTop.open .innerBlock {
    padding: 0px;
}

.blockCarouselHome .slides {
    margin-left: 0;
}

.blockCarouselHome .slides .item-1 {
    opacity: 1;
}

.blockCarouselHome .slides .item-2,
.blockCarouselHome .slides .item-3,
.blockCarouselHome .slides .item-4 {
    display: none;
}

.blockCarouselHome .item img{
    display: block; width: 100%; height: 100%;
}

.blockCarouselHome .flexslider {
    background-image: none;
    background-color: #4C4C4C;
}

.blockCarouselHome .flexslider .flex-control-paging a {
    background: url("picto-no-active.png") no-repeat  0 0 ;
    display: inline-block;
    font-size: 0;
    height: 12px;
    vertical-align: top;
    width: 12px;
    margin: 3px;
}

.blockCarouselHome .flexslider .innerBlockSlider {
    width: 100%;
}
.blockCarouselHome .flexslider .innerBlockSlider .flex-control-paging {
    bottom: 10px;
    text-align: center;
}

.bloc-offres {
    position: absolute; top: 222px; width: 100%; z-index: 10;
    font-family: 'Lato'; text-align: center;
}
.blockheadercity .bloc-offres {
    position: relative;
    top: 0px;
    width: 0%;
    z-index: 10;
    font-family: 'Lato';
    text-align: center;
}
.bloc-offres .offers {
    max-width: 1160px;
    width: 100%;
    height: 300px;
    margin: auto;
    text-align: right;
}
.bloc-offres .offre {
    display: inline-block;
    width: 242px;
    vertical-align: top;
}
.bloc-offres .offre.offre-3 {
    margin-right: 20px;
}
.bloc-offres .offre.offre-solo {
    margin-right: 60px;
}
.bloc-offres .offers .offre:hover .orderlink a {
    opacity: 1;
    padding: 15px 0 15px 32px;
}
.bloc-offres .offre.offre-1:hover .orderlink, .bloc-offres .offre.offre-1:hover .title {
    background-color: rgba(55, 174, 245, 0.6);
}
.bloc-offres .offre.offre-3:hover .orderlink, .bloc-offres .offre.offre-3:hover .title {
    background-color: rgba(25, 92, 163, 0.6);
}
.bloc-offres .offers .offre div {
    float: none;
}

.bloc-offres .offre .title-1 {
    display: none;
}

.bloc-offres .offre .prix {
    font-size: 35px;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: 400;
    width: 120px;
    height: 100px;
    padding: 10px 60px 0;
    cursor:pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: url('fleche-bas.png') no-repeat center 90%;
}

.bloc-offres .offre .prix .bigger {
    font-size: 50px; font-weight: 600;
}

.bloc-offres .offre .prix .euro {
    font-size: 14px; font-weight: 400; vertical-align: super;
}

.bloc-offres .offre .prix .small {
    font-size: 12px; color: #fff; margin-top: -6px;
display: block; }

.bloc-offres .offre.offre-1 .prix .anchor,
.bloc-offres .offre.offre-1 .prix .anchor {
    color:#FFF;
}

.bloc-offres .offre.offre-3 .prix .anchor,
.bloc-offres .offre.offre-3 .prix .anchor {
    color:#FFF;
}

.bloc-offres .offre .title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    font-weight: 300;
    z-index: 15;
    padding: 25px 0 10px;
    cursor: default;
}
.bloc-offres .offre img {
    position: relative;
    top: 24px;
    right: 91px;
}

.bloc-offres .offre .title .bold {
    font-weight: 400;
}

.bloc-offres .offers .offre .orderlink {
    display: block;
    cursor: pointer;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.bloc-offres .offre .orderlink a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    background: url('panier-commander.png') no-repeat 42px center transparent;
    text-align: center;
    height: 20px;
    opacity: 0.6;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    padding: 10px 0 10px 32px;
}

.bloc-offres .btn {
    text-align: center;
    margin: 50px 0 0 585px;
}
#bloc-offres-e-commerce.bloc-offres .btn {
    margin:0;
}
.bloc-offres .btn div {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4px 0;
}
.bloc-offres .btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    #blockGlobal #blockTop .logo-smart.resp {
        display: none;
    }
    #blockGlobal.isHome #blocktop.open .smartphone .logo-smart {
        display: none;
    }
    #blockGlobal.isHome #blocktop.open .smartphone .logo-smart.resp {
        display: block;
    }
    padding: 8px 15px 8px 45px;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 0.6;
}
.bloc-offres .btn a.video {
    background: url('icon-play.png') no-repeat 15px center transparent;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.bloc-offres .btn a.gallery {
    background: url('icon-gallery.png') no-repeat 15px center transparent;
}
.bloc-offres .btn a:hover {
    opacity: 1;
}

.fixed-header.fixed-style{
    position: fixed; top: 0; z-index: 99; width: 100%; height: 105px; background: #fff; text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px #333;
    -moz-box-shadow: 0px 0px 20px 0px #333;
    box-shadow: 0px 0px 20px 0px #333;
}
.ie8 .fixed-header.fixed-style{
    width: 101.2%;
    zoom: 1;
}
.fixed-header.fixed-style .logo, .fixed-header.fixed-style .bloc-offres, .fixed-header.fixed-style .blockNumHotline1{
    display: inline-block; vertical-align: middle;
}
.fixed-header.fixed-style .logo{
    margin: 0 12px 0 16px;
}
.fixed-header.fixed-style .bloc-offres{
    position: static; width: auto; padding: 0 20px;
}
.fixed-header.fixed-style .bloc-offres .offre{
    margin: 0; float: left; display: block; width: 342px;
}
.fixed-header.fixed-style .bloc-offres .offre .title-1,
.fixed-header.fixed-style .bloc-offres .offre .title,
.fixed-header.fixed-style .bloc-offres .offre .prix{
    border-left: 1px solid #dcdcdc;
}
.fixed-header.fixed-style .bloc-offres .offre-3 .title-1,
.fixed-header.fixed-style .bloc-offres .offre-3 .title,
.fixed-header.fixed-style .bloc-offres .offre-3 .prix{
    border-right: 1px solid #dcdcdc;
}
.fixed-header.fixed-style .bloc-offres .offre .title{
    background: none !important; margin: 0; padding: 16px 0;
}
.fixed-header.fixed-style .bloc-offres .offre .title-1{
    display: block; font-size: 19px; text-transform: uppercase; padding: 13px 0 17px; text-align: center;
}
.fixed-header.fixed-style .bloc-offres .offre-1 .title-1{
    color: #4fb2e4; background: url('bg-title-1.png') no-repeat center bottom;
}
.fixed-header.fixed-style .bloc-offres .offre-2 .title-1{
    color: #0e78c3;  background: url('bg-title-2.png') no-repeat center bottom;
}
.fixed-header.fixed-style .bloc-offres .offre-3 .title-1{
    color: #044872;  background: url('bg-title-3.png') no-repeat center bottom;
}
.fixed-header.fixed-style .bloc-offres .offre .prix{
    font-size: 44px; line-height: 35px; padding: 0;
}
.fixed-header.fixed-style .bloc-offres .offre .prix .bigger{
    font-size: 51px;
}
.fixed-header.fixed-style .bloc-offres .order-link{
    display: block;
    -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;
    zoom: 1; position: relative;
}
.fixed-header .logo, .fixed-header .blockNumHotline1, .fixed-header.fixed-style .bloc-offres .offre .video-link{
    display: none;
}
.fixed-header.fixed-style .blockNumHotline1{

}

@media (max-width: 1500px) {
    .headerBaseline{
        display: none;
    }
    #blockGlobal #blockTop .logo {
        padding: 18px 30px 10px 0;
    }
    .logo img {
        width: 90%;
    }

}
@media (max-width: 1024px) {
    #blockGlobal #blockTop .innerBlock {
        min-height: 0px;
        padding-left: 7px;
    }
}

#blockGlobal #blockTop .logo-smart.resp {
    display: none;
}
#blockGlobal.isHome #blockTop.open .smartphone .logo-smart {
    display: none;
}
#blockGlobal.isHome #blockTop.open .smartphone .logo-smart.resp {
    display: block;
}
/* ==========================================================================
Titles
========================================================================== */
.title-2.style-1{
    position: absolute;
    top: 170px;
    z-index: 10;
    width: 100%;
    text-align: center;
    font-family: 'raleway', sans-serif;
    font-weight: 600;
    font-size: 33px;
    color: #fff;
    text-transform: uppercase;
}
.blockHeaderCity .title-2.style-1{
    font-family: 'raleway', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 4em;
    color: #fff;
    text-transform: none;
    word-spacing: 0.2em;
    position: initial;
}
.blockHeaderCity .screen {
    width: 60%;
    float: left;
    padding-top: 32px;
}
.screen img {
    max-width: 100%;
}

.blockCarouselHome .title-2.style-1{
    text-transform: none;
    font-size: 4em;
    word-spacing: 0.2em;
    font-weight: 700;
}
.handWriting {
    font-family: 'Kaushan Script','Lato','sans-serif';
    font-weight: 600;
}
.blockCarouselHome .title-2.style-1 .handWriting {
    display: inline-block;
    line-height: 1.1em;
    vertical-align: top;
}
.title-2.style-2{
    text-align: center;
    font-weight: 400;
    width: 75%;
    margin: 0 auto 25px;
    background: url('sep-02.png') repeat-x center 16px;
}
.title-2.style-2 sup {
    font-size: 14px;
}
.title-2.style-2 span {
    font-size: 26px;
    color: #444;
    background: #fff;
    display: inline-block;
    padding: 0 25px;
}
.title-2.style-2 span span.blue {
    color: #0089db; padding: 0;
}
.title-3{
    font-size: 22px;
}

/* ==========================================================================
Content
========================================================================== */
.zone h2 {
}
.zone-1{
    background: #195ca3;
}
.bloc-arg{
    font-family: 'Lato';
    width: 1160px;
    margin: 0 auto;
    padding: 25px 0;
}
.bloc-arg .arg {
    float: left;
    width: 27%;
    margin-right: 9.5%;
}
.bloc-arg .arg.arg-last {
    margin-right: 0;
}
.bloc-arg .arg .arg-title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px 10px 70px;
    line-height: 24px;
}
.zone-1 .bloc-arg .arg.arg-1 {
    background: url('icon-arg-01.png') no-repeat left center transparent;
}
.zone-1 .bloc-arg .arg.arg-2 {
    background: url('icon-arg-02.png') no-repeat left center transparent;
}
.zone-1 .bloc-arg .arg.arg-3 {
    background: url('icon-arg-03.jpg') no-repeat left center transparent;
}
.bloc-parg .arg.arg-last{
    border-right: 0;
}


.zone-2{
    background: url('bgd-offer.png') no-repeat left bottom #eff1f4;
}
.bloc-pacs{
    font-family: 'Lato';
    width: 1160px;
    margin: 0 auto;
    padding: 40px 0;
}
.zone-2 .pac-inner {
    float: left;
    width: 30%;
    position: relative;
    margin: 0 1.66%;
}
.zone-2 .pac.pac-3  {
    margin-right: 0;
}

.zone-2 .call-us {
    width: 269px;
    height: 72px;
    margin-left: 40px;
}

.zone-2 .call-us img {
    position: absolute;
}

.zone-2 .call-us .phone {
    position: relative;
    top: 38px;
    margin: 0px 0 0 96px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Lato';
    display: block;
}

.zone-2 .made-in-france {
    margin: 32px 0 0 100px;
}
.zone-2 .icon-20000-clients {
    margin-left: 30px;
}
.zone-2 .pac.pac-1, .zone-2 .pac.pac-3  {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 0px 10px 0px #d9dadb;
    -webkit-box-shadow: 0px 0px 10px 0px #d9dadb;
    -o-box-shadow: 0px 0px 10px 0px #d9dadb;
    box-shadow: 0px 0px 10px 0px #d9dadb;
}
.zone-2 .pac.pac-1 .icon-30j {
    position: absolute;
    top: -20px;
    left: -80px;
}
.zone-2 .pac .title {
    font-family: 'lato';
    font-size: 24px;
    font-weight: 300;
    color: #000;
    text-align: center;
    line-height: 26px;
    padding: 18px 0;
}
.zone-2 .pac .title span.bold {
    font-weight: 400;
}
.zone-2 .pac .price {
    font-size: 40px;
    color: #fff;
    width: 100%;
    font-weight: 400;
    text-align: center;
    padding: 12px 0;
}
.zone-2 .pac.pac-1 .price {
    background: #37aef5;
}
.zone-2 .pac.pac-3 .price {
    background: #195ca3;
}
.zone-2 .pac .price span.bigger {
    font-size: 50px;
    font-weight: 600;
}
.zone-2 .pac .price span.small {
    font-size: 12px;
    font-weight: 300;
}
.zone-2 .pac .price span.euro {
    font-size: 20px;
    font-weight: 300;
    vertical-align: super;
}
.zone-2 .pac .pac-list {
    padding: 10px 20px;
}
.zone-2 .pac .pac-list ul {
    color: #444444;
}
.zone-2 .pac .pac-list li {
    font-size: 14.5px; padding: 11px 0 11px 16px;
    border-bottom: 1px solid #e1e0e0;
}
.zone-2 .pac-1 .pac-list li {
    background: url('list-styte-1.png') no-repeat 0 15px;
}
.zone-2 .pac-3 .pac-list li {
    background: url('list-styte-3.png') no-repeat 0 15px;
}
.zone-2 .pac .pac-list li .icon {
    float: right;
}
.zone-2 .pac .pac-list li .icon.responsive {
    margin-right: 10px;
}
.zone-2 .pac .pac-list li .icon.google {
    margin-right: 42px;
}
.zone-2 .pac .pac-list li .icon.pp {
    margin-right: 64px;
}
.zone-2 .pac .pac-list li .icon-rs {
    margin-top: 7px;
}
.zone-2 .pac .pac-list li .yearlyPrice {
    font-size: 12px;
}
.zone-2 .pac .pac-list li .yearlyPrice span {
    font-size: 10px;
}
.zone-2 .pac .pac-list li.video a {
    margin-left: 20px;
    padding-bottom: 6px;
    padding-top: 4px;
    width: 162px;
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
    display: block;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.zone-2 .pac.pac-1 .pac-list li.video {
    background: url('icon-play-01.png') no-repeat 0 13px;
}
.zone-2 .pac.pac-1 .pac-list li.video a    {
    color: #37aef5;
    border-bottom: 1px solid #37aef5;
}
.zone-2 .pac.pac-1 .pac-list li.video a:hover {
    color: #0a6ba5;
    border-bottom: 1px solid #0a6ba5;
}
.zone-2 .pac.pac-3 .pac-list li.video {
    background: url('icon-play-02.png') no-repeat 0 13px;
}
.zone-2 .pac.pac-3 .pac-list li.video a    {
    color: #195ca3;
    border-bottom: 1px solid #073d75;
}
.zone-2 .pac.pac-3 .pac-list li.video a:hover {
    color: #022244;
    border-bottom: 1px solid #022244;
}
.zone-2 .pac li.last{
    border-bottom: 0;
}
.zone-2 .pac-inner .pac-btn .btn {
    float: left;
    width: 48.5%;
    margin-right:3%;
    margin-top: 15px;
    text-align: center;
    padding: 15px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}
.zone-2 .pac-inner .pac-btn .btn-02 {
    margin-right: 0;
}
.zone-2 .pac-inner-1 .pac-btn .btn-01 {
    background: url('icon-order-1.png') no-repeat 18px center #37aef5;
    padding-left: 35px;
}
.zone-2 .pac-inner-1 .pac-btn .btn-01:hover {
    background-color: #1c9ae5;
}
.zone-2 .pac-inner-1 .pac-btn .btn-02 {
    background: url('icon-phone-2.png') no-repeat 14px center #1c9ae5;
    padding-left: 39px;
}
.zone-2 .pac-inner-1 .pac-btn .btn-02:hover{
    background-color: #0f84c9;
}
.zone-2 .pac-inner-3 .pac-btn .btn-01 {
    background: url('icon-order-2.png') no-repeat 18px center #195ca3;
    padding-left: 35px;
}
.zone-2 .pac-inner-3 .pac-btn .btn-01:hover {
    background-color: #0f5196;
}
.zone-2 .pac-inner-3 .pac-btn .btn-02 {
    background: url('icon-phone-2.png') no-repeat 14px center #0f5196;
    padding-left: 39px;
}
.zone-2 .pac-inner-3 .pac-btn .btn-02:hover{
    background-color: #043f7c;
}
.pack-btn .btn-02 .callSmartphone {
    display:none;
}



.zone-3 {
    background: #ffffff;
}
.zone-3 .main {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}
.zone-3 .gallery-title.title-2.style-2 {
    margin-top:0px;
}
.zone-3 .gallery-img {
    background: none;
}
.zone-3 .gallery-img-inner {
    width: 85%;
    margin: 0 auto;
    padding: 20px 0 0;
}
.zone-3 .gallery-img .gallery-img-inner .gallery-line .gallery-item {
    float: left; width: 23%; margin: 0 2% 18px 0; position: relative;
}
.zone-3 .gallery-img .gallery-img-inner .gallery-line .gallery-item > img {
    -moz-box-shadow: 0px 0px 10px 0px #d9dadb;
    -webkit-box-shadow: 0px 0px 10px 0px #d9dadb;
    -o-box-shadow: 0px 0px 10px 0px #d9dadb;
    box-shadow: 0px 0px 10px 0px #d9dadb;

}
.zone-3 .gallery-img .gallery-img-inner .gallery-line .gallery-item.item-last {
    margin:0; padding: 0;
}
.zone-3 .gallery-img .gallery-img-inner .gallery-line .gallery-item .item-hover {
    display: block;
}
.zone-3 .gallery-img .gallery-img-inner .gallery-line .gallery-item .item-hover .see-more {
    position: absolute;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
}
.zone-3 .gallery-img .gallery-img-inner .gallery-line .gallery-item:hover .item-hover .see-more {
    opacity: 1;
}


.zone-4 {
    background: url('bgd-team.png') no-repeat center #0089db;
}

.zone-4 .main {
    width: 1160px;
    margin: 0 auto;
}

.zone-4 .zone-quotes {
    background: url('icon-quotes.png') no-repeat center -18px #0089db;
    width: 28%;
}

.zone-4 .zone-quotes {
    padding: 80px 0 25px;
    text-align: center;
}

.zone-4 .zone-quotes .bx-wrapper {
    width: 85% !important;
    display: inline-block;
    margin: 0 !important;
    padding: 0;
    height: 204px !important;
    vertical-align: baseline;
}

.zone-4 .zone-quotes .quotes{
    width: 100% !important; display: inline-block; vertical-align: top;
}

.zone-4 .zone-quotes .quotes p {
    text-align: center;
    line-height: 21px;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
}
.zone-4 .zone-quotes .quotes .author {
    display: block;
    padding: 19px 0 0;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    font-weight: 300;
}
.zone-4 .zone-quotes .quotes .author strong {
    font-weight: 400;
}
.zone-4 .zone-quotes .flex-control-paging li {
    display: inline;
    padding: 0 2px;
}
.zone-4 .zone-quotes .flex-control-paging a {
    background: url("picto-no-active-2.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    font-size: 0;
    height: 9px;
    margin: 1px;
    vertical-align: top;
    width: 9px;
}
.zone-4 .zone-quotes .flex-control-paging a.active {
    background: url("picto-active-2.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    padding: 1px;
}
.zone-4 .zone-team, .zone-4 .zone-quotes {
    float: left;
}
.zone-4 .zone-team {
    background: url('icon-team.png') no-repeat center top rgba(0,0,0,0.75);
    width: 36%;
    padding: 45px 0px 15px;
    text-align: center;
}
.zone-4 .zone-team .title {
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 400;
}
.zone-4 .zone-team .paragraph {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    padding: 75px 25px 0;
}

.zone-4 .call-us {
    width: 269px;
    height: 40px;
    margin: 8px auto 12px;
    background: url('icon-call-us-2.png') no-repeat;
    padding: 32px 0 0;
}

.zone-4 .call-us .phone {
    margin: 0 0 0 64px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Lato';
}

.zone-5 {
    background: #195ca3;
}
.zone-5 .main {
    font-family: 'Lato';
    width: 1160px;
    margin: 0 auto;
    padding: 25px 225px;
    text-align: center;
}
.zone-5 h3 {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    background:url('icon-thumbs-up.png') no-repeat left center;
}
.zone-5 h3 span.bold {
    font-weight: 400;
}


.zone-movie{
    background: #EFF1F4; padding: 55px 0 25px;
}
.zone-movie .edito, .zone-movie .mac {
    float: left;
}
.zone-movie .mac {
    width: 35%;
}
.zone-movie .edito {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    font-family: 'Lato';
    background: url('icon-made-in-france-2.png') no-repeat right top;
}
.zone-movie .edito .title-2 {
    color: #3e3e3e;
    text-transform: uppercase;
    font-size: 25px;
    padding: 35px 0 30px;
    font-family: 'raleway',sans-serif;
    font-weight: 600;
}
.zone-movie .edito .title-2 span {
    color: #0089db;
    font-size: 23px;
    display: block;
}
.zone-movie .edito p {
    color: #444444;
    font-size: 17px;
    margin: 0;
    padding-bottom: 20px;
}
.zone-movie .edito    a.btn-link {
    margin-right:10px;
    margin-top: 5px;
    text-align: center;
    padding: 15px 15px 15px 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}
.zone-movie .edito    a.btn-link.gallery {
    background: url('icon-gallery.png') no-repeat 15px center #0089db;
}
.zone-movie .edito    a.btn-link.trial {
    background: url('icon-pen-2.png') no-repeat 15px center #0089db;
}
.zone-movie .edito    a.btn-link:hover {
    background-color: #0176bb;
}
.promo {
    width: 40%;
    float: left;
}
@media (max-width: 795px) {
    .blockHeaderCity .screen
    {
        display: none;
    }
}
@media (max-width: 795px) {
    .blockHeaderCity .promo
    {
        display: block;
        margin: 0 auto;
        margin-left: 28%;
    }
}
@media (max-width: 663px) {
    .blockHeaderCity .promo
    {
        display: block;
        margin: 0 auto;
        margin-left: 20%;
    }
}
@media (max-width: 460px) {
    .blockHeaderCity .promo
    {
        display: block;
        margin: 0 auto;
        margin-left: 8%;
    }
}
@media (max-width: 1024px) {
    .blockHeaderCity
    {
        padding-top: 170px;
        padding-bottom: 35%;
    }
}
/* ==========================================================================
Nouveau slide
========================================================================== */
#blockGlobal .blockCarouselHome .bloc-offres .main {
    text-align:right;
    max-width:1000px;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral {
    display: inline-block;
    max-width: 100%;
    width: 345px;
}
#blockGlobal #blockContent .mainTitle {
    color: #276D9F;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    margin: 0 0 15px;
    text-align: center;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .btn {
    margin:0;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .price-section {
    color:#FFF;
    line-height:50px;
    width:100%;
    text-align:center;
    padding-bottom: 7px;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .price-section .innerPrice {
    display: inline-block;
    margin: 0 auto;
    padding-top: 65px;
    font-size: 80px;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .price-section .innerPrice .prefixPrice {
    display: block;
    margin: 0 0 20px 0;
    line-height: 30px;
    font-size: 0.3em;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .price-section .innerPrice .intPrice {
    font-size: 117px;
    line-height: 117px;
    font-weight:600;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .price-section .innerPrice .floatPrice {
    font-size: 80px;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .price-section .innerPrice .sup {
    vertical-align: super;
    font-size: 47px;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .price-section .innerPrice .taxes {
    display: block;
    margin: 0 30px 0;
    text-align: right;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .price-section .innerPrice .suffixPrice {
    font-size: 1.8em;
    font-weight: 600;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .price-section .innerPrice .suffixPrice:after {
    content: ' ';
    background: url('seulement.png') no-repeat 75%;
    display: block;
    width: 100%;
    height: 22px;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .command-btn {
    width: 65%;
    margin: 8px auto 0;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .command-btn a {
    display: block;
    text-align: center;
    padding: 8px 0px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.5);
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .command-btn a:hover {
    background-color: rgba(255,255,255,0.3);
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .command-btn a span {
    color:#FFF;
    text-transform: uppercase;
    font-size: 18px;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .btn {
    margin-top:25px;
}
#blockGlobal .blockCarouselHome .bloc-offres .main .offer-integral .btn a.video {
    background-position:1px center;
    padding: 8px 15px 8px 30px;
}

/* ==========================================================================
Bloc Nom de Domaine
========================================================================== */
#blockGlobal .zone.zone-ndd {
    background-color:#313131;
    color:#FFF;
}
#blockGlobal .zone.zone-ndd .timeline {
    padding:20px 10px;
    text-align: center;
}
#blockGlobal .zone.zone-ndd .timeline .item {
    display: inline-block;
    width: auto;
    height: 42px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    vertical-align: top;
    margin: 0 25px;
}
#blockGlobal .zone.zone-ndd .timeline .item span.text {
    display:inline-block;
    padding:10px 0px 10px 60px;
    background:transparent url('1-lead.png') no-repeat left center / 35px 35px;
}
#blockGlobal .zone.zone-ndd .timeline .item.ref span.text,
#blockGlobal .zone.zone-ndd .timeline .item.social span.text {
    height: 42px;
    padding: 0 0 0 60px;
}
#blockGlobal .zone.zone-ndd .timeline .item.ref span.text {
    background-image:url('2-seo.png');
}
#blockGlobal .zone.zone-ndd .timeline .item.social span.text {
    background-image:url('3-social.png');
}
#blockGlobal .zone.zone-ndd .timeline .item.delay {
}
#blockGlobal .zone.zone-ndd .timeline .item.delay span.text {
    background-image:url('3-livraison.png');
}
#blockGlobal .zone.zone-ndd .timeline .item.ref span.icons,
#blockGlobal .zone.zone-ndd .timeline .item.social span.icons {
    float: left;
    width: 100%;
    height: 33px;
    margin-top: -18px;
    background: no-repeat 60px;
}
#blockGlobal .zone.zone-ndd .timeline .item.ref span.icons {
    background-image:url('icon-google.png');
}
#blockGlobal .zone.zone-ndd .timeline .item.social span.icons {
    background-image:url('icon-rs-01.png');
}
#blockGlobal .zone.zone-ndd .separator {
    padding:2px 115px;
}
#blockGlobal .zone.zone-ndd .separator div {
    height:1px;
    background-color:#FFF;
}
#blockGlobal .zone.zone-ndd .select-ndd {
    padding:21px 0 28px 0;
}
#blockGlobal .zone.zone-ndd .select-ndd .title {
    line-height: 23px;
    font-size: 23px;
    margin-top: 0px;
    font-weight: 300;
    width:18%;
    float:left;
}
#blockGlobal .zone.zone-ndd .select-ndd .title span {
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1px;
}
#blockGlobal .zone.zone-ndd .select-ndd .field-ndd {
    float:left;
    width:53%;
}
#blockGlobal .zone.zone-ndd .select-ndd .field-ndd input {
    width: 100%;
    height: 40px;
    margin: 3px 0 0;
    padding: 10px;
    border-radius: 30px;
    padding-left: 20px;
    font-weight: 300;
    font-size:19px;
}
#blockGlobal .zone.zone-ndd .select-ndd .field-ndd input::placeholder {
    font-size:24px;
}
#blockGlobal .zone.zone-ndd .search-ndd {
    float:left;
    width:29%;
    text-align:right;
}
#blockGlobal .zone.zone-ndd .search-ndd input[type="submit"] {
    margin: 3px 0 0;
    font-size: 18px;
    color: #FFF;
    padding: 9px 43px;
    background-color: #f68914;
}
#blockGlobal .zone.zone-ndd .search-ndd input[type="submit"]:hover {
    background-color:#DD801D;
}
/* ==========================================================================
Bloc compare
========================================================================== */
#blockGlobal .zone.zone-block-compare {background-color:#EFF1F4;}
#blockGlobal .main.block-compare {padding: 5px 0;}
#blockGlobal .main.block-compare .icon-responsive {
    vertical-align: top;
}
#blockGlobal .main.block-compare .block-legend {float:left;width:30.5%;}
#blockGlobal .main.block-compare .block-packs {
    float:left;
    width:69.5%
}
#blockGlobal .main.block-compare .block-pack1 {
    float:left;
    margin-top:35px;
    width:31%;
}
#blockGlobal .main.block-compare .block-pack2 {
    float:left;
    width:37.3%;
}
#blockGlobal .main.block-compare .block-pack3 {
    float:left;
    margin-top:35px;
    width:31%;
}
#blockGlobal .main.block-compare .case {
    border-bottom: 1px #CACACA solid;
    color: #ACACAC;
}
#blockGlobal .main.block-compare .case.creationMode {
    height: 59px;
}
#blockGlobal .main.block-compare .block-pack1 .case {
    color:#00CBBA;
}
#blockGlobal .main.block-compare .block-pack2 .case {
    color:#0290DB;
}
#blockGlobal .main.block-compare .block-pack3 .case {
    color:#195CA3;
}
#blockGlobal .main.block-compare .block-packs .case {
    text-align:center;
}
#blockGlobal .main.block-compare .block-legend .case.last {
    border-bottom:none;
}
#blockGlobal .main.block-compare .block-legend .case {
    position:relative;
}
#blockGlobal .main.block-compare .block-legend .case.unfoldable {
    cursor: pointer;
}
#blockGlobal .main.block-compare .block-legend .case .category {
    padding-left:29px;
    color:#696969;
    font-weight:400;
}
#blockGlobal .main.block-compare .case .subCategories {
    display: block;
    font-size: 17px;
    color:#696969;
    margin-bottom:20px;
    cursor: default;
}
#blockGlobal .main.block-compare .block-legend .case .subCategories {
    margin: 0px 45px 20px 45px;
    border-left: 1px dashed #696969;
    padding: 0px 0px 0px 20px;
}
#blockGlobal .main.block-compare .case .subCategories .subCategory {
    display: block;
    padding: 10px 0;
    position:relative;
}
#blockGlobal .main.block-compare .case .subCategoriesContainer,
#blockGlobal .main.block-compare .case .subCategories .subCategory .helpContainer {
    overflow:hidden;
}
#blockGlobal .main.block-compare .block-legend .case .subCategories .subCategory img.help {
    position:absolute;
    right:0;
    top:10px;
    cursor: pointer;
}
#blockGlobal .main.block-compare .block-legend .case .subCategories .subCategory div.help {
    font-size: 13px;
    background-color: rgb(255, 255, 255);
    padding: 11px;
    margin-top: 7px;
    line-height: 18px;
    border-radius: 5px;
}
#blockGlobal .main.block-compare .case .category {
    text-transform:uppercase;
    font-size:16px;
    height:49px;
    display:block;
    font-weight:600;
    line-height: 49px;
}
#blockGlobal .main.block-compare .case .icon.ok-tick,
#blockGlobal .main.block-compare .case .icon.nok-cross {
    background: url('start-ok.png') no-repeat center center / 24px 24px;
    display: inline-block;
    height: 100%;
    width: 100%;
}
#blockGlobal .main.block-compare .case .subCategory .icon.ok-tick,
#blockGlobal .main.block-compare .case .subCategory .icon.nok-cross {
    height:17px;
    background-size:17px 17px;
}
#blockGlobal .main.block-compare .block-legend .case.unfoldable:after {
    content: ' ';
    background: transparent url('fleche-unfoldable.png') no-repeat center center;
    transition: 0.75s all;
    transition-timing-function:ease-in-out;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    pointer-events:none;
}
#blockGlobal .main.block-compare .block-legend .case.unfoldable.folded:after {
    content:' ';
    transform:rotate(90deg);
}
#blockGlobal .main.block-compare .case .icon.nok-cross {
    background-image: url('error.png');
}
#blockGlobal .main.block-compare .block-pack2 .case .icon.ok-tick {
    background-image: url('integral-ok.png');
}
#blockGlobal .main.block-compare .block-pack3 .case .icon.ok-tick {
    background-image: url('ecommerce-ok.png');
}
#blockGlobal .main.block-compare .block-legend .case.block-header {
    height:210px;
}
#blockGlobal .main.block-compare .block-legend .case.block-header .category {
    display: block;
    padding-top: 118px;
    font-size: 23px;
    padding-left: 11px;
}
#blockGlobal .main.block-compare .block-packs .case.block-header {
    height:175px;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.block-header {
    height:213px;
}
#blockGlobal .main.block-compare .block-legend .blockTrust {
    margin: 34px 25px 0 25px;
    background-color:#FFF;
    padding-top:10px;
    padding-bottom:15px;
    padding-left: 15px;
    padding-right: 15px;
}
#blockGlobal .main.block-compare .block-legend .blockTrust .trustTitle {
    text-transform:uppercase;
    font-weight:700;
    text-align: center;
    font-size: 15px;
    margin-bottom:10px;
}
#blockGlobal .main.block-compare .block-legend .blockTrust .trustpilot-widget iframe {
    margin:0px auto;
    background-color:#EFF1F4;
    padding-top:21px;
}
/* HEADER START */

#blockGlobal .main.block-compare .block-packs .case.block-header > span {
    display:block;
    line-height:53px;
}
#blockGlobal .main.block-compare .block-packs .case.block-header > span.title {
    text-align:center;
    padding-top:12px;
    padding-bottom:6px;
    line-height:18px;
}
#blockGlobal .main.block-compare .block-packs .case.block-header > span.title .type {
    font-style:italic;
    font-size:19px;
    font-weight:400;
}
#blockGlobal .main.block-compare .block-packs .case.block-header .price-section {
    color:#FFF;
    background-color:#00CBBA;
    height:113px;
    line-height:40px;
    overflow:hidden;
    position:relative;
}
#blockGlobal .main.block-compare .block-packs .case.block-header .price-section .innerPrice {display:inline-block; margin:0 auto;padding-top:8%;font-size:40px;}
#blockGlobal .main.block-compare .block-packs .case.block-header .price-section .innerPrice .intPrice {font-size:60px; line-height:60px;}
#blockGlobal .main.block-compare .block-packs .case.block-header .price-section .innerPrice .floatPrice {font-size:45px;}
#blockGlobal .main.block-compare .block-packs .case.block-header .price-section .innerPrice .sup {vertical-align:super;font-size:20px;}
#blockGlobal .main.block-compare .block-packs .case.block-header .price-section .innerPrice .taxes {
    font-size:14px;
    display:block;
    text-align:right;
    font-weight:400;
}
#blockGlobal .main.block-compare .block-packs .case.block-header .price-section .tryIt {
    position: absolute;
    display: block;
    width: 188px;
    top: 16px;
    left: -50px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    padding: 5px 0px;
    color: #00CBBA;
    background-color: #F7F8FA;
    transform: rotate(-25deg);
}
#blockGlobal .main.block-compare .block-packs .case.block-header .label {
    text-transform:uppercase;
    font-size:23px;
    font-weight:400;
    color:#313131;
}
#blockGlobal .main.block-compare .block-packs .case.video .category span {
    background: transparent url('start-video.png') no-repeat left center / 30px 30px;
    padding-left:50px;
    display:inline-block;
    color:#00CBBA;
}
#blockGlobal .main.block-compare .block-packs .case.creationMode {
    color:#FFF;
}
#blockGlobal .main.block-compare .block-packs .case.creationMode .category {
    display: block;
    height: 59px;
    line-height: 60px;
}
#blockGlobal .main.block-compare .block-packs .command-btn a {
    display: block;
    background-color: #00CBBA;
    margin-top: 33px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    padding: 10px 0;
}
#blockGlobal .main.block-compare .block-packs .command-btn a:hover {
    background-color: #09B4A6;
}
#blockGlobal .main.block-compare .block-packs .table {
    background-color:rgba(255, 255, 255, 0.5);
    box-shadow: 3px 3px 2px 1px rgb(153, 150, 150);
}

/* START */
#blockGlobal .main.block-compare .block-packs .block-pack1 .case.creationMode {
    color: #00CBBA;
    background: rgba(0, 203, 186, 0.1);
}

/* E-COMMERCE */
#blockGlobal .main.block-compare .block-packs .block-pack3 .case.block-header .price-section {
    background-color:#195CA3;
}
#blockGlobal .main.block-compare .block-packs .block-pack3 .case.video .category span {
    background-image:url('ecommerce-video.png');
    color:#195CA3;
}
#blockGlobal .main.block-compare .block-packs .block-pack3 .case.creationMode {
    background: rgba(25, 92, 163, 0.1);
    color: #195CA3;
}
#blockGlobal .main.block-compare .block-packs .block-pack3 .command-btn a {
    background-color:#195CA3;
}
#blockGlobal .main.block-compare .block-packs .block-pack3 .command-btn a:hover {
    background-color:#14487E;
}

/* INTEGRAL */
#blockGlobal .main.block-compare .block-packs .block-pack2 .table {
    background-color:#FFF;
    box-shadow: 3px 3px 2px 1px rgb(153, 150, 150);
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.block-header > span.title {
    text-align:center;
    padding-top:17px;
    padding-bottom:5px;
    line-height:25px;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.block-header > span.title .type {
    font-style:italic;
    font-size:25px;
    font-weight:400;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case {
    border: 1px #CACACA solid;
    border-top: none;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.block-header {
    border-top:1px #CACACA solid;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.last {
    border-bottom:4px #0290DB solid;
    padding-bottom:24px;
    height:74px;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.block-header .label {
    font-size:27px;
    line-height:27px;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.block-header .price-section {
    height:127px;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.block-header .price-section {
    background-color:#0290DB;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.second .category {
    height:46px;
    line-height:46px;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.block-header > span {
    line-height:30px;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.block-header .price-section .innerPrice .taxes {
    margin-top:-10px;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.block-header .price-section .innerPrice .sup {
    vertical-align: super;
    font-size: 30px;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.block-header .price-section .innerPrice .intPrice {
    font-size: 70px;
    line-height: 70px;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.block-header .price-section .innerPrice .floatPrice {
    font-size: 50px;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.video .category span {
    background-image:url('integral-video.png');
    color:#0290DB;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.creationMode {
    background-color: #0290DB;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .case.creationMode .category {
    font-size: 18px;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .command-btn a {
    background-color:#0290DB;
    margin-top: 19px;
}
#blockGlobal .main.block-compare .block-packs .block-pack2 .command-btn a:hover {
    background-color:#067DBC;
}

/* Block - infos */
#blockGlobal .main.block-compare .block-packs .block-infos {
    width:100%;
    float:left;
    margin-top: 25px;
    text-align: center;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-phone,
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-france {
    width:50%;
    float:left;
    padding-top:65px;
    background:transparent url('tel-viaduc.png') no-repeat center top / 64px 64px;
    text-align:center;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px #CACACA solid;
    padding-bottom: 20px;
    transition: all 0.5s ease;
    min-height:84px;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-france {
    background-image:url('made-in-france.png');
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog .title,
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-phone .title,
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-france .title  {
    text-transform:uppercase;
    font-size:18px;
    margin: 10px 0;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-phone .text,
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-france .text  {
    font-size:14px;
    margin-bottom:15px;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-phone .phone-number,
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-france .phone-number  {
    font-size:24px;
    font-weight:600;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog .btn {
    display: inline-block;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog .btn a {
    background: url('icon-order-1.png') no-repeat 8px center #0290DB;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 2px;
    padding: 8px 8px 8px 30px;
    display: inline-block;
    margin-left: 8px;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog .toActive {
    cursor: pointer;
    padding-left: 72px;
    background: transparent url('downloadCatalogIcon.png') no-repeat left top / 64px 64px;
    min-height: 64px;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog .title {
    display: inline-block;
    margin: 0;
    margin-top: 22px;
    margin-bottom: 12px;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog.active .toActive {
    display:none;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog form {
    text-align:center;
    display:none;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog.active form {
    display:block;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog form .inputContainer {
    display:inline-block;
    vertical-align:top;
    width: 275px;
    min-width:33.3333%;
    margin: 2px;
    margin-top: 10px;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog form .inputContainer input {
    font-size: 16px;
    padding:10px 5px;
    background-color: #fff;
    color: #696969;
    border: 1px #CACACA solid;
    width: 100%;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog form .inputContainer .inputError {
    display: none;
    color: #D30522;
    padding-left: 5px;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog form #recaptchaDownloadCatalog {
    margin:2px;
    display:inline-block;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog form .btn {
    margin:2px;
    margin-top: 10px;
}
#blockGlobal .main.block-compare .block-packs .block-infos .block-infos-downloadCatalog form .btn a {
    padding: 11px 8px 11px 30px;
    margin-left: 0px;
}
/* ==========================================================================
Bloc référencement offre
========================================================================== */
#blockContent .pack .inner {
    border: 1px solid #f1f1f1;
}
#blockContent .pack .title {
    font-family: 'lato', sans-serif;
    font-weight: 400;
    font-style: italic;
    padding: 15px 0 5px 35px;
}
#blockContent .pack.start .title {
    background: url("iconPacks.png") no-repeat scroll 0 18px transparent;
    color: #00CBBA;
}
#blockContent .pack.integral .title {
    background: url("iconPacks.png") no-repeat scroll 0 -66px transparent;
    color: #0290DB;
}
#blockContent .pack.e-commerce .title {
    background: url("iconPacks.png") no-repeat scroll 0 -149px transparent;
    color: #195ca3;
}
#blockContent .pack .inner .description {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-right: 1px solid #f1f1f1;
}
#blockContent .pack.start .inner .description {
    border-left: 4px solid #00CBBA;
}
#blockContent .pack.integral .inner .description {
    border-left: 4px solid #0290DB;
}
#blockContent .pack.e-commerce .inner .description {
    border-left: 4px solid #195ca3;
}
#blockContent .pack .inner .description .video a{
    font-style: italic;
    text-transform: inherit;
    font-weight: 400;
    padding: 13px 0 0 30px;
    display: block;
    font-size: 16px;
    margin: 10px 0 0;
    height: 25px;
}
#blockContent .pack.start .inner .description .video a{
    color: #00CBBA;
    text-decoration: underline;
    background: url("icon-play-01.png") no-repeat scroll 0 13px transparent;
}
#blockContent .pack.integral .inner .description .video a{
    color: #0290DB;
    text-decoration: underline;
    background: url("icon-play-02.png") no-repeat scroll 0 13px transparent;
}
#blockContent .pack.e-commerce .inner .description .video a{
    color: #195ca3;
    text-decoration: underline;
    background: url("icon-play-03.png") no-repeat scroll 0 13px transparent;
}
#blockContent .pack .inner .details .price {
    color: #444444;
    font-size: 40px;
    padding-bottom: 30px;
    text-align: center;
}
#blockContent .pack.integral .inner .details {
    padding-top: 25px;
}
#blockContent .pack .inner .details .name {
    font-family: 'lato',sans-serif;
    font-size: 18px;
    text-align: center;
}
#blockContent .pack.start .inner .details .name {
    color: #00CBBA;
}
#blockContent .pack.integral .inner .details .name {
    color: #0290DB;
}
#blockContent .pack.e-commerce .inner .details .name {
    color: #195ca3;
}
#blockContent .pack .btn a {
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 15px 15px 15px 40px;
}
#blockContent .pack.start .btn a {
    background: url('icon-order-1.png') no-repeat 15px center #00CBBA;

}
#blockContent .pack.integral .btn a {
    background: url('icon-order-1.png') no-repeat 15px center #0290DB;
}
#blockContent .pack.e-commerce .btn a {
    background: url('icon-order-1.png') no-repeat 15px center #195ca3;
}

.blockViaducDemo {
    background: url("bg_shadow_conseils.png") no-repeat scroll center top #EFF1F4;
    padding: 45px 20px 0px;
}
.blockViaducDemo .demoBottom, .blockViaducDemo .demoContent {
    width: 1160px;
    margin: 0 auto;
}
.blockViaducDemo .secondTitle {
    color: #0089db;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'lato',sans-serif;
    font-size: 22px;
}
.blockViaducDemo .blockTeam .teamContent {
    height: auto !important;
    min-height: 185px;
    padding: 10px 0 0;
    position: relative;
    text-align: center;
}
.blockViaducDemo p.first {
    padding: 0 0 15px;
}
.blockViaducDemo p {
    font-size: 15px;
    width: 100%;
    font-family: 'lato', sans-serif;
}
.blockViaducDemo .blockTeam .teamContent {
    background: none;
    position: relative;
}
.blockViaducDemo .blockTeam .teamContent .btnTestDemo {
    height: 142px;
    display: block;
    float: left;
}
.blockViaducDemo .blockTeam .teamContent .btnParrainage {
    display: block;
    float: right;
    position: relative;
    margin: 50px 0 20px 0;
    height: 40px;
    border-radius: 2px;
    background-color: #0089db;
    color: #fff;
}
.blockViaducDemo .blockTeam .teamContent .btnParrainage img {
    width: 110px;
    height: 80px;
    position: absolute;
    top: -20px;
    left: -20px;
}
.blockViaducDemo .blockTeam .teamContent .btnParrainage span {
    padding-right: 20px;
    padding-left: 90px;
    font-family: 'lato', sans-serif;
    font-size: 18px;
    line-height: 38px;
}

.reussirWebAfnic {
    width: 100%;
    height: 370px;
    background: url('reussir-web.png') no-repeat center/cover;
    cursor: pointer;
}
.reussirWebAfnic span {
    display: none;
}
.reussirWebAfnic.hide {
    position: absolute;
    pointer-events: none;
    -webkit-animation: fade-out 1s ease-out both;
    animation: fade-out 1s ease-out both;
}
iframe.reussirWeb {
    height: 0px;
}
iframe.reussirWeb.show {
    height: 1100px;
}

/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* ==========================================================================
Bloc video offre
========================================================================== */

.packs.offers-video .pack-1 .pack-btn .btn {
    background-color:#D92F35;
}
.packs.offers-video .pack-1 .pack-btn .btn:hover {
    background-color:#D1272D;
}
.packs.offers-video .pack-2 .pack-btn .btn {
    background-color:#cc181e;
}
.packs.offers-video .pack-2 .pack-btn .btn:hover {
    background-color:#BD161B;
}

/* ==========================================================================
general
========================================================================== */
.main{
    max-width: 1230px; width: 100%; margin: 0 auto; font-family: 'Lato';
}
.main .offer-integral {
    /* display: inline-block; */
    /*max-width: 100%;*/
    width: 307px;
}
.price-section {
    color: #FFF;
    line-height: 50px;
    width: 100%;
    text-align: center;
    padding-bottom: 7px;
}
.price-section .innerPrice {
    display: inline-block;
    margin: 0 auto;
    padding-top: 65px;
    font-size: 80px;
}
.price-section .innerPrice .prefixPrice {
    display: block;
    margin: 0 0 20px 0;
    line-height: 30px;
    font-size: 0.3em;
}
.price-section .innerPrice .suffixPrice {
    font-size: 1.8em;
    font-weight: 600;
}
.price-section .innerPrice .intPrice {
    font-size: 117px;
    line-height: 117px;
    font-weight: 600;
}
.price-section .innerPrice .floatPrice {
    font-size: 80px;
}
.price-section .innerPrice .sup {
    vertical-align: super;
    font-size: 47px;
}
.price-section .innerPrice .taxes {
    display: block;
    margin: 0 30px 0;
    text-align: right;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}
.blockHeaderCity .command-btn {
    width: 65%;
    margin: 8px auto 0;
}
.blockHeaderCity .command-btn a {
    display: block;
    text-align: center;
    padding: 8px 0px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.5);
}
.blockHeaderCity .command-btn a span {
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
}
.detailsMetier .editoDetails .mainTitle span {
    font-family: 'Convergence',sans-serif;
    color: #999;
    font-size: 22px;
    text-align: center;
}
.detailsMetier .editoDetails p {
    line-height: 20px;
    font-family: 'Convergence',sans-serif;
    color: #999999;
    font-size: 18px;
    text-align: justify;
    margin-top: 1%;
}
.zone *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix{
    clear: both;
}
a.btn-link{
    display: inline-block; padding: 8px 15px;
    font-size: 16px; font-family: 'Lato'; font-weight: 300;
    color: #fff ; background: #0089db; text-transform: uppercase;
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
    zoom: 1; position: relative;
}
a:hover {
    color: #348bc5;
}
a:active, a:hover {
    outline: 0;
}

/* ==========================================================================
Footer
========================================================================== */
.footer{
    font-family: 'Lato';
    position: relative; bottom: 0; border-top: none !important;
    background: url('bg-footer.jpg') no-repeat center 0;
}
.footer .footerOffer{
    background: url("logo-3.png") no-repeat 0 0;
}
.footer .footerOffer .footerMenu .item .linkMenu,
.footer .footerOffer .footerMenu .item .linkMenu:hover,
.footer .blockCopyright a, .footer .footerOffer .copyright,
.footer .footerOffer .social .title,
.footer .blockSecure div, .footer .blockRef div{
    color: #fff !important;
}
.footer a:hover {
    opacity: 1;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.footer a:hover {
    opacity: 0.8;
}
.footer .footerOffer .footerMenu .item{
    padding: 0 7px 0 2px; line-height: 18px;
    border-right: 0; background: url('sep-03.png') no-repeat right 1px;
}
.footer .footerOffer .footerMenu .item.last{
    background: none;
}
.footer .footerOffer .social{
    padding: 16px 0 0;
}
.footer .footerOffer .social .btn.facebook{
    background: url('logo-facebook.png') no-repeat 0 0;
}
.footer .footerOffer .social .btn.twitter{
    background: url('logo-twitter.png') no-repeat 0 0;
}
.footer .footerOffer .social .btn.linkedin{
    background: url('logo-linkedin.png') no-repeat 0 0;
}
.footer .footerOffer .social .btn.viadeo{
    background: url('logo-viadeo.png') no-repeat 0 0;
}
.footer .footerOffer .social .btn.gplus{
    background: url('logo-gplus.png') no-repeat 0 0;
}
.footer .footerOffer .social .btn.blog{
    background: url('logo-blog.png') no-repeat 0 0;
}
.footer .blockSecure div, .footer .blockRef div{
    font-weight: normal; font-size: 13px; padding-bottom: 3px;
}
.footer .inner{
    float: left; padding: 3px 110px 10px 11px;
    background: url('afnic.png') no-repeat right 15px;
    background-size: 100px;
}
.footer .blockSecure, .footer .blockRef{
    border-left: 1px solid #999; float: none;
}
.footer .blockRef{
    margin-bottom: 7px;
}
.footer .blockRef img{
    display: inline-block; vertical-align: middle; margin-right: 12px;
}

.customersRating {
    display: block;
    padding: 12px 0px 0px;
    font-family: "Lato";
    font-style: italic;
    font-size: 11px;
    color: #FFF;
    width: 232px;
}

/* ==========================================================================
Bulle Trustpilote
========================================================================== */
.bubuleTrustPilote {
    background-color: #354052;
    position: fixed;
    left: 10px;
    bottom: -70px;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    z-index: 300;
    padding: 25px;
    border: 10px solid #EEEEEE;
    transition: bottom 1s;
}
.bubuleTrustPilote:hover {
    bottom:10px;
}

/* ==========================================================================
Pages internes
========================================================================== */

.blockTree {
    border-bottom: 1px solid #e5e5e5;
    height: 30px;
    margin: 12px auto 0;
    width: 1160px;
}

.blockTree ul {
    margin: 0 0 0 15px;
}

.blockTree li {
    color: #c3c3c3;
    display: inline;
    float: left;
    font-size: 12.5px;
    list-style: none outside none;
    text-align: center;
}

.blockTree li.itemHome a {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

.blockTree li.itemHome span {
    background: url("puce-arrow-1-right.gif") no-repeat scroll right 9px transparent;
    color: #c3c3c3;
    margin: 0 10px 0 0;
    padding: 5px 15px 0px 0px;
    font-weight: bold;
}
#blockGlobal.isHome #blockCenter {padding-bottom: 0 !important;}

/* ==========================================================================
Galerie (gallery)
========================================================================== */
.zone-3 .galleryLink {
    text-align: center;
    font-size: 26px;
    margin: 23px 0px 4px;
}
.zone-3 .galleryLink a {
    color:#000;
}
.zone-3 .galleryLink span {
    color:#0089db;
    padding-right:25px;
    background:transparent url('arrow-galerie.png') no-repeat right center;
}
/* Intro (gallery)
========================================================================== */

.zone-slider.zone-slider-gallery .flex-direction-nav .flex-next, .zone-slider.zone-slider-gallery .flex-direction-nav .flex-prev {
    background: none !important;
}
.zone-slider-gallery .gallery-content, .zone-slider-gallery  #slider {
    float: left; width: 40%;
}
.zone-slider-gallery .gallery-content .title-style-3 {
    color: #1A7AC0;
    font-size: 23px;
    font-weight: 400;
}
.zone-slider-gallery .gallery-content {
    margin: 0 ;
}
.zone-slider-gallery .gallery-content .title-style-3 span.bold {
    font-weight: bold;
}
.zone-slider.zone-slider-gallery {
    padding: 10px 0 70px; position: relative;
}
.zone-slider-gallery .gallery-content hr {
    background-color: #d1d1d1;
    border: medium none;
    clear: both;
    color: rgba(0, 0, 0, 0.05);
    display: block;
    height: 1px;
    margin: 20px 0 30px;
    outline: medium none;
    width: 25%;
}
.zone-slider-gallery .gallery-content p {
    font-size: 15px; color: #444444;
}
.zone-slider-gallery .gallery-content p span.bold {
    font-weight: bold;
}
.zone-slider-gallery .gallery-content a.btn-link {
    float: right; font-size: 15px; margin: 20px 0 0 15px;
}
.zone-slider.zone-slider-gallery .btn-down {
    position: absolute; bottom: -30px; left: 49%;
}

/* Mosaique (gallery)
========================================================================== */
.gallery-img {
}
.gallery-img-inner {
    width: 85%;
    margin: 0 auto;
    padding: 20px 0 40px;
    text-align: center;
}
.gallery-title.title-2.style-2 {
    margin-top:25px;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item {
    float: left; width: 23%;    margin: 0 2.66% 20px 0; position: relative;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item .gallery-item-container {
    position: relative;
    padding-bottom: 61.25%;
    height: 0;
    overflow: hidden;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item .gallery-item-container .sub-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor:pointer;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item .gallery-item-container.icons-gallery {
    background-color: #018ADB;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item .gallery-item-container.icons-gallery .sub-img {
    top:0%;
    cursor:default;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item .gallery-item-container .siteLink {
    display:none;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item.item-last {
    margin:0; padding: 0;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item .desc-inner {
    background: rgba(3, 95, 181, 0.9); height: 0px; width: 100%;
    text-align: center; position: absolute; z-index: 9; bottom: 0px;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item:hover .desc-inner {
    height: 96px;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item .item-hover {
    display: none;
    cursor:pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item:hover .item-hover {
    display: block;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item .desc-inner .desc {
    text-align: center; color: #FFF; font-family: 'Lato', sans-serif; font-size: 14px;
    font-style: italic; padding: 15px 20px 0; font-weight: 300;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item .desc-inner .desc.desc-url {
    display: none;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item .desc-inner .desc span.url {
    text-align: center; color: #FFF; font-family: 'Lato', sans-serif; font-size: 17px;
    font-style: normal; font-weight: 500;
}
.gallery-img .gallery-img-inner .gallery-line .gallery-item .item-hover .see-more {
    bottom: 86px;
    left: 47.5%;
    position: absolute;
    z-index: 10;
}

.zone-quotes {

}
.zone-quotes .title-2{
    position: relative;
    padding: 20px 0 60px; color: #777777; font-size: 30px; text-align: center; font-weight: 300;
    background: url('picto-quotes.png') no-repeat center bottom; margin-bottom: -40px;
}

.zone-quotes.gallery {
    padding: 0 0 60px; text-align: center;
    background: none;
}
.zone-quotes.gallery .title-2{
    position: relative;
    padding: 20px 0 60px; color: #777777; font-size: 30px; text-align: center; font-weight: 300;
    background: url('picto-quotes.png') no-repeat center bottom; margin-bottom: 40px;
}
.zone-quotes .title-2 strong{
    font-weight: 500;
}
.zone-quotes .bx-wrapper {
    width: 41% !important;
    display: inline-block;
    padding: 0 4%;
    vertical-align: top;
    overflow: visible !important;
}
.zone-quotes .quotes{
    width: 100% !important; display: inline-block; vertical-align: top;
}
.zone-quotes .quotes p{
    text-align: center; line-height: 21px; color: #666; font-size: 18px; font-style: italic; margin: 0;
}
.zone-quotes .quotes .author{
    display: block; padding: 19px 0 0; color: #444; font-size: 14px; font-style: italic; text-align: center;
}
.zone-quotes .quotes .author strong{
    font-weight: 700;
}
.zone-quotes.gallery .btn {
    display: inline-block;
    float: none;
    background: url('icon-phone-2.png') no-repeat 12px center #0089db;
    border-radius: 2px;
    margin: 5px 2px;
    padding: 15px;
    padding-left: 42px;
    margin-top: 40px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
}

/* Qui sommes nous ? (apropos)
========================================================================== */
/* Bloc-1 (apropos)
========================================================================== */
.bloc-1.apropos {
    background: none !important; margin:0 !important; padding:0 !important;
}
.bloc-1.apropos .bloc-1-content {
    width: 1010px;    margin: 0 auto;    padding:10px 0 40px;
    font-family: 'lato', sans-serif;
}
.bloc-1.apropos .bloc-1-content .bloc-1-text {
    width: 60%; margin: 0 5% 0 0; float: left;
}
.bloc-1.apropos .bloc-1-content .bloc-1-img {
    width: 35%; float: left;
}
.bloc-1.apropos .bloc-1-content .titreStyle-3 {
    font-family: 'convergence', sans-serif; font-size: 35px; color: #303030;
    font-weight: normal; margin-bottom: 20px;
}
.bloc-1.apropos .bloc-1-content .titreStyle-4 {
    font-family: 'lato', sans-serif; font-size: 18px; color: #1A7AC0;
    text-transform: uppercase; margin-bottom: 30px;
}
.bloc-1.apropos .bloc-1-content p {
    font-size: 15px; font-family: 'lato', sans-serif; color: #444;
}
.bloc-1.apropos .bloc-1-content p span.bold {
    font-weight: bold;
}
/* Bloc-2 (apropos)
========================================================================== */
.bloc-2.apropos {
    margin:0 !important; padding:0 !important; background: #1A7AC0;
}
.bloc-2.apropos .bloc-2-content {
    width: 1010px;    margin: 0 auto;    padding: 35px 0 15px;
    font-family: 'lato', sans-serif;
}
.bloc-2.apropos .bloc-2-content .counter-inner p {
    color: #FFF; font-family: 'lato', sans-serif; text-align: center; line-height: 10px;
}
.bloc-2.apropos .bloc-2-content .counter-inner .counter {
    width: 33%; float: left;
}
.bloc-2.apropos .bloc-2-content .counter-inner .counter p span.big-number {
    font-weight: bold; font-size: 42px;
}
.bloc-2.apropos .bloc-2-content .counter-inner .counter p span.bold {
    font-weight: bold;
}
.bloc-2.apropos .bloc-2-content .counter-inner .counter p span.legend {
    font-size: 15px; font-weight: 300;
}
/* Bloc-3 (apropos)
========================================================================== */
.bloc-3.apropos {
    margin:0 !important; padding:0 !important; background: none;
}
.bloc-3.apropos .bloc-3-content {
    width: 1010px;    margin: 0 auto;    padding: 35px 0 35px;
    font-family: 'lato', sans-serif;
}
.bloc-3.apropos .bloc-3-content .testimonial-inner .testimonial-img {
    float: left; width: 25%; margin-right: 4%;
}
.bloc-3.apropos .bloc-3-content .testimonial-inner .testimonial-text {
    float: left; width: 71%;
}
.bloc-3.apropos .bloc-3-content .testimonial-inner .testimonial-text .titreStyle-5 {
    font-size: 23px; font-weight: 400; color: #1A7AC0;
}
.bloc-3.apropos .bloc-3-content .testimonial-inner .testimonial-text hr {
    background-color: #7D7D7D; color: rgba(0, 0, 0, 0.2);
    border: medium none; clear: both; display: block;
    height: 1px; margin: 20px 0; outline: medium none;
    width: 15%;
}
.bloc-3.apropos .bloc-3-content .testimonial-inner .testimonial-text p {
    font-size: 15px; color: #444;
}
.bloc-3.apropos .bloc-3-content .testimonial-inner .testimonial-text p span.bold {
    font-weight: bold;
}
.bloc-3.apropos .bloc-3-content .testimonial-inner .testimonial-text .signature {
    text-align: right; float: right; margin: -40px 50px 0 0;
}
.bloc-3.apropos .bloc-3-content .testimonial-inner .testimonial-text .citation {
    background: url('bgd-citation.png')no-repeat center center;
    padding: 20px 50px; color: #444; font-style: italic; font-weight: 300;
    font-size: 18px;
}
.bloc-3.apropos .bloc-3-content .testimonial-inner .testimonial-text .citation sup {
    font-size: 10px;
}
.bloc-3.apropos .bloc-3-content .testimonial-inner .testimonial-text .icon-rs-inner .icon-rs {
    margin: 0 5px 0 0;
}
/* Bloc-4 (apropos)
========================================================================== */
.bloc-4.apropos {
    margin:0 !important; padding:0 !important; background: #F8F8F8;
}
.bloc-4.apropos .bloc-4-content {
    width: 1010px;    margin: 0 auto;    padding: 45px 0 30px;
    font-family: 'lato', sans-serif;
}
.bloc-4.apropos .bloc-4-content .titreStyle-6 {
    text-align: center; font-size: 23px; color: #1A7AC0; font-weight: 400;
    line-height: 20px; background: url('bgd-title.png') no-repeat center center;
    margin-bottom: 25px;
}
.bloc-4.apropos .bloc-4-content .titreStyle-6 span.bold {
    font-weight: bold;
}
.bloc-4.apropos .bloc-4-content .titreStyle-6 span.under-title {
    text-transform: uppercase; color: #666; font-size: 16px; font-weight: 400;
}
.bloc-4.apropos .bloc-4-content .bloc-4-img {
    float: left; width: 40%; margin-right: 10%;
}
.bloc-4.apropos .bloc-4-content .bloc-4-text {
    float: left; width: 45%;
}
.bloc-4.apropos .bloc-4-content .bloc-4-text p {
    font-size: 15px; color: #444;
    margin-top: 20px;
}
.bloc-4.apropos .bloc-4-content .bloc-4-text p span.bold {
    font-size: 15px; font-weight: bold;
}
.bloc-4.apropos .bloc-4-content .bloc-4-text .btn-demo,
.bloc-4.apropos .bloc-4-content .bloc-4-text .france {
    float: left;
}
.bloc-4.apropos .bloc-4-content .bloc-4-text .btn-demo {
    margin: 5px 0 0 15px;
}
/* Bloc-5 (apropos)
========================================================================== */
.bloc-5.apropos {
    margin:0 !important; padding:0 !important; background: #FFF;
}
.bloc-5.apropos .bloc-5-content {
    width: 1010px;    margin: 0 auto;    padding: 45px 0 30px;
    font-family: 'lato', sans-serif;
}
.bloc-5.apropos .bloc-5-content .titreStyle-6 {
    text-align: center; font-size: 23px; color: #1A7AC0; font-weight: 400;
    line-height: 20px; background: url('bgd-title.png') no-repeat center center;
    margin-bottom: 35px;
}
.bloc-5.apropos .bloc-5-content .titreStyle-6 span.bold {
    font-weight: bold;
}
.bloc-5.apropos .bloc-5-content .titreStyle-6 span.under-title {
    text-transform: uppercase; color: #666; font-size: 16px; font-weight: 400;
}
.bloc-5.apropos .bloc-5-content .bloc-5-text p {
    font-size: 15px; color: #444;
    margin-top: 20px;
}
.bloc-5.apropos .bloc-5-content .bloc-5-services {
    float: left; width: 70%;
}
.bloc-5.apropos .bloc-5-content .bloc-5-services h3 {
    color: #1A7AC0; text-transform: uppercase; font-size: 16px;
    margin-top: 35px; margin-bottom: 15px;
}
.bloc-5.apropos .bloc-5-content .bloc-5-services ul {
    float: left; margin-right: 90px; color: #797979; font-size: 14px; font-weight: 400;
}
.bloc-5.apropos .bloc-5-content .bloc-5-services ul li {
    line-height: 15px; background: url('rounded-arrow-list.png') no-repeat left top;
    padding: 0 0 7px 20px;
}
.bloc-5.apropos .bloc-5-content .bloc-5-img {
    float: left; width: 30%;
}
.bloc-5.apropos .bloc-5-content .bloc-5-text p span.bold {
    font-size: 15px; font-weight: bold;
}
/* Bloc-6 (apropos)
========================================================================== */
.bloc-6.apropos {
    margin:0 !important; padding:0 !important; background: #F8F8F8;
}
.bloc-6.apropos .bloc-6-content {
    width: 1010px; margin: 0 auto; padding: 35px 0 35px;
    font-family: 'lato', sans-serif; text-align: center;
}
.bloc-6.apropos .bloc-6-content .col-1,
.bloc-6.apropos .bloc-6-content .col-2 {
    float: left; font-size: 15.5px; color: #444; font-style: italic;
    width: 49%; text-align: center; margin-top: 15px;
}
.bloc-6.apropos .bloc-6-content .col-1 {
    border-right: 1px dashed #dcdcdc; padding-right: 1px;
}
.bloc-6.apropos .bloc-6-content .col-1 {
    padding-left: 10px;
}
.bloc-6.apropos .bloc-6-content .col-1 p,
.bloc-6.apropos .bloc-6-content .col-2 p {
    text-align: center;
}
.bloc-6.apropos .bloc-6-content .col-1 p span.bold,
.bloc-6.apropos .bloc-6-content .col-2 p span.bold {
    font-weight: bold;
}
.bloc-6.apropos .bloc-6-content .col-2 p span.black-blue {
    font-weight: 600; color: #1A7AC0;
}
.bloc-6.apropos .bloc-6-content .col-2 p span.small-blue {
    font-weight: 400; font-size: 14px; color: #1A7AC0;
}
.bloc-6.apropos .bloc-6-content .col-2 p span.small {
    font-weight: 400; font-size: 9px; color: #dcdcdc;
}


/* Vidéos (video)
========================================================================== */
/* Bloc-1 (video)
========================================================================== */
.bloc-1.video {
    background: url('bgd-video.png') no-repeat center top #2e3541; padding: 15px 0 40px;
}
.bloc-1.video .blockTree {
    margin: 0 auto; opacity: 0.3;
}
.bloc-1.video .bloc-inner {
    max-width: 1024px; margin: 0 auto;
}
.bloc-1.video .bloc-inner {
    padding: 40px 0 30px;
}
.bloc-1.video .bloc-inner .bloc-content h2.title-style-4 {
    text-align: center; font-family: 'lato', sans-serif;
    color: #FFFFFF; font-size: 26px; font-weight: 300;
    background: url('bgd-title-video.png') no-repeat center;
}
.bloc-1.video .bloc-inner .bloc-content h2.title-style-4 span.bold {
    font-weight: 400;
}
.bloc-video{
    padding: 40px 0 0;
    margin: 0 auto;
}
.bloc-video .offre {
    width: 30%; float:left; background: none; margin: 0 1.41% 0; position: relative;
}

.bloc-video .offre p{
    margin: 0;
}
.bloc-video .desc-video {
    background: #FFFFFF; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; position: relative;
}
.bloc-video .offre .title{
    font-family: 'lato', sans-serif; font-style: italic; font-size: 19px; padding: 20px 0 0;
    text-align: center; line-height: 20px; color: #444444; font-weight: 300;
}
.bloc-video .offre .play-video {
    height: 110px;
}
.bloc-video .offre .title-1 {
    font-family: 'lato', sans-serif; text-align: center;
}
.bloc-video .offre .title-1{
    display: block; font-size: 17px; text-transform: uppercase; padding: 20px 0 17px; text-align: center;
}
.bloc-video .offre-1 .title-1{
    color: #4fb2e4; background: url('bg-title-1.png') no-repeat center bottom;
}
.bloc-video .offre-2 .title-1{
    color: #0e78c3;  background: url('bg-title-2.png') no-repeat center bottom;
}
.bloc-video .offre-3 .title-1{
    color: #044872;  background: url('bg-title-3.png') no-repeat center bottom;
}
.bloc-video .offre-4 .title-1{
    color: #1BA8C1;  background: url('bg-title-4.png') no-repeat center bottom;
}
.bloc-video .offre .title strong{
    font-weight: 500; display: block;
}
.bloc-video .offre .prix {
    font-size: 50px; padding-bottom: 45px; text-align: center;
    color: #444444; font-family: 'lato', sans-serif;
}
.bloc-video .offre .prix .bigger{
    font-size: 60px;
}
.bloc-video .offre .prix .small{
    font-size: 10px; color: #5e5e5e;
    padding: 0 77px; margin-top: -12px;
    display: block; text-align: right;
}
.bloc-video .offre .order-link {
    font-weight: 500; font-size: 15px; width: 150px; height: 40px;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; margin: 0 auto; position: absolute; bottom: -18px; left: 26%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.bloc-video .offre-1 .order-link{
    background-color: #4fb2e4;
}
.bloc-video .offre-1 .order-link:hover {
    background-color: #59c2f7;
}
.bloc-video .offre-2 .order-link{
    background-color: #0e78c3;
}
.bloc-video .offre-2 .order-link:hover {
    background-color: #138ce2;
}
.bloc-video .offre-3 .order-link{
    background-color: #044872;
}
.bloc-video .offre-3 .order-link:hover {
    background-color: #06598d;
}
.bloc-video .offre-4 .order-link{
    background-color: #1BA8C1;
}
.bloc-video .offre-4 .order-link:hover {
    background-color: #1791A6;
}
.bloc-video .offre .order-link a {
    display: block; color: #fff; font-size: 17px; text-transform: uppercase;
    text-align: center; line-height: 38px; font-family: 'lato', sans-serif;
}
.bloc-video .offre .order-link a:hover {
    color: #fff; opacity: 1;
}

/* Bloc-2 (video, connexion, fonctionnalités)
========================================================================== */
.bloc-2 {
    background: #0e78c3; padding: 20px 0; height: 100px;
}
.bloc-2 .bloc-inner {
    max-width: 1024px; margin: 0 auto;
}
.bloc-2 .bloc-inner .bloc-content .text {
    background: url('icon-pen.png') no-repeat left center transparent;
    font-family: 'lato', sans-serif; font-size: 23px; color: #FFFFFF;
    padding: 20px 0 0 130px; font-weight: 300; float: left; width: 55%;
}
.bloc-2 .bloc-inner .bloc-content .text p {
    color: #fff; font-size: 23px; font-weight: 300;
}
.bloc-2.contact .bloc-inner .bloc-content .text p {
    color: #0E78C3;
}
.bloc-2 .bloc-inner .bloc-content .text span.bold {
    font-weight: 500;
}
.bloc-2 .bloc-inner .bloc-content .btn {
    float: left; width: 31%; text-align: right; padding: 40px 0 0;
}
.bloc-2 .bloc-inner .bloc-content .btn a {
    width:  ;text-align: center; color: #0e78c3;  font-size: 18px; padding: 10px 15px;
    background: #FFF; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-family: 'lato', sans-serif; text-transform: uppercase;
}


/* Aide et support (faq)
========================================================================== */
/* Bloc-1 (faq)
========================================================================== */
.bloc-1.faq .bloc-inner {
    max-width: 1024px; margin: 0 auto; padding: 20px 0;
}
.bloc-1.faq .bloc-inner .group .blockHelpQuestions .title-group {
    font-family: 'lato', sans-serif; font-size: 17px; color: #2375b8;
    background: url("rounded-arrow-list.png") no-repeat scroll left center transparent;
    border-bottom: 1px solid #DDDDDD; list-style: none outside none; padding: 8px 0 8px 20px;
}
.bloc-1.faq .bloc-inner .bloc-content-question {
    float: left; width: 65%; margin-right: 3%;
}
.bloc-1.faq .bloc-inner .bloc-content-img {
    float: left; width: 32%;
}
.bloc-1.faq .bloc-inner .group.group-5 {
    margin-bottom: 25px;
}

.bloc-1.faq .bloc-inner .group .blockHelpQuestions ul {
    margin: 20px 0; display: none;
}
.bloc-1.faq .bloc-inner .group .blockHelpQuestions ul.active {
    display: block;
}
.bloc-1.faq .bloc-inner .group .blockHelpQuestions li {
    font-family: 'Lato'; font-size: 13.5px; margin: 0 0 0 50px; color: #2375b8;
    font-style: italic; list-style: disc; padding: 0px 0 6px 5px;
}
.bloc-1.faq .bloc-inner .group .blockHelpQuestions li a {
    color: #444; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.bloc-1.faq .bloc-inner .group .blockHelpQuestions li a:hover {
    text-decoration: none; color: #2375b8;
}


/* Bloc-2 (faq)
========================================================================== */
.bloc-2.faq {
    background: #fff; padding: 15px 0 0;
    height: auto;
}
.bloc-2.faq .bloc-inner {
    max-width: 1024px; margin: 0 auto;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer {
    margin: 20px 0;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer h3 {
    font-family: 'lato', sans-serif; font-size: 18px;
    font-style: italic; font-weight: 400; padding: 0 0 10px !important;
    border-bottom: 1px solid #d1d1d1;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer h3 sup {
    font-size: 10px;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer h3 span {
    padding: 0;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer h3 span.question {
    color: #2375b8;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer h3 span.top {
    float: right; font-size: 12px;    color: #7c7c7c; font-style: normal;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer h3 span.top a {
    color: #666; padding-left: 23px; background: url('puce-up.png') no-repeat left center;
    position: relative;    top: 4px;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer p {
    margin: 0; font-family: 'lato', sans-serif;
    padding: 10px 0 20px 0; color: #444;
    font-size: 14px; border: none;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer p a {
    font-style: italic; color: #487cbd; font-size: 15px;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer p span.bold {
    font-weight: bold; font-size: 13.5px;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer p span.bold-blue {
    color: #487cbd; font-weight: bold; font-style: italic;
    letter-spacing: 0.3px; font-size: 15px;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer p span.black-blue {
    color: #487cbd; font-weight: 600; font-size: 16px;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer p span.small {
    color: #999; font-weight: 400; font-size: 9px;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer p span.bold-italic {
    font-weight: bold; font-style: italic;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer p span.list {
    background: no-repeat left 2px; padding:0 0 15px 25px;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer ul {
    margin:0 0 10px 30px;
}
.bloc-2.faq .bloc-inner .blockHelpAnswer ul li {
    padding:4px 0; font-size: 13px;    list-style:disc;
    color: #444; font-style: italic; font-family: 'lato', sans-serif;
}



/* Démo (demo)
========================================================================== */
/* Bloc-1 (demo)
========================================================================== */
.bloc-1.demo {
    background: url('bgd-demo.png') no-repeat center top #0f161b; padding: 15px 0 0;
}
.bloc-1.demo .blockTree {
    margin: 0 auto; opacity: 0.6;
}
.bloc-1.demo .bloc-inner {
    max-width: 1024px; margin: 0 auto;
}
.bloc-1.demo .bloc-inner {
    padding: 40px 0 15px;
}
.bloc-1.demo .bloc-inner .bloc-content h2.title-style-4 {
    text-align: center; font-family: 'lato', sans-serif;
    color: #FFFFFF; font-size: 25px; font-weight: 300;
    background: url('bgd-title-demo.png') no-repeat center;
}
.bloc-1.demo .bloc-inner .bloc-content h2.title-style-4 span.bold {
    font-weight: 400;
}
.bloc-demo {
    padding: 130px 0 120px;
}
.bloc-demo .bloc-demo-inner .blockLoginDemo {
    margin: 0 auto; text-align: center; position: relative; background: #1a7ac0; padding: 15px 20px;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; width: 395px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}
.bloc-demo .bloc-demo-inner .blockLoginDemo .icon {
    position: absolute; left: 45%; top: -25px;
}
.bloc-demo .bloc-demo-inner .blockLoginDemo .content {
    padding: 30px 10px 30px;
}
.bloc-demo .bloc-demo-inner .blockLoginDemo .content h3.stepTitle span.title {
    font-family: 'lato', sans-serif; color: #ffffff; font-style: italic; font-weight: 500; font-size: 20px;
}
.bloc-demo .bloc-demo-inner .blockLoginDemo .content a.btnLogin {
    font-family: 'lato', sans-serif; color: #ffffff; font-style: italic; font-weight: 300; font-size: 14px;
}
.bloc-demo .bloc-demo-inner .blockLoginDemo .content a.btnLogin span.click {
    text-decoration: underline;
}
.bloc-demo .bloc-demo-inner .blockLoginDemo .content hr {
    color: rgba(255, 255, 255, 0.5); width: 25%; margin: 25px auto 20px;
}
.bloc-demo .bloc-demo-inner .blockLoginDemo .content .blockForm-1 .txtZone {
    padding: 7px 0;
}
.bloc-demo .bloc-demo-inner .blockLoginDemo .content .blockForm-1 .txtZone input {
    background: rgba(0,0,0,0.15); border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; width: 96%;
    padding: 10px 10px; color: rgba(255,255,255,0.6); font-family: 'lato', sans-serif; font-style: italic; font-size: 13px;
    border: 1px solid rgba(255,255,255,0.2);
}
.bloc-demo .bloc-demo-inner .blockLoginDemo .content .blockForm-1 .txtZone input:focus {
    color: #fff; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.3);
}
.bloc-demo .bloc-demo-inner .blockLoginDemo .content a.validFree {
    font-weight: 600; width: 150px; background-color: #ffffff; font-family: 'lato', sans-serif;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; margin: 0 auto;
    position: absolute; bottom: -18px; left: 30.5%; color: #0e78c3; font-size: 15px; text-transform: uppercase;
    text-align: center; padding: 12px 10px; font-family: 'lato', sans-serif;
}
.bloc-demo .bloc-demo-inner .blockLoginDemo .content a.validFree:hover {
    background: #f1f1f1; color: #0e78c3; opacity: 1;
}

/* Connexion (connexion)
========================================================================== */
/* Bloc-1 (connexion)
========================================================================== */
.bloc-1.connexion {
    background: url('bgd-connexion.png') no-repeat center top #282d38; padding: 15px 0 25px;
}
.bloc-1.connexion .blockTree {
    margin: 0 auto; opacity: 0.6;
}
.bloc-1.connexion .bloc-inner {
    max-width: 1024px; margin: 0 auto;
}
.bloc-1.connexion .bloc-inner {
    padding: 35px 0 40px;
}
.bloc-1.connexion .bloc-inner .bloc-content h2.title-style-4 {
    text-align: center; font-family: 'lato', sans-serif;
    color: #FFFFFF; font-size: 26px; font-weight: 300; line-height: 20px;
    background: url('bgd-title-demo.png') no-repeat center 10px;
}
.bloc-1.connexion .bloc-inner .bloc-content h2.title-style-4 span.small {
    font-size: 15px; font-weight: 200; color: #d1d1d1;
}
.bloc-1.connexion .bloc-inner .bloc-content h2.title-style-4 span.bold {
    font-weight: 400;
}
.bloc-connexion {
    padding: 60px 0 50px; float: left; width: 42.5%; margin-right: 4%;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion {
    margin: 0; text-align: center; position: relative; background: #1a7ac0; padding: 15px 20px;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; width: 395px;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .icon {
    position: absolute; left: 45%; top: -25px;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content {
    padding: 30px 10px 30px;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content div.passForgot {
    float: left; width: 50%;  text-align: left;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content div.autoConnect {
    float: right; width: 50%; text-align: right; color: #fff; font-family: 'lato', sans-serif; font-size: 14px; font-style: italic; font-weight: 200;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content div.autoConnect span {
    float: right; width: 70% !important; margin-right: 10px;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content div.autoConnect [type="checkbox"] {
    margin: 2px;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content div.autoConnect input {
    float: right; width: 7% !important; border: none;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content a.passForgot {
    color: #fff; font-family: 'lato', sans-serif; font-size: 12px; font-style: italic; font-weight: 200;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content h3.stepTitle span.title {
    font-family: 'lato', sans-serif; color: #ffffff; font-style: italic; font-weight: 500; font-size: 20px;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content a.btnLogin {
    font-family: 'lato', sans-serif; color: #ffffff; font-style: italic; font-weight: 300; font-size: 14px;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content a.btnLogin span.click {
    text-decoration: underline;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content hr {
    color: rgba(255, 255, 255, 0.5); width: 25%; margin: 25px auto 20px;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content .blockForm-1 .txtZone {
    padding: 7px 0;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content .blockForm-1 .txtZone input {
    background: rgba(0,0,0,0.15); border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; width: 96%;
    padding: 10px 10px; color: rgba(255,255,255,0.6);  font-family: 'lato', sans-serif; font-style: italic; font-size: 13px;
    border: 1px solid rgba(255,255,255,0.2);
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content .blockForm-1 .txtZone input:focus {
    color: #fff; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.3);
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content a.validFree {
    font-weight: 600; width: 150px; background-color: #ffffff; font-family: 'lato', sans-serif;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; margin: 0 auto;
    position: absolute; bottom: -18px; left: 30.5%; color: #0e78c3; font-size: 15px; text-transform: uppercase;
    text-align: center; padding: 12px 10px; font-family: 'lato', sans-serif;
}
.bloc-connexion .bloc-connexion-inner .blockLoginConnexion .content a.validFree:hover {
    background: #f1f1f1; color: #0e78c3; opacity: 1;
}
.bloc-1.connexion .bloc-inner .connexion-content {
    float: left; width: 53%; padding: 60px 0 0px;
}
.bloc-1.connexion .bloc-inner .connexion-content .titreStyle-5 {
    font-size: 20px; font-weight: 300; color: #fff; font-family: 'lato', sans-serif;
}
.bloc-1.connexion .bloc-inner .connexion-content  hr {
    background-color: #7D7D7D; color: rgba(0, 0, 0, 0.2);
    border: medium none; clear: both; display: block;
    height: 1px; margin: 20px 0 40px; outline: medium none;
    width: 15%;
}
.bloc-1.connexion .bloc-inner .connexion-content .detail {
    color: #fff; font-family: 'lato', sans-serif; width: 30%;
    float: left; font-size: 17px; padding: 15px 0 45px 75px;
    font-weight: 300;
}
.bloc-1.connexion .bloc-inner .connexion-content .detail strong {
    font-weight: 500;
}
.bloc-1.connexion .bloc-inner .connexion-content .detail.detail-1 {
    background: url('icon-detail1.png') no-repeat left 5px;
}
.bloc-1.connexion .bloc-inner .connexion-content .detail.detail-2 {
    background: url('icon-detail2.png') no-repeat left 5px; margin-left: 55px;
}
.bloc-1.connexion .bloc-inner .connexion-content .detail.detail-3 {
    background: url('icon-detail3.png') no-repeat left 5px;
}
.bloc-1.connexion .bloc-inner .connexion-content .detail.detail-4 {
    background: url('icon-detail4.png') no-repeat left 5px; margin-left: 55px;
}

/* Contact (contact)
========================================================================== */
/* Bloc-1 (contact)
========================================================================== */
.bloc-1.contact {
    background: url('bgd-contact.png') no-repeat center top #282d38; padding: 15px 0 0;
}
.bloc-1.contact .blockTree {
    margin: 0 auto; opacity: 0.6;
}
.bloc-1.contact .bloc-inner {
    max-width: 1024px; margin: 0 auto;
}
.bloc-1.contact .bloc-inner {
    padding: 40px 0 0px;
}
.bloc-1.contact .bloc-inner .bloc-content h2.title-style-4 {
    text-align: center; font-family: 'lato', sans-serif;
    color: #FFFFFF; font-size: 26px; font-weight: 300;
    background: url('bgd-title-contact.png') no-repeat center;
}
.bloc-1.contact .bloc-inner.become-reseller .bloc-content h2.title-style-4 {
    background-size:575px 1px;
}
.bloc-1.contact .bloc-inner .bloc-content h2.title-style-4 span.bold {
    font-weight: 400;
}
.bloc-contact {
    padding: 60px 0 80px;
}
.bloc-contact .bloc-contact-inner .blockLoginContact {
    margin: 0 auto; text-align: center; position: relative; background: #1a7ac0; padding: 15px 20px;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; width: 835px;
}
.bloc-contact .bloc-contact-inner .blockLoginContact .icon {
    position: absolute; left: 47.5%; top: -25px;
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content {
    padding: 30px 10px 30px;
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content h3.stepTitle span.title {
    font-family: 'lato', sans-serif; color: #ffffff; font-style: italic; font-weight: 300; font-size: 14px;
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content h3.stepTitle a {
    color: #fff; text-decoration: underline;
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content a.btnLogin {
    font-family: 'lato', sans-serif; color: #ffffff; font-style: italic; font-weight: 300; font-size: 14px;
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content a.btnLogin span.click {
    text-decoration: underline;
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content hr {
    color: rgba(255, 255, 255, 0.5); width: 25%; margin: 25px auto 20px;
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content .blockForm-1 .txtZone {
    padding: 7px 0;
    text-align:left;
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content .blockForm-1 .txtZone span.error {
    color:rgb(176, 32, 1);
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content .blockForm-1 .col-1 {
    float: left; width: 48%; margin-right: 3.5%;
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content .blockForm-1 .col-2 {
    float: left; width: 48%;
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content .blockForm-1 .txtZone input {
    background: rgba(0,0,0,0.15); border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; width: 96%;
    padding: 10px 10px; color: rgba(255,255,255,0.6); font-family: 'lato', sans-serif; font-style: italic; font-size: 13px;
    border: 1px solid rgba(255,255,255,0.2)
}
.become-reseller .bloc-contact .bloc-contact-inner .blockLoginContact .content .blockForm-1 .txtZone input.empty {
    border-color:#871313;
}
.become-reseller .bloc-contact .bloc-contact-inner .blockLoginContact .content p.checkError {
    color:#871313;
    text-align:center;
}
.become-reseller .bloc-contact .bloc-contact-inner .blockLoginContact .content p.noError {
    color:#FFF;
    text-align:center;
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content .blockForm-1 .txtZone input:focus {
    color: #fff; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.3);
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content .blockForm-1 span.error {
    color:rgb(176, 32, 1);
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content .blockForm-1 textarea {
    background: rgba(0,0,0,0.15); border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; width: 100%;
    padding: 10px 10px; color: rgba(255,255,255,0.6); font-family: 'lato', sans-serif; font-style: italic; font-size: 13px;
    box-shadow: none; border: none; margin-top: 7px; border: 1px solid rgba(255,255,255,0.2);
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content .blockForm-1 textarea:focus {
    color: #fff; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.3);
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content a.validFree {
    font-weight: 600; width: 150px; background-color: #ffffff; font-family: 'lato', sans-serif;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; margin: 0 auto;
    position: absolute; bottom: -18px; left: 41%; color: #0e78c3; font-size: 15px; text-transform: uppercase;
    text-align: center; padding: 12px 10px; font-family: 'lato', sans-serif;
}
.bloc-contact .bloc-contact-inner .blockLoginContact .content a.validFree:hover {
    background: #f1f1f1; color: #0e78c3; opacity: 1;
}

/* Bloc-2 (contact)
========================================================================== */
.bloc-2.contact {
    background: #ffffff; padding: 20px 0; height: 100px;
}
.bloc-2.contact .bloc-inner {
    max-width: 1024px; margin: 0 auto;
}
.bloc-2.contact .bloc-inner .bloc-content .text {
    background: url('icon-magicstick.png') no-repeat left center transparent;
    font-family: 'lato', sans-serif; font-size: 23px; color: #0e78c3;
    padding: 20px 0 0 130px; font-weight: 300; float: left; width: 55%;
}
.bloc-2.contact .bloc-inner .bloc-content .text span.bold {
    font-weight: 500;
}
.bloc-2.contact .bloc-inner .bloc-content .btn {
    float: left; width: 31%; text-align: right; padding: 40px 0 0;
}
.bloc-2.contact .bloc-inner .bloc-content .btn a {
    text-align: center; color: #ffffff;  font-size: 18px; padding: 10px 15px;
    background: #0e78c3; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-family: 'lato', sans-serif; text-transform: uppercase;
}



/* Fonctionnalités (fonction)
========================================================================== */
/* Bloc-1 (fonction)
========================================================================== */
.bloc-1.fonction {
    background: url('bgd-fonction.png') no-repeat center top #2e3541; padding: 15px 0 40px; height: 485px; position:relative;
}
.bloc-1.fonction .blockTree {
    margin: 0 auto; opacity: 0.3;
}
.bloc-1.fonction .bloc-inner {
    max-width: 1024px; margin: 0 auto;
}
.bloc-1.fonction .bloc-inner {
    padding: 40px 0 30px;
}
.bloc-1.fonction .bloc-inner .bloc-content h2.title-style-4 {
    text-align: center; font-family: 'lato', sans-serif;
    color: #FFFFFF; font-size: 25px; font-weight: 300;
    background: url('bgd-title-fonction.png') no-repeat center 15px;
}
.bloc-1.fonction .bloc-inner .bloc-content h2.title-style-4 span.bold {
    font-weight: 400;
}
.bloc-1.fonction .bloc-inner .bloc-title .title-style-4 {
    font-size:36px;
    font-weight:bold;
    color:#FFF;
    background:none;
    text-align:center;
}
/* Bloc-2 (demo2)
========================================================================== */
.bloc-2.demo-2 .bloc-inner .bloc-content .text {
    background: url('icon-magicstick-white.png') no-repeat left center transparent;
}

/* Bloc-2 (fonction)
========================================================================== */
.bloc-2.fonction {
    background: url('bgd-fonction3.jpg') no-repeat right center #ffffff; padding: 40px 0 40px;
    height: 230px;
}
.bloc-2.fonction .bloc-inner {
    width: 100%; margin: 0 auto;
}
.bloc-2.fonction .bloc-inner .bloc-content .col-1 {
    float: left;
    width: 33%;
}
.bloc-2.fonction .bloc-inner .bloc-content .col-2 {
    float: left; width: 30%; text-align: right;
}
.bloc-2.fonction .bloc-inner .bloc-content .col-1 {
    margin-right: 4%;
    margin-left: 2%;
}
.bloc-2.fonction .bloc-inner .bloc-content .col-1 .titreStyle-5 {
    font-size: 23px; font-weight: 400; color: #1A7AC0; font-family: 'lato', sans-serif;
}
.bloc-2.fonction .bloc-inner .bloc-content .col-1 hr {
    background-color: #d1d1d1; color: rgba(0, 0, 0, 0.1);
    border: medium none; clear: both; display: block;
    height: 1px; margin: 20px 0; outline: medium none;
    width: 15%;
}
.bloc-2.fonction .bloc-inner .bloc-content .col-1 p, .bloc-2.fonction .bloc-inner .bloc-content .col-1 li {
    font-family: 'lato', sans-serif; font-weight: 400; font-size: 15px; color: #444;
}
.bloc-2.fonction .bloc-inner .bloc-content .col-1 span.bold {
    font-weight: 600;
}
.bloc-2.fonction .bloc-inner .bloc-content .col-1 li {
    background: url("rounded-arrow-list.png") no-repeat scroll left top transparent;
    line-height: 15px;
    padding: 0 0 7px 20px;
}
/* Bloc-3 (fonction)
========================================================================== */
.bloc-3.fonction {
    padding: 40px 0 40px; background: url('bgd-img-fonction.jpg') no-repeat left center #ffffff;
}
.bloc-3.fonction .bloc-inner {
    width: 100%; margin: 0 auto;
}
.bloc-3.fonction .bloc-inner .bloc-content .col-1 {
    float: right;
    width: 48%;
}
.bloc-3.fonction .bloc-inner .bloc-content .col-2 {
    float: right;
    width: 37%;
    margin-right: 2%;
}
.bloc-3.fonction .bloc-inner .bloc-content .col-1 {
    margin-right: 4%;
}
.bloc-3.fonction .bloc-inner .bloc-content .col-2 .titreStyle-5 {
    font-size: 23px; font-weight: 400; color: #1A7AC0; font-family: 'lato', sans-serif; line-height: 24px;
}
.bloc-3.fonction .bloc-inner .bloc-content .col-2 hr {
    background-color: #d1d1d1; color: rgba(0, 0, 0, 0.1);
    border: medium none; clear: both; display: block;
    height: 1px; margin: 20px 0; outline: medium none;
    width: 15%;
}
.bloc-3.fonction .bloc-inner .bloc-content .col-2 p, .bloc-3.fonction .bloc-inner .bloc-content .col-2 li {
    font-family: 'lato', sans-serif; font-weight: 400; font-size: 15px; color: #444;
}
.bloc-3.fonction .bloc-inner .bloc-content .col-2 span.bold {
    font-weight: 600;
}
.bloc-3.fonction .bloc-inner .bloc-content .col-2 li {
    background: url("rounded-arrow-list.png") no-repeat scroll left top transparent;
    line-height: 15px;
    padding: 0 0 7px 20px;
}
/* Bloc-4 (fonction)
========================================================================== */
.bloc-4.fonction {
    padding: 60px 0 50px; background: url('bgd-fonction1.png') no-repeat center top #010101;
}
.bloc-4.fonction .bloc-inner {
    max-width: 1024px; margin: 0 auto;
}
.bloc-4.fonction .bloc-inner .bloc-content .titreStyle-5 {
    text-align: center; font-family: 'lato', sans-serif;
    color: #FFFFFF; font-size: 26px; font-weight: 300;
}
.bloc-4.fonction .bloc-inner .bloc-content .titreStyle-5 span.bold {
    font-weight: 500;
}
.bloc-4.fonction .bloc-inner .bloc-content hr {
    background-color: #d1d1d1; color: rgba(0, 0, 0, 0.1);
    border: medium none; clear: both; display: block;
    height: 1px; margin: 20px auto 40px; outline: medium none;
    width: 15%;
}
.bloc-4.fonction .bloc-inner .bloc-content .col-1, .bloc-4.fonction .bloc-inner .bloc-content .col-2, .bloc-4.fonction .bloc-inner .bloc-content .col-3 {
    margin-top: 40px; padding-top: 90px;
}
.bloc-4.fonction .bloc-inner .bloc-content .col-1 p, .bloc-4.fonction .bloc-inner .bloc-content .col-2 p, .bloc-4.fonction .bloc-inner .bloc-content .col-3 p {
    font-family: 'lato', sans-serif; font-weight: 400; font-size: 16px; color: #fff; text-align: center;
}
.bloc-4.fonction .bloc-inner .bloc-content .col-1 p span.bold, .bloc-4.fonction .bloc-inner .bloc-content .col-2 p span.bold, .bloc-4.fonction .bloc-inner .bloc-content .col-3 p span.bold {
    text-transform: uppercase; color: #0696f1;
}
.bloc-4.fonction .bloc-inner .bloc-content .col-1 {
    float: left; width: 31%; margin-right: 2%; background: url('icon-fonction1.png') no-repeat center top transparent;
}
.bloc-4.fonction .bloc-inner .bloc-content .col-2 {
    float: left; width: 31%; margin-right: 2%; background: url('icon-fonction2.png') no-repeat center top transparent;
}
.bloc-4.fonction .bloc-inner .bloc-content .col-3 {
    float: left; width: 31%; background: url('icon-fonction3.png') no-repeat center top transparent;
}
.bloc-4.fonction .bloc-inner .bloc-content p, .bloc-4.fonction .bloc-inner .bloc-content li {
    font-family: 'lato', sans-serif; font-weight: 400; font-size: 15px; color: #fff; text-align: center;
}
.bloc-4.fonction .bloc-inner .bloc-content a {
    color: #0696f1;
}
.bloc-4.fonction .bloc-inner .bloc-content a:hover {
    color: #40b4fd;
}

/* bloc-5 (fonction)
========================================================================== */
.bloc-5.fonction {
    background: #ffffff; padding: 40px 0 40px;
}
.bloc-5.fonction .bloc-inner {
    max-width: 1024px; margin: 0 auto;
}
.bloc-5.fonction .bloc-inner .bloc-content .col-1 {
    float: left; width: 66%;
}
.bloc-5.fonction .bloc-inner .bloc-content .col-2 {
    float: left; width: 21%; text-align: right;
}
.bloc-5.fonction .bloc-inner .bloc-content .col-1 .titreStyle-5 {
    font-size: 23px; font-weight: 400; color: #1A7AC0; font-family: 'lato', sans-serif;
}
.bloc-5.fonction .bloc-inner .bloc-content .col-1 hr {
    background-color: #d1d1d1; color: rgba(0, 0, 0, 0.1);
    border: medium none; clear: both; display: block;
    height: 1px; margin: 20px 0; outline: medium none;
    width: 15%;
}
.bloc-5.fonction .bloc-inner .bloc-content .col-1 p, .bloc-5.fonction .bloc-inner .bloc-content .col-1 li {
    font-family: 'lato', sans-serif; font-weight: 400; font-size: 15px; color: #444;
}
.bloc-5.fonction .bloc-inner .bloc-content .col-1 span.bold {
    font-weight: 600;
}
.bloc-5.fonction .bloc-inner .bloc-content .col-1 li {
    background: url("rounded-arrow-list.png") no-repeat scroll left top transparent;
    line-height: 15px;
    padding: 0 0 7px 20px;
}

/* bloc-6 (fonction)
========================================================================== */
.bloc-6.fonction {
    padding: 55px 0 45px; background: url('bgd-fonction-time.png') no-repeat top center #0e78c3;
}
.bloc-6.fonction .bloc-inner {
    max-width: 1024px; margin: 0 auto;
}
.bloc-6.fonction .bloc-inner .bloc-content .titreStyle-5 {
    text-align: center; font-family: 'lato', sans-serif;
    color: #ffffff; font-size: 26px; font-weight: 300;
}
.bloc-6.fonction .bloc-inner .bloc-content .titreStyle-5 span.bold {
    font-weight: 500;
}
.bloc-6.fonction .bloc-inner .bloc-content hr {
    background-color: #d1d1d1; color: rgba(0, 0, 0, 0.1);
    border: medium none; clear: both; display: block;
    height: 1px; margin: 20px auto 20px; outline: medium none;
    width: 15%;
}

.bloc-6.fonction .bloc-inner .bloc-content .col-1,
.bloc-6.fonction .bloc-inner .bloc-content .col-2,
.bloc-6.fonction .bloc-inner .bloc-content .col-3 {
    margin: 30px auto 0; padding-top: 90px; width: 32%;
}

.bloc-6.fonction .bloc-inner .bloc-content .col-1 p, .bloc-6.fonction .bloc-inner .bloc-content .col-2 p, .bloc-6.fonction .bloc-inner .bloc-content .col-3 p {
    font-family: 'lato', sans-serif; font-weight: 400; font-size: 16px; color: #fff; text-align: center;
}
.bloc-6.fonction .bloc-inner .bloc-content .col-1 p span.bold,
.bloc-6.fonction .bloc-inner .bloc-content .col-2 p span.bold,
.bloc-6.fonction .bloc-inner .bloc-content .col-3 p span.bold,
.bloc-6.fonction .bloc-inner .bloc-content .col-4 p span.bold {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}
#blockGlobal .fonction .bloc-inner .cols-3-blocs.bloc-content .col-1, #blockGlobal .fonction .bloc-inner .cols-3-blocs.bloc-content .col-2, #blockGlobal .fonction .bloc-inner .cols-3-blocs.bloc-content .col-3 {
    width: 32%;
}
.bloc-6.fonction .bloc-inner .bloc-content .col-1 {
    float: left; margin-right: 2%; background: url('icon-fonction4.png') no-repeat center top transparent;
}
.bloc-6.fonction .bloc-inner .bloc-content .col-2 {
    float: left; margin-right: 2%; background: url('icon-fonction5.png') no-repeat center top transparent;
}
.bloc-6.fonction .bloc-inner .bloc-content .col-3 {
    float: left; background: url('icon-fonction6.png') no-repeat center top transparent;
}
.bloc-6.fonction .bloc-inner .bloc-content p, .bloc-6.fonction .bloc-inner .bloc-content li {
    font-family: 'lato', sans-serif; font-weight: 400; font-size: 15px; color: #fff; text-align: center;
}
.bloc-6.fonction .bloc-inner .bloc-content a {
    color: #0696f1;
}
.bloc-6.fonction .bloc-inner .bloc-content a:hover {
    color: #40b4fd;
}
/* bloc-7 (fonction)
========================================================================== */
.bloc-7.fonction {
    padding: 45px 0 10px; background: #ffffff;
}
.bloc-7.fonction.backgroundImg {
    background: url("bgd-offer.png") no-repeat scroll left bottom #EFF1F4;
}
.bloc-7.fonction .bloc-inner {
    max-width: 1024px; margin: 0 auto;
}
.bloc-7.fonction .bloc-inner .bloc-content .col-1 {
    float: left; width: 47%;
}
.bloc-7.fonction .bloc-inner .bloc-content .col-2 {
    float: left; width: 47%;
}
.bloc-7.fonction .bloc-inner .bloc-content .col-1 {
    margin-right: 6%;
}
.bloc-7.fonction .bloc-inner .bloc-content .col-2 .titreStyle-5, .bloc-7.fonction .bloc-inner .bloc-content .col-1 .titreStyle-5 {
    font-size: 23px; font-weight: 400; color: #1A7AC0; font-family: 'lato', sans-serif; line-height: 24px;
}
.bloc-7.fonction .bloc-inner .bloc-content .col-2 hr, .bloc-7.fonction .bloc-inner .bloc-content .col-1 hr  {
    background-color: #d1d1d1; color: rgba(0, 0, 0, 0.1);
    border: medium none; clear: both; display: block;
    height: 1px; margin: 20px 0; outline: medium none;
    width: 15%;
}
.bloc-7.fonction .bloc-inner .bloc-content .col-2 p, .bloc-7.fonction .bloc-inner .bloc-content .col-2 li,
.bloc-7.fonction .bloc-inner .bloc-content .col-1 p, .bloc-7.fonction .bloc-inner .bloc-content .col-1 li {
    font-family: 'lato', sans-serif; font-weight: 400; font-size: 15px; color: #444;
}
.bloc-7.fonction .bloc-inner .bloc-content .col-2 span.bold, .bloc-7.fonction .bloc-inner .bloc-content .col-1 span.bold {
    font-weight: 600;
}
.bloc-7.fonction .bloc-inner .bloc-content .col-2 li, .bloc-7.fonction .bloc-inner .bloc-content .col-1 li {
    background: url("rounded-arrow-list.png") no-repeat scroll left top transparent;
    line-height: 15px;
    padding: 0 0 7px 20px;
}

/* Page Adwords
========================================================================= */
.bloc-2.fonction.adwords .bloc-inner .bloc-content .col-1 {
    float: left;
    width: 40%;
}
.bloc-6.fonction.adwords {
    background-image: url('google-adwords.jpg');
}

.bloc-6.fonction.adwords .bloc-inner .bloc-content .col-1,
.bloc-6.fonction.adwords .bloc-inner .bloc-content .col-2,
.bloc-6.fonction.adwords .bloc-inner .bloc-content .col-3,
.bloc-6.fonction.adwords .bloc-inner .bloc-content .col-4 {
    float: left;
    margin: 30px auto 0;
    padding-top: 90px;
    width: 25%;
}
.productPage.sea .bloc-7.fonction .packs .pack img.logo-sea {
    margin-left:-20px;
    max-width:96%;
}

#bloc-offres-sea{z-index: 10; font-family: 'Lato'; height: 210px; padding-top: 0px; position:inherit;}
#bloc-offres-sea.bloc-offres .btn div {border:medium none;}
.bloc-offres#bloc-offres-sea .offre .orderlink a { background:url('icon-phone-2.png') no-repeat 42px center transparent; margin:0; }
.bloc-offres#bloc-offres-sea .offre .title{padding-top:15px;}
.bloc-offres#bloc-offres-sea .offre:hover .first {background : rgba(18, 157, 90, 0.8);}
.bloc-offres#bloc-offres-sea .offre{width:300px; position: relative; margin:30px 0 30px 0;}
.bloc-offres#bloc-offres-sea .offre.middle{margin:30px 50px 30px 50px;}
.bloc-offres#bloc-offres-sea .offre .prix{width:initial; font-size:43px; height:150px;}
.bloc-offres#bloc-offres-sea .offre .prix .bigger { font-size:62px; }
.bloc-offres#bloc-offres-sea .offre .prix .subtitle { font-size:15px; }
.bloc-offres#bloc-offres-sea .offre .prix {
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: 400;
    padding: 0;
    cursor:pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
}
.sea .bloc-7 .bloc-inner .pack-1 .pack-btn.pack-btn-adwords .btn-01:hover,  .sea .bloc-7 .bloc-inner .pack-1 .pack-btn .btn-02:hover{background-color:#129d5a;}


@media screen and (max-width: 768px)
{
    .sea .bloc-1.fonction {
        padding:0 0 57px 0;
    }
    .bloc-offres#bloc-offres-sea .offre {
        margin:10px 0 30px 0;
    }
    .sea .bandeau {
        height:70px;
    }
}



/* SMO
========================================================================= */

#bloc-offres-smo{z-index: 10; font-family: 'Lato'; height: 210px; padding-top: 0px; position:inherit;}
#bloc-offres-smo.bloc-offres .btn div {border:medium none;}
.bloc-offres#bloc-offres-smo .offre .orderlink a { background:url('icon-phone-2.png') no-repeat 42px center transparent; margin: 0; }
.bloc-offres#bloc-offres-smo .offre .title{padding-top:15px;}
.bloc-offres#bloc-offres-smo .offre:hover .first {background : rgba(215, 32, 32, 0.8);}
.bloc-offres#bloc-offres-smo .offre{width:300px; position: relative; margin:20px 0 30px 0;}
.bloc-offres#bloc-offres-smo .offre.middle{margin:30px 50px 30px 50px;}
.bloc-offres#bloc-offres-smo .offre .prix{width:initial; font-size:43px; height:150px;}
.bloc-offres#bloc-offres-smo .offre .prix .bigger { font-size:62px; }
.bloc-offres#bloc-offres-smo .offre .prix .subtitle { font-size:15px; }
.bloc-offres#bloc-offres-smo .offre .prix {
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: 400;
    padding: 0px;
    cursor:pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
}
.smo .bandeau .bloc-inner .bloc-content h2 {
    font-size: 20px;
}

.smo .bloc-7 .bloc-inner .pack-1 .pack-btn.pack-btn-smo .btn-01,  .smo .bloc-7 .bloc-inner .pack-1 .pack-btn .btn-02{background-color:#d34c4c;}

.smo .bloc-7 .bloc-inner .pack-1 .pack-btn.pack-btn-smo .btn-01:hover,  .smo .bloc-7 .bloc-inner .pack-1 .pack-btn .btn-02:hover{background-color:#d72020;}

div.block-smo{clear:both;}

div.smo28{
    float:left;
    text-align:center;
    width:34%;
    margin-top:0px;
}

div.smo72{
    float:left;
    text-align:center;
    width:66%;
    margin: 0;
}
#blockGlobal .bloc-7.fonction.bloc-SMO .bloc-inner div.bloc-content  h3.titreStyle-5 {
    font-size: 23px;
    font-weight: 400;
    color: #d72020;
    font-family: 'lato', sans-serif;
    line-height: 24px;
}

@media screen and (max-width: 880px)
{
    .smo .bloc-1.fonction .bloc-inner .bloc-title .title-style-4 {
        font-size: 30px;
    }
}
@media screen and (max-width: 730px)
{
    .smo .bandeau {
        height:70px;
    }
    .smo .bandeau .bloc-inner .bloc-content h2 {
        font-size: 16px;
    }
    .smo .bloc-1.fonction .bloc-inner .bloc-title h1.title-style-4 {
        font-size: 25px;
    }
}

@media screen and (max-width: 550px)
{
    .bloc-6.fonction .bloc-inner .bloc-content .smo72 p.seo-p{
        padding-left:20px;
        max-width:95%;
    }
}
@media screen and (max-width: 520px)
{
    .bloc-6.fonction .bloc-inner .bloc-content .smo72{
        width:100%;
    }
    .bloc-6.fonction .bloc-inner .bloc-content .smo28{
        display:none;
    }
}

/* E-commerce
========================================================================= */

.productPage.e-commerce .bloc-1.fonction {
    background: #5F5C55 url("bgd-e-commerce.jpg") no-repeat scroll center top;
    border-bottom: 10px solid #1BA8C1;
}
.productPage.e-commerce .bloc-1.fonction .bloc-inner .bloc-content .bloc-title {
    width: 48%;
    margin-left: 52%;
}
.packs .pack-1 .pack-btn .btn-01:hover, .packs .pack-1 .pack-btn .btn-02:hover{background-color:#DB5313;}
.packs .pack-1 .pack-btn .btn-01 {
    background-color: #FD6B26;
    padding-left: 35px;
}
.packs .pack-1 .pack-btn .btn-02 {
    background-color: #FD6B26;
    padding-left: 35px;
    margin-right: 0;
}
.pack .pack-pac-list li .icon { float:right; margin-right:215px;}
.viaduc-wti {width:270px;}
.viaduc-wti .viaduc-wti-logo{background: url('logo.png') top left; height: 30px; width:120px; margin:0 75px; background-size:cover;}
#bloc-offres-e-commerce{z-index: 10; font-family: 'Lato'; height: 210px; padding-top: 0px; margin: 0 0 20px 25%; position:inherit;}
#bloc-offres-e-commerce.bloc-offres .btn div {border:medium none;}
.bloc-offres#bloc-offres-e-commerce .offre .orderlink a { background:url('panier-commander.png') no-repeat 42px center transparent }
.bloc-offres#bloc-offres-e-commerce .offre .title{padding-top:15px;}
.bloc-offres#bloc-offres-e-commerce .offre:hover .orderlink {background : rgba(253, 107, 38, 0.8);}
.bloc-offres#bloc-offres-e-commerce .offre:hover .title {background : rgba(253, 107, 38, 0.8);}
.bloc-offres#bloc-offres-e-commerce .offre{width:300px; position: relative; top:-20px; margin-left:80px;}
.bloc-offres#bloc-offres-e-commerce .offre .prix{width:initial; font-size:43px;}
.bloc-offres#bloc-offres-e-commerce .offre .prix .bigger { font-size:62px; }
.bloc-6.fonction .bloc-inner .bloc-content p.ecommerce-p{
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    font-family: 'lato', sans-serif;
    text-align: left;
    line-height: 36px;
    width: 50%;
    margin:0;
    float:right;
}
#e-commercePacks.packs .pack-pac-list li.video {
    background: transparent url("icon-play-04.png") no-repeat scroll 0px 13px;
}
#e-commercePacks.packs .pack-pac-list li.video a {
    color: #1BA8C1;
    border-bottom: 1px solid #1BA8C1;
    margin-left: 20px;
    padding-bottom: 6px;
    padding-top: 4px;
    width: 162px;
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
    display: block;
    transition: all 200ms ease 0s;
    font-family: "lato";
}
#e-commercePacks.packs .pack-pac-list li.video a:hover {
    color: #1791A6;
    border-bottom: 1px solid #1791A6;
}
.productPage.e-commerce .bloc-6.fonction .bloc-content .e-commerceSlider {
    width:340px;
    height:252px;
    margin-left:5%;
    float:left;
}
@media screen and (max-width: 1510px){
    .bloc-offres#bloc-offres-e-commerce .offre .prix {height:98px;}
    .bloc-offres#bloc-offres-e-commerce .offre .orderlink a { font-size:14px; padding:5px 0 5px 32px;background-size:20px auto;}
    .bloc-offres#bloc-offres-e-commerce .offers .offre .title div{font-size:21px;}
    .bloc-offres#bloc-offres-e-commerce .offers .offre:hover .orderlink a {padding:10px 0 10px 32px;}
}

/* Fin pages produits
========================================================================= */


/* New page */

.bloc-6.fonction .bloc-inner .bloc-content div.col-1, .bloc-6.fonction .bloc-inner .bloc-content div.col-2, .bloc-6.fonction .bloc-inner .bloc-content div.col-3, .bloc-6.fonction .bloc-inner .bloc-content .col-4 {
    margin: 30px auto 0;
    padding-top: 90px;
    width: 25%;
}

.bloc-6.fonction .bloc-inner .bloc-content .col-4 {
    float: left;
    background: url('icon-fonction6.png') no-repeat center top transparent;
}

.bloc-6.fonction .bloc-inner .bloc-content .col-1 p span.bold, .bloc-6.fonction .bloc-inner .bloc-content .col-2 p span.bold, .bloc-6.fonction .bloc-inner .bloc-content .col-3 p span.bold, .bloc-6.fonction .bloc-inner .bloc-content .col-4 p span.bold{
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

.bloc-offres-page{
    width: 70%;
    z-index: 10;
    font-family: 'Lato';
    height:210px;
    padding-top: 20px;
    margin:0 0 0 25%;
}

.bloc-offres-page .offre{
    height:100px;
    width:100%;
    margin:20px 0;
}

.bloc-offres-page .offre .prix{
    font-size: 35px;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: 400;
    width: 145px;
    height: 100%;
    margin-right: 10px;
    float: left;
}

.bloc-offres-page .offre .prix .inner {
    padding: 10px;
}

.bloc-offres-page .offre .prix .bigger {
    font-size: 50px;
    font-weight: 600;
}

.bloc-offres-page .offre .prix .euro {
    font-size: 14px;
    font-weight: 400;
    vertical-align: super;
}

.bloc-offres-page .offre .prix .small {
    padding-right: 38px;
    font-size: 12px;
    color: #fff;
    margin-top: -6px;
    display: block;
}

.bloc-offres-page .offre .title {
    font-size: 20px;
    text-align: left;
    color: #000;
    display: block;
    background: #fff;
    border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    font-weight: 300;
    width: 250px;
    height: 100%;
    float: left;
    z-index: 15;
}

.bloc-offres-page .offre .title .inner {
    padding: 15px 20px 0;
    color:#444;
}
.bloc-offres-page .offre .title .inner .picto-seo-geo {
    float:left;
    margin:7px 0 0 0;
}
.bloc-offres-page .offre .title .inner .picto-seo-google {
    margin:5px 0 0 15px;
    width:110px;
    float:left;
}

.bloc-offres-page .offre .title .bold {
    font-weight: 400;
}

.bloc-offres-page .offre .order-link {
    display: block;
    float: left;
    height: 100%;
    cursor: pointer;
}
.bloc-offres-page .goToDetails,
.bloc-offres .goToDetails {
    cursor: pointer !important;
}

.bloc-offres-page .offre .order-link span {
    display: none;
}

.bloc-offres-page .offre .order-link a {
    background: url('icon-order-1.png') no-repeat 15px center transparent;
    margin: 40px 0 0 0;
    padding: 0 17px 0 36px;
    height: 20px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

.bloc-offres-page .offre .call-link {
    position: relative;
    display: block;
    float: left;
    height: 100%;
    border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    cursor: pointer;
}

.bloc-offres-page .offre .call-link a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    background: url('icon-phone-2.png') no-repeat 15px center transparent;
    margin: 40px 0 0 0;
    padding: 0 17px 0 38px;
    height: 20px;
}

.packs .pack-title {
    font-family: 'lato';
    font-size: 24px;
    color: #444;
    text-align: center;
    line-height: 26px;
    padding: 18px 0 8px 0;
    font-weight:400;
}

div.packs .pack-subtitle {
    font-family: 'lato';
    font-size: 24px;
    font-weight: bold;
    color: #222;
    text-align: center;
    line-height: 26px;
    padding: 0 0 18px 0;
}

.pack{
    margin-top:0px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 0px 10px 0px #d9dadb;
    -webkit-box-shadow: 0px 0px 10px 0px #d9dadb;
    -o-box-shadow: 0px 0px 10px 0px #d9dadb;
    box-shadow: 0px 0px 10px 0px #d9dadb;
}

.pack-price {
    font-size: 40px;
    color: #fff;
    width: 100%;
    font-weight: 400;
    text-align: center;
    padding: 12px 0;
}

.pack-price span.bigger {
    font-size: 50px;
    font-weight: 600;
}

.pack-price span.euro {
    font-size: 20px;
    font-weight: 300;
    vertical-align: super;
}

.pack-price span.small {
    font-size: 12px;
    font-weight: 300;
}

.pack-pac-list{padding:10px 20px;}

.pack-pac-list li{
    font-size: 14.5px;
    padding: 11px 0 11px 16px;
    border-bottom: 1px solid #e1e0e0;
    text-align:left;
    color:#444;
}

.pack-pac-list li.last{
    border-bottom: none;
}

.pack-pac-list .pictoDetails {
    width:20px;
    margin-left:10px;
    vertical-align:middle;
}

.pack-btn .btn {
    float: left;
    width: 33.5%;
    margin-right: 3%;
    margin-top: 15px;
    text-align: center;
    padding: 15px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
}

.pack-1 .pack-btn.pack-btn-adwords .btn-01 {
    background: url('icon-order-1.png') no-repeat 18px center #34b67a;
    padding-left: 35px;
}

.pack-1 .pack-btn.pack-btn-adwords .btn-02 {
    background: url('icon-phone-2.png') no-repeat 12px center #34b67a;
    padding-left: 35px;
    margin-right: 0;
}

.pack-2 .pack-btn.pack-btn-adwords .btn-01 {
    background: url('icon-order-1.png') no-repeat 18px center #0e78c3;
    padding-left: 35px;
}

.pack-2 .pack-btn.pack-btn-adwords .btn-02 {
    background: url('icon-phone-2.png') no-repeat 12px center #0e78c3;
    padding-left: 35px;
    margin-right: 0;
}
#bloc-offres-e-commerce{z-index: 10; font-family: 'Lato'; height: 210px; padding-top: 0px; margin: 0 0 20px 25%; position:inherit;}
#bloc-offres-e-commerce.bloc-offres .btn div {border:medium none;}
.bloc-offres#bloc-offres-e-commerce .offre .orderlink a { background:url('panier-commander.png') no-repeat 42px center transparent }
.bloc-offres#bloc-offres-e-commerce .offre .title{padding-top:15px;}
.bloc-offres#bloc-offres-e-commerce .offre:hover .orderlink {background : rgba(253, 107, 38, 0.8);}
.bloc-offres#bloc-offres-e-commerce .offre:hover .title {background : rgba(253, 107, 38, 0.8);}
.bloc-offres#bloc-offres-e-commerce .offre{width:300px; position: relative; top:-20px; margin-left:80px;}
.bloc-offres#bloc-offres-e-commerce .offre .prix{width:initial; font-size:43px;}
.bloc-offres#bloc-offres-e-commerce .offre .prix .bigger { font-size:62px; }
.
.pack-1 .pack-btn.pack-btn-adwords .btn-01:hover, .pack-1 .pack-btn.pack-btn-adwords .btn-02:hover{background-color:#129d5a;}

.pack-2 .pack-btn.pack-btn-adwords .btn-01:hover, .pack-2 .pack-btn.pack-btn-adwords .btn-02:hover{background-color:#0D6BAE;}

#blockGlobal .productPage .pack-btn .btn-01,
#blockGlobal .productPage .pack-btn .btn-02 {
    display:inline-block;
    float:none;
    margin:5px 2px;
}
#blockGlobal .productPage .pack-btn {
    text-align:center;
}

div.pack-left{float:left; width:48%; display:block; text-align:center;}

div.pack-right{float:right; width:48%; display:block; text-align:center;}

div.packs{width:70%; float: right;}

div.packs.one-pack-content {width:50%; float:left; margin-left:10%;}

div.pre-pack{width:30%; float:left;}

.productPage div.pre-pack {
    margin-left: 5%;
}
.productPage div.pre-pack.pre-packs {
    margin-left: 0;
}

div.pre-pack .call-us {
    width: 269px;
    height: 72px;
    margin-bottom: 20px;
}

div.pre-pack .call-us img{
    position:absolute;
    width:279px;
}

div.pre-pack .call-us .phone{
    position: relative;
    top: 38px;
    margin: 0px 0 0 96px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Lato';
    display: block;
}

div.pre-pack .made-in-france {
    margin: 10px 0 0 55px;
}

.img-line{
    width:20%;
    margin:0;
    padding:0;
    float:left;
}

#blockGlobal .bloc-7.fonction.bloc-SEA .bloc-inner div.bloc-content  h3.titreStyle-5 {
    font-size: 23px;
    font-weight: 400;
    color: #129d5a;
    font-family: 'lato', sans-serif;
    line-height: 24px;
}

h3.titreStyle-5 .bold{font-weight: 600;}

.bloc-inner .bloc-content hr{
    background-color: #d1d1d1;
    color: rgba(0, 0, 0, 0.1);
    border: medium none;
    clear: both;
    display: block;
    height: 1px;
    margin: 20px 0;
    outline: medium none;
    width: 15%;
}

.bloc-inner .bloc-content p {
    font-family: 'lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #444;
}

/* Box trustpilot des pages produit */
.carouselTrust.product {
    float: left;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    margin-top: 30px;
}
.main .carouselTrust.product {
    margin-left: 30px;
}
.carouselTrust.product .trustpilot-widget {
    background-color: #ffffff;
    padding: 42px 0 0;
}

/* Pop up "rappelez moi"
========================================================================== */
#blockTop .btn-callMe {
    position: relative;
}
#blockTop .btn-callMe .form-callMe {
    margin: 0 auto;
    text-align: center;
    background: #0089db !important;
    padding: 15px 20px !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    width: 290px;
    box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 27px;
    display: none;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
#blockTop .btn-callMe:hover .form-callMe {
    display: block;
}
#blockTop .btn-callMe .form-callMe .blockForm-1 p.title {
    font-family: 'Lato';
    font-size: 18px;
    text-align: center;
    color:#FFF;
}
#blockTop .btn-callMe .form-callMe .blockForm-1 .txtZone {
    padding: 5px 0 !important;
}
#blockTop .btn-callMe .form-callMe .blockForm-1 .txtZone input {
    background: rgba(0,0,0,0.15);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 93%;
    padding: 10px 10px;
    color: #fff;
    font-family: 'lato', sans-serif;
    font-style: italic;
    font-size: 13px;
    border: 1px solid rgba(255,255,255,0.2);
}
#blockTop .btn-callMe .form-callMe .blockForm-1 .txtZone input:focus {
    color: #fff; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.3);
}
#blockTop .btn-callMe .form-callMe a.validFree {
    font-weight: 400 !important;
    font-family: 'lato', sans-serif;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 4px;
    margin: 12px auto 5px;
    color: #0089db !important;
    font-size: 16px !important;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px 10px 35px!important;
    font-family: 'lato', sans-serif;
    display: inline-block;
    background: url('icon-order-3.png') no-repeat 15px center #fff;
    opacity: 0.9;
    transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
}
#blockTop .btn-callMe .form-callMe a.validFree:hover {
    opacity: 1;
}

/* Popup video */
.blockPopup.video .popupVideo {
    background:#fff;
    left: 18%;
    margin: 0 0 0 0px;
    padding: 20px 20px 10px;
    position: absolute;
    top: 110px;
    width: 60%;
    z-index: 1101;
    -moz-border-radius:6px;
    border-radius:6px;
    box-shadow:2px 2px 8px #000;
}
.blockPopup.video .popup .btnClose {
    top:2px;
    right:1px;
    width:21px;
    height:20px;
    background:url(bgd_blockpopup-btnclose-2.png) no-repeat;
}
.blockPopup.video .popup .blockButtonRound {
    text-align:center;
    padding:10px 0 0;
}
#playerVideo .video .player {
    position: relative;
    padding-bottom: 61.4%; /*For the video ratio*/
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

#playerVideo .video .player iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#playerVideo .blockButtonRound a.btnRound {
    background: #044872 none;
    border-radius:4px;
    margin:0;
    padding:10px;
}
#playerVideo .blockButtonRound a.btnRound:hover {
    background-color: #06598D;
}
#playerVideo .blockButtonRound a.btnRound.start {
    background-color: #4FB2E4;
}
#playerVideo .blockButtonRound a.btnRound.start:hover {
    background-color: #59C2F7;
}
#playerVideo .blockButtonRound a.btnRound.e-commerce {
    background-color: #1BA8C1;
}
#playerVideo .blockButtonRound a.btnRound.e-commerce:hover {
    background-color: #1791A6;
}
#playerVideo .blockButtonRound a.btnRound.seo {
    background-color: #3F9ADA;
}
#playerVideo .blockButtonRound a.btnRound.seo:hover {
    background-color: #348AC6;
}
#playerVideo .blockButtonRound a.btnRound.seoPlus {
    background-color: #0E78C3;
}
#playerVideo .blockButtonRound a.btnRound.seoPlus:hover {
    background-color: #0D6BAE;
}
#playerVideo .blockButtonRound a.btnRound.e-mailing {
    background-color: #FD6B26;
}
#playerVideo .blockButtonRound a.btnRound.e-mailing:hover {
    background-color: #DB5313;
}
#playerVideo .blockButtonRound a.btnRound.e-mailingPlus {
    background-color: #F37021;
}
#playerVideo .blockButtonRound a.btnRound.e-mailingPlus:hover {
    background-color: #D45407;
}

/* Pop up video
========================================================================== */
.blockPopup .popupEssai {
    position: absolute;
    width:900px;
    background:none;
    left:40%;
}
.blockPopup .popupEssai .btnClose {
    top:19px;
    right:-7px;
}
.bloc-popup {
    background: url('bgd-popup.jpg') no-repeat center top;
    width: 900px; height: 620px; margin: 0 auto;
}
.bloc-popup .inner {
    font-family: 'lato', sans-serif; color: #FFF;
    width: 320px; margin: 0 auto; padding: 180px 0px;
    position: relative;
}
.bloc-popup p.popup-title {
    font-size: 17px; font-style: italic; font-weight: bold;
    text-align: center; padding: 0 0 20px 0;
}
.bloc-popup p.popup-paragraph {
    font-size: 15px; padding: 0 0 10px 0; font-weight: 300;
}
.bloc-popup p.popup-paragraph span.bold {
    font-weight: bold;
}
.bloc-popup p.popup-paragraph span.italic {
    font-style: italic;
}
.bloc-popup a.popup-link {
    background: #FFF; border-radius: 4px; text-transform: uppercase;
    color: #1a7ac0; font-size: 18px; text-decoration: none; padding: 12px 25px;
    transition: all 200ms ease; text-align: center; display: block; margin: 0 auto;
    width: 130px; position: absolute; bottom: 125; left: 25%;
}
.bloc-popup a.popup-link:hover {
    background: #f1f1f1;
}
.blockPopup .popup .fixed{
    position:fixed;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
}
.blockPopup .popupEssai .btnClose {
    background:url(btn-exit.png) no-repeat;
}

.carouselTrust {
    float: right;
}

/* Page video */
.bloc-video .offre .video-link{
    -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
    zoom: 1; position: relative;
}
.bloc-video .offre .video-link a{
    display: block; line-height: 75px; text-transform: uppercase;
    color: #fff; font-size: 16px; text-align: center; padding-left: 38px;
    background: url('picto-play.png') no-repeat 43px center;
}
.bloc-video .offre .video-link strong{
    font-weight: 700; font-size: 15px;
}
.bloc-video .offre-1 .video-link, .bloc-offres .offre-1 .order-link{
    background-color: #4fb2e4;
}

.bloc-video .offre-2 .video-link, .bloc-offres .offre-2 .order-link{
    background-color: #0e78c3;
}

.bloc-video .offre-3 .video-link, .bloc-offres .offre-3 .order-link{
    background-color: #044872;
}
.bloc-video .offre-4 .video-link, .bloc-offres .offre-3 .order-link{
    background-color: #1BA8C1;
}

/* *** Go To Top *** */
#goToTop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
    opacity: 0.7;
    width: 40px;
    cursor: pointer;
}

/* Block d'actualité
========================================================================== */
.bloc-4.actu-viaduc {
    position: relative;
    background: #fff; text-align: center; padding: 12px 0 20px;
}
.bloc-4.actu-viaduc .arrow .arrow-left {
    width:37px;
    height: 37px;
    position: absolute;
    left: 380px;
}
.bloc-4.actu-viaduc .arrow .arrow-right {
    width:37px;
    height: 37px;
    position: absolute;
    right: 420px;
}
.bloc-4.actu-viaduc .titre{
    font-family: 'Lato'; font-size: 28px;
    color: #777; padding: 20px 0 40px; font-weight: 300;
}
.bloc-4.actu-viaduc .titre .bold {
    font-family: 'Lato';
    font-weight: 400;
}
.bloc-4.actu-viaduc .item {
    width: 30%; float: left; margin-right:3%;
    opacity: 0.75;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.bloc-4.actu-viaduc .item:hover {
    width: 30%; float: left; margin-right:3%;
    opacity: 1;
}
.bloc-4.actu-viaduc .item.item-last {
    margin-right: 0;
}
.bloc-4.actu-viaduc .item p.date {
    font-family: 'Lato'; font-weight: 400;
    display: block; width: 34px; height: 62px;
    color: #FFF; background: #457abc; border-radius:4px;
    float: left; margin: 0 10px 30px 0; font-size: 23px;
    text-align: center; padding: 5px; line-height: 31px;
}
.bloc-4.actu-viaduc .item p.date span.day {
    border-bottom: 2px solid #FFF; padding-bottom: 1px;
}
.bloc-4.actu-viaduc .item p.date span.month {
    padding-top: 5px;
}
.bloc-4.actu-viaduc .item p.article-name {
    font-family: 'Lato'; font-style: italic; font-weight: 400;
    color: #457abc; font-size: 17px; text-align: left;
    line-height: 18px;
}
.bloc-4.actu-viaduc .item span.desc {
    font-family: 'Lato'; font-style: italic; font-weight: 300;
    color: #666666; font-size: 13px; text-align: left;
}
/* Landing AFNIC promotion .fr
========================================================================== */
#blockGlobal {
    position:relative;
}
img.landing-01 {
    position: absolute;
    z-index: 2;
    top:6%;
    left:3%;
}
@media screen and (max-width: 1200px) {
    img.landing-01 {
        position: absolute;
        z-index: 2;
        top:8%;
        left:3%;
    }
}
@media screen and (max-width: 1000px) {
    img.landing-01 {
        position: absolute;
        z-index: 2;
        top:0;
        left:49%;
        right:0;
        width:95px;
    }
}

#blockContent .blockEdito .pack.start,
#blockContent .blockEdito .pack.integral,
#blockContent .blockEdito .pack.e-commerce {
    -moz-box-shadow: none,
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
/* Page SEO
========================================================================== */
#bloc-offres-referencement{z-index: 10; font-family: 'Lato'; height: 210px; padding-top: 0px; position:inherit;}
#bloc-offres-referencement.bloc-offres .btn div {border:medium none;}
.bloc-offres#bloc-offres-referencement .offre .orderlink a { background:url('icon-phone-2.png') no-repeat 42px center transparent; margin:0; }
.bloc-offres#bloc-offres-referencement .offre .title{padding-top:15px; font-size:18px;}
.bloc-offres#bloc-offres-referencement .offre:hover .first {background : rgba(13, 158, 255, 0.8);}
.bloc-offres#bloc-offres-referencement .offre:hover .second {background : rgba(15, 126, 204, 0.8);}
.bloc-offres#bloc-offres-referencement .offre:hover .third {background : rgba(9, 79, 127, 0.8);}
.bloc-offres#bloc-offres-referencement .offre{width:300px; position: relative; margin:30px 0 30px 0;}
.bloc-offres#bloc-offres-referencement .offre.middle{margin:30px 50px 30px 50px;}
.bloc-offres#bloc-offres-referencement .offre .prix{width:initial; font-size:43px; height:150px;}
.bloc-offres#bloc-offres-referencement .offre .prix .bigger { font-size:62px; }
.bloc-offres#bloc-offres-referencement .offre .prix .subtitle { font-size:15px; }
.bloc-offres#bloc-offres-referencement .offre .prix .small { text-align: right; padding-right:28px; margin-top: -20px;}
.bloc-offres#bloc-offres-referencement .offre .prix {
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: 400;
    padding: 0;
    cursor:pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
}
.productPage.seo .packs .pack-1 .pack-btn .btn-01:hover, .productPage.seo .packs .pack-1 .pack-btn .btn-02:hover{background-color:#094f7f;}


.productPage.seo .packs .pack-1 .pack .pack-pac-list li {
    font-size: 16.5px;
}

.productPage.seo .packs .pack-1 .pack-btn .btn-01 {
    background-color:#0f7ecc;
}
.productPage.seo .packs .pack-1 .pack-btn .btn-02 {
    background-color:#0f7ecc;
}


.bloc-6.fonction .bloc-inner .bloc-content div.col-2, .bloc-6.fonction .bloc-inner .bloc-content div.col-3, .bloc-6.fonction .bloc-inner .bloc-content .col-4 {
    margin: 30px auto 0;
    padding-top: 90px;
    width: 24%;
}

.bloc-6.fonction .bloc-inner .bloc-content .col-2 p span.bold, .bloc-6.fonction .bloc-inner .bloc-content .col-3 p span.bold, .bloc-6.fonction .bloc-inner .bloc-content .col-4 p span.bold{
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

div.seo-right h3{font-size:24px;}

.bloc-6 .bloc-inner .bloc-content .seobtn{
    margin:20px 0;
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
    min-height:40px;
}

.productPage.seo .packs .pack-pac-list li.video {
    background: transparent url("icon-play-ref.png") no-repeat scroll 0px 13px;
}
.productPage.seo .packs .pack-pac-list li.video a {
    color: #3F9ADA;
    border-bottom: 1px solid #3F9ADA;
    margin-left: 20px;
    padding-bottom: 6px;
    padding-top: 4px;
    width: 162px;
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
    display: block;
    transition: all 200ms ease 0s;
    font-family: "lato";
}
.productPage.seo .packs .pack-pac-list li.video a:hover {
    color: #348AC6;
    border-bottom: 1px solid #348AC6;
}

.productPage.seo .packs .pack-2 .pack-pac-list li.video {
    background: transparent url("icon-play-refPlus.png") no-repeat scroll 0px 13px;
}
.productPage.seo .packs .pack-2 .pack-pac-list li.video a {
    color: #0E78C3;
    border-bottom: 1px solid #0E78C3;
    margin-left: 20px;
    padding-bottom: 6px;
    padding-top: 4px;
    width: 162px;
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
    display: block;
    transition: all 200ms ease 0s;
    font-family: "lato";
}
.productPage.seo .packs .pack-2 .pack-pac-list li.video a:hover {
    color: #0D6BAE;
    border-bottom: 1px solid #0D6BAE;
}

.bloc-6 .bloc-inner .bloc-content .seobtn a  {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-family: 'lato', sans-serif;
    text-transform: uppercase;
}

.bloc-inner .bloc-content .seobtn .btnred:hover {
    box-shadow: -1px -1px 5px #400307 inset;
    background-color:rgba(0,0,0,0.4);
}

.bloc-inner .bloc-content .seobtn .btngreen:hover {
    box-shadow: -1px -1px 5px #073720 inset;
    background-color:rgba(0,0,0,0.4);
}

.bloc-inner .bloc-content .seobtn a.btnred{
    background:#b32c33;
}

.bloc-inner .bloc-content .seobtn a.btngreen {
    background: #1c7249;
}

.bloc-inner .bloc-content .seobtn a.btngreen:hover{
    color: #ffffff;
}

.pack-1 .pack-btn.pack-btn-seo .btn-01 {
    background: url('icon-order-1.png') no-repeat 18px center #3f9ada;
    padding-left: 35px;
}

.pack-1 .pack-btn.pack-btn-seo .btn-02 {
    background: url('icon-phone-2.png') no-repeat 12px center #3f9ada;
    padding-left: 35px;
    margin-right: 0;
}

.pack-2 .pack-btn.pack-btn-seo .btn-01 {
    background: url('icon-order-1.png') no-repeat 18px center #0e78c3;
    padding-left: 35px;
}

.pack-2 .pack-btn.pack-btn-seo .btn-02 {
    background: url('icon-phone-2.png') no-repeat 12px center #0e78c3;
    padding-left: 35px;
    margin-right: 0;
}

.pack-1 .pack-btn.pack-btn-seo .btn-01:hover, .pack-1 .pack-btn.pack-btn-seo .btn-02:hover{background-color:#348ac6;}

.pack-2 .pack-btn.pack-btn-seo .btn-01:hover, .pack-2 .pack-btn.pack-btn-seo .btn-02:hover{background-color:#0d6bae;}

.img-seo{
    width:20%;
    margin:0;
    padding:0;
    float:left;
}

div.block-seo{clear:both;}

div.seo28{
    float:left;
    text-align:center;
    width:34%;
    margin-top:30px;
}

div.seo72{
    float:left;
    text-align:center;
    width:66%;
    margin:0;
}
.bloc-2.demo-2 .bloc-inner .bloc-content p.seo-p {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    font-family: 'lato', sans-serif;
    text-align:left;
    line-height: 36px;
    width: 100%;
    margin:30px auto 0;
}
.bloc-6.fonction .bloc-inner .bloc-content p.seo-p {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    font-family: 'lato', sans-serif;
    text-align:left;
    line-height: 36px;
    width: 100%;
    margin:50px auto 0;
}
.productPage .bloc-6.fonction.seoWhyViaduc .bloc-inner .bloc-content {
    text-align:center
}
.productPage .bloc-6.fonction.seoWhyViaduc .bloc-inner .bloc-content div.col-1,
.productPage .bloc-6.fonction.seoWhyViaduc .bloc-inner .bloc-content div.col-2,
.productPage .bloc-6.fonction.seoWhyViaduc .bloc-inner .bloc-content div.col-3 {
    margin: 30px auto 0px;
    width: 24%;
    float:none;
    display:inline-block;
    vertical-align:top;
}

.seo .product.bloc-1.fonction .bloc-inner .bloc-content .txtBandeau {
    font-size:20px;
}

@media screen and (max-width: 1030px){
    .bloc-offres#bloc-offres-referencement .offre.middle {
        margin:30px 10px 30px 10px;
    }

}


@media screen and (max-width:768px) {
    .bloc-1.fonction .bloc-inner .bloc-title .title-style-4 {
        font-size:30px;
    }
    .bloc-offres#bloc-offres-referencement .offre .title {
        font-size:15px;
    }
}

@media screen and (max-width:630px){
    .bloc-1.fonction .bloc-inner .bloc-title .title-style-4 {
        font-size:25px;
    }
}

@media screen and (max-width:550px)
{
    .bloc-6.fonction .bloc-inner .bloc-content .seo72 p.seo-p{
        padding-left:20px;
        max-width:95%;
    }
    .seo .product.bloc-1.fonction .bloc-inner .bloc-content .txtBandeau {
        font-size:15px;
    }
}

@media screen and (max-width:514px){
    .bloc-1.fonction .bloc-inner .bloc-title .title-style-4 {
        font-size:20px;
    }
}
/* ==========================================================================
Pack emailing
========================================================================== */

h3.titreStyle-5{
    font-size: 23px;
    font-weight: 400;
    color: #1A7AC0;
    font-family: 'lato', sans-serif;
    line-height: 24px;
}
.pack-1 .pack-btn .btn-01 {
    background: url('icon-order-1.png') no-repeat 18px center #F08135;
    padding-left: 35px;
}
.pack-1 .pack-btn .btn-02 {
    background: url('icon-phone-2.png') no-repeat 12px center #F08135;
    padding-left: 35px;
    margin-right: 0;
}
.pack-2 .pack-btn .btn-01 {
    background: url('icon-order-1.png') no-repeat 18px center #f37021;
    padding-left: 35px;
}
.pack-2 .pack-btn .btn-02 {
    background: url('icon-phone-2.png') no-repeat 12px center #f37021;
    padding-left: 35px;
    margin-right: 0;
}
.pack-1 .pack-btn .btn-01:hover, .pack-1 .pack-btn .btn-02:hover{background-color:#f37021;}
.pack-2 .pack-btn .btn-01:hover, .pack-2 .pack-btn .btn-02:hover{background-color:#d45407;}


.bloc-6.fonction .bloc-inner .bloc-content div#picto-mail-1{background:url('/skins/viaduc-commercial/picto-mail-1.png') no-repeat center top transparent;}
.bloc-6.fonction .bloc-inner .bloc-content div#picto-mail-2{background:url('/skins/viaduc-commercial/picto-mail-2.png') no-repeat center top transparent;}
.bloc-6.fonction .bloc-inner .bloc-content div#picto-mail-3{background:url('/skins/viaduc-commercial/picto-mail-3.png') no-repeat center top transparent;}
.bloc-6.fonction .bloc-inner .bloc-content div#picto-mail-1:hover, .bloc-6.fonction .bloc-inner .bloc-content div.picto-active#picto-mail-1{background:url('/skins/viaduc-commercial/picto-mail-1-h.png') no-repeat center top transparent;}
.bloc-6.fonction .bloc-inner .bloc-content div#picto-mail-2:hover, .bloc-6.fonction .bloc-inner .bloc-content div.picto-active#picto-mail-2{background:url('/skins/viaduc-commercial/picto-mail-2-h.png') no-repeat center top transparent;}
.bloc-6.fonction .bloc-inner .bloc-content div#picto-mail-3:hover, .bloc-6.fonction .bloc-inner .bloc-content div.picto-active#picto-mail-3{background:url('/skins/viaduc-commercial/picto-mail-3-h.png') no-repeat center top transparent;}
.bloc-3.fonction #mail-av-2, .bloc-3.fonction #mail-av-3, .bloc-3.fonction #mail-ar-2, .bloc-3.fonction #mail-ar-3{display:none;}

.bloc-3.fonction {
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}
.bloc-3.fonction.bg-ill-1 {
    background:url('/skins/viaduc-commercial/illuRapideEfficace.png') no-repeat right 20% top #f37021;
}
.bloc-3.fonction.bg-ill-2 {
    background:url('/skins/viaduc-commercial/illuAccompagnement.png') no-repeat right 20% top #f37021;
}
.bloc-3.fonction.bg-ill-3 {
    background:url('/skins/viaduc-commercial/illuGestionClient.png') no-repeat right 20% top #f37021;
}
/* Mail templates slider  */
.mailTemplatesSlider {
    float: left;
    width: 50%;
}
.mailTemplatesSlider div, .mailTemplatesSlider ul, .mailTemplatesSlider li, .mailTemplatesSlider img {
    width: 100%; height: 100%;
}
.mailTemplatesSlider div.bx-wrapper {
    background-color: #fff;
    float: right;
    width: 450px; height: 250px;
    margin: 36px 38px 0 0;
}
.mailTemplatesSlider div.bx-controls {
    display: none;
}

.bloc-3.fonction .bloc-inner.mailTemplate .bloc-content .col-1 {
    margin-right: 2%;
}
.productPage.mailCampagn .bloc-3.fonction.models {
    background:url('bgd-mail2.jpg') no-repeat center -85px #FFFFFF;
    border-bottom:10px solid #f37021;
}
.productPage.mailCampagn .bloc-3.fonction #mail-av-1 .col-1,
.productPage.mailCampagn .bloc-3.fonction #mail-av-2 .col-1,
.productPage.mailCampagn .bloc-3.fonction #mail-av-3 .col-1 {
    float:left;
}
.productPage.mailCampagn .bloc-3.fonction .bloc-inner.mailTemplate {
    width:75%;
    margin:0px auto;
}
.productPage.mailCampagn .bloc-3.fonction .bloc-inner.mailTemplate .col-1 > div {
    padding:15px 15% 0;
}

.productPage.mailCampagn .packs .pack-pac-list li.video {
    background: transparent url("icon-play-mail.png") no-repeat scroll 0px 13px;
}
.productPage.mailCampagn .packs .pack-pac-list li.video a {
    color: #FD6B26;
    border-bottom: 1px solid #FD6B26;
    margin-left: 20px;
    padding-bottom: 6px;
    padding-top: 4px;
    width: 162px;
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
    display: block;
    transition: all 200ms ease 0s;
    font-family: "lato";
}
.productPage.mailCampagn .packs .pack-pac-list li.video a:hover {
    color: #DB5313;
    border-bottom: 1px solid #DB5313;
}

.productPage.mailCampagn .packs .pack-2 .pack-pac-list li.video {
    background: transparent url("icon-play-mailPlus.png") no-repeat scroll 0px 13px;
}
.productPage.mailCampagn .packs .pack-2 .pack-pac-list li.video a {
    color: #F37021;
    border-bottom: 1px solid #F37021;
    margin-left: 20px;
    padding-bottom: 6px;
    padding-top: 4px;
    width: 162px;
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
    display: block;
    transition: all 200ms ease 0s;
    font-family: "lato";
}
.productPage.mailCampagn .packs .pack-2 .pack-pac-list li.video a:hover {
    color: #D45407;
    border-bottom: 1px solid #D45407;
}


/* ==========================================================================
nous-contacter
========================================================================== */

#blockGlobal .cityList table.locations {
    border-collapse: separate;
    text-align: center;
    margin: 10px auto auto;
    border-spacing: 25px 10px;
    width: 100%
}

#blockGlobal .cityList table.locations td {
    width: 25%;
    height: 75px;
    font-size: medium;
    background-color: #EFF1F4;
    padding: 25px 15px;
    border: 1px solid #CACACA;
    border-radius:3px;
}

#blockGlobal .cityList table.locations td .adresse {
    padding-bottom: 25px;
}

#blockGlobal .cityList table.locations td .adresse p{
    text-align:center;
}

#blockGlobal .cityList table.locations td .adresse .city {
    color: #195CA3;
    font-weight: bold;
    font-size: 20px;
    text-transform: none;
    margin: 0px;
}

#blockGlobal .cityList table.locations td .adresse .street {
    color: #444;
    text-transform: none;
    margin:0px;
}
#blockGlobal .cityList table.locations td .discoverButton input {
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #EAF4FF;
    color: #195CA3;
    border: 1px solid #195CA3;
    border-radius: 5px;
}
#blockGlobal .cityList table.locations td a.bottomLink {
    color:#444;
    margin-top:5px;
    font-size:12px;
}

#blockGlobal .cityList p {
    text-transform: uppercase;
    font-size: large;
    text-align: center;
}
.googleRemarketing {
    position: absolute;
    margin-top: -20px;
}
body > div#idz_btn {
    right:50px;
}

/**
 * Page parrainage
 */

.bloc-1.parrainage .bloc-inner {
    padding:40px 0 0;
}
.bloc-1.parrainage .blockTree {
    border-bottom: 1px solid #ffffff;
}
.bloc-1.parrainage .blockTree li {
    color: #ffffff;
}
.bloc-1.parrainage .blockTree li.itemHome span {
    color: #ffffff;
}
.bloc-2.intro-p .bloc-inner .bloc-content .intro {
    font-family: 'lato', sans-serif;
    font-size: 22px;
    color: #0e78c3;
    padding-top: 20px;
    font-weight: 300;
    display:block;
}
.bloc-2.intro-p {
    background: none;
    padding: 20px 0;
    height:auto;
}
.bloc-2.intro-p .bloc-steps-p >h3{
    text-align:center;
    margin-bottom:25px;
    font-size:32px;
}
.bloc-inner .bloc-content .par-btn {
    margin: 50px 0;
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
    min-height: 40px;
}
.bloc-2 .bloc-inner .bloc-content .par-btn a, .bloc-6 .bloc-inner .bloc-content .par-btn a {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 15px 25px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-family: 'lato', sans-serif;
    text-transform: uppercase;
}
.bloc-inner .bloc-content a.btnblue {
    background: #018bbc;
}
.bloc-cadeaux .bloc-content .cat-cad {
    width:20%;
    float: left;
    padding-top:124px;
}
.bloc-cadeaux .bloc-content .cat-cad:hover {
    width:20%;
    float: left;
    padding-top:100px;
}
.bloc-cadeaux .bloc-content .cat-cad.sejour {
    background: url('cat-cad-sejour.jpg') no-repeat center top;
}
.bloc-cadeaux .bloc-content .cat-cad.eco {
    background: url('cat-cad-eco-responsable.jpg') no-repeat center top;
}
.bloc-cadeaux .bloc-content .cat-cad.loisir {
    background: url('cat-cad-loisir.jpg') no-repeat center top;
}
.bloc-cadeaux .bloc-content .cat-cad.gastronomie {
    background: url('cat-cad-gastronomie.jpg') no-repeat center top;
}
.bloc-cadeaux .bloc-content .cat-cad.maison {
    background: url('cat-cad-maison.jpg') no-repeat center top;
}
.bloc-cadeaux .bloc-content .cat-cad .cat-ttl-bg {
    height:45px;
    background:rgba(0, 0, 0, 0.5);
}

.bloc-cadeaux .bloc-content .cat-cad:hover .cat-ttl-bg {
    height:57px;
    padding-top:12px;
}
.bloc-cadeaux .bloc-content .cat-cad .cat-ttl-bg .cat-ttl {
    color:#fff;
    padding:10px 15px;
    font-size:18px;
}
.bloc-cadeaux .bloc-content .col-cad-center{
    width:50%;
    float: left;
}
.bloc-cadeaux .bloc-content .col-cad.right-col{
    float: right;
}
.bloc-cadeaux .bloc-content .col-cad img{
    padding:5px 0;
}
.bloc-1.parrainage{
    background: url('bgd-parrainage.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding:15px 0;
}
.bloc-1.parrainage .form-pf {
    width: 44%;
    float: left;
    padding: 0 3%;
}
.bloc-1.parrainage .bloc-contact .bloc-contact-inner .blockLoginContact{width:100%; padding:0;}
.bloc-1.parrainage .bloc-inner {max-width:50%;}
.bloc-1.parrainage .img-cad-par{width:411px; margin:60px auto 5px;}
.bloc-1.parrainage .bloc-contact .bloc-contact-inner .blockLoginContact .content a.validFree{
    width:26%;
    left:36%;
}
.bloc-1.parrainage .blockForm-1{margin-top: 25px;}

.bloc-1.parrainage .bloc-contact .bloc-contact-inner .blockLoginContact .icon{left:48%}
.bloc-1.parrainage .bloc-contact .bloc-contact-inner .blockLoginContact{background: #E03D4D; width:35%;}
.bloc-1.parrainage .bloc-contact .bloc-contact-inner .blockLoginContact:hover{background: #CB2737;}
.bloc-1.parrainage .bloc-contact .bloc-contact-inner .blockLoginContact .content {padding: 20px 20px; font-size:24px; color:#fff; font-weight:bold;}
.bloc-1.parrainage .bloc-inner .bloc-content h2.title-style-4{text-shadow: #444 2px 2px 4px; font-size:40px;background-image: url('bgd-title-parrainage.png');}
.bloc-steps-p .img-steps{width:35%; float:left;}
.bloc-steps-p .steps-p{margin-left:5%; float:right; width:55%;}
.bloc-steps-p .steps-p .step-ttl{margin-top:45px; font-size:22px;}
.bloc-steps-p .steps-p .step-txt{font-size:16px;}
.bloc-steps-p .steps-p #step1{padding-left:15%; background: url('Picto1bis.jpg') no-repeat left center;}
.bloc-steps-p .steps-p #step2{padding-left:15%; background: url('Picto2bis.jpg') no-repeat left center;}
.bloc-steps-p .steps-p #step3{padding-left:15%; background: url('Picto3bis.jpg') no-repeat left center;}
.bloc-1.parrainage .bloc-inner .bloc-content .par-btn a.btnblue:hover{background: #125B8F; color:#fff;}
#blockTop .bloc-1.parrainage .btn-callMe .form-callMe .blockForm-1 p.title{color:#fff;}

.bloc-1.parrainage .bloc-inner .bloc-content p.slide-par{font-size:26px; width:75%; margin:25px auto; color:#fff; text-align:center; line-height:40px;}

/** Popup parrainage **/
.blockPopup.parrainage .popupParrainage {
    background: #1a7ac0;
    left: 28%;
    margin: 0 0 0 0px;
    padding: 20px 20px 20px;
    position: fixed;
    top: 200px;
    width: 40%;
    z-index: 1101;
    -moz-border-radius:6px;
    border-radius:6px;
    box-shadow:2px 2px 8px #000;
    color: #fff;
}
.blockPopup.parrainage .popup .btnClose {
    top:2px;
    right:1px;
    width:21px;
    height:20px;
    background:url(bgd_blockpopup-btnclose-2.png) no-repeat;
}
.blockPopup.parrainage .popup .blockButtonRound {
    text-align:center;
    padding:10px 0 0;
}
.blockPopup.parrainage p.popup-title {
    font-size: 17px; font-style: italic; font-weight: bold;
    text-align: center; padding: 0 0 20px 0;
}
.blockPopup.parrainage h3 {
    width: 100%;
    padding: 5px 0 15px;
    text-align: center;
    font-family: 'lato', sans-serif;
    font-size: 16px;
}
.blockPopup.parrainage p.confirmation {
    margin: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}
.blockPopup.parrainage .column {
    width: 50%;
    float: left;
}
.blockPopup.parrainage .column h4 {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-family: 'lato', sans-serif;
    font-size: 14px;
}
.blockPopup.parrainage .column hr {
    color: rgba(255, 255, 255, 0.5);
    width: 50%;
    margin: 0 auto 10px;
}
.blockPopup.parrainage input {
    display: block;
    background: rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 90%;
    margin: 0 auto;
    padding: 10px 10px;
    color: rgba(255,255,255,0.6);
    font-family: 'lato', sans-serif;
    font-style: italic;
    font-size: 13px;
    border: 1px solid rgba(255,255,255,0.2)
}
.blockPopup.parrainage input:focus {
    color: #fff;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.3);
    font-style: italic;
}
.blockPopup.parrainage input.submit {
    font-weight: 600;
    width: 150px;
    background-color: #ffffff;
    font-family: 'lato', sans-serif;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0 auto;
    position: absolute;
    bottom: -22px;
    left: 41%;
    color: #0e78c3;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 10px;
    font-family: 'lato', sans-serif;
}


/*----------------------------------------------+
+ CGV 2016                                      +
+----------------------------------------------*/

#blockGlobal #cgv2016 {
    font-family:'Open Sans', sans-serif;
    font-size:12px;
    line-height: 16px;
    text-align: justify;
    font-weight:300;
    max-width: 1280px;
    margin: 0 auto;
}
#blockGlobal #cgv2016 h3,
#blockGlobal #cgv2016 h4,
#blockGlobal #cgv2016 h5,
#blockGlobal #cgv2016 h6,
#blockGlobal #cgv2016 p.h7 {
    font-weight:300;
    letter-spacing:3px;
    margin-bottom:10px;
    padding:10px;
}
#blockGlobal #cgv2016 h3 {
    font-weight: 600;
    text-align:center;
    font-size: 22px;
    margin-bottom: 20px;
    line-height:26px;
}
#blockGlobal #cgv2016 h4 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 24px;
}
#blockGlobal #cgv2016 h5 {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}
#blockGlobal #cgv2016 h6 {
    font-size: 16px;
    line-height: 18px;
}
#blockGlobal #cgv2016 p.h7 {
    font-size: 14px;
    line-height: 16px;
}
#blockGlobal #cgv2016 p {
    margin-bottom:10px;
}
#blockGlobal #cgv2016 ul {
    padding-left: 15px;
    margin-bottom: 10px;
    list-style: disc;
}

@media screen and (max-width: 1400px)
{
    .bloc-1.parrainage .bloc-inner{max-width:70%;}
}
@media screen and (max-width: 1024px)
{
    .bloc-1.parrainage .bloc-inner{max-width:80%;}
    .bubuleTrustPilote {
        display: none;
    }
}
@media screen and (max-width: 850px)
{
    .bloc-1.parrainage .bloc-inner{max-width:100%;}
    .bloc-1.parrainage .bloc-contact .bloc-contact-inner .blockLoginContact{width:75%;}
    .bloc-inner .bloc-content p.slide-par{width:95%; margin:0 auto;}
    .bloc-cadeaux .bloc-content .cat-cad{width:50%;}
    .bloc-1.parrainage .bloc-steps-p .img-steps, .bloc-steps-p .img-steps img {width:100%;}
    .bloc-1.parrainage .bloc-steps-p .steps-p{width:90%;}
    .bloc-1.parrainage .bloc-2.intro-p{padding:0 5%;}
    .blockPopup.parrainage .popupParrainage {
        width: 80%;
        left: 10%;
        top: 100px;
    }
}
@media screen and (max-width: 600px)
{
    .bloc-1.parrainage .bloc-2 .bloc-inner .bloc-content .par-btn a, .bloc-6 .bloc-inner .bloc-content .par-btn a{font-size:16px;}
    .bloc-1.parrainage .bloc-cadeaux .bloc-content .cat-cad .cat-ttl-bg .cat-ttl{font-size:15px;}
    .bloc-1.parrainage .img-cad-par, .bloc-1.parrainage .img-cad-par img{width:100%;}
}
@media screen and (max-width: 450px)
{
    .blockPopup.parrainage .popupParrainage {
        left: 4%;
        top: 10px;
    }
    .blockPopup.parrainage .column {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .blockPopup.parrainage input.submit {
        position: initial;
        margin-bottom: -40px;
    }
}
@media screen and (max-width: 350px)
{
    .blockPopup.parrainage .popupParrainage {
        max-height: 500px;
        overflow: scroll;
    }
    .blockPopup.parrainage input.submit {
        margin-bottom: 10px;
    }
}
