/* ==========================================================================
	Media Queries
============================================================================= */


@media (max-width: 480px) {
 /* .splash-media1 {   
  	background: url(medias/img/splash-bg-lg.jpg) no-repeat center fixed; 
  }*/
   .h3 {
    font-size: 18px;/*sypa 32*/
  }
	.splash-text .splash-description p {
    font-size: 12px;
  }
  .splash-text .splash-headline {
    font-size: 14px;/*sypa 48*/
  }
  .splash-feedback {
    display: block;
  }
  .call-to-action .headline {
  	font-size: 20px;
  	font-weight: 200; color: #FFFFFF; /*#B3D3FF sypa couleur en plus*/
  }
}
  
@media (min-width: 480px) {
  /* ==========================================================================
		Client List
	============================================================================= */
  .h3 {
    font-size: 18px;/*sypa 32*/
  }
  .splash-text .splash-description p {
    font-size: 12px;
  }
  .splash-text .splash-headline {
    font-size: 14px;/*sypa 48*/
  }
  .client-list .client {
    width: 50%;
  }
  .client-list .client:after,
  .client-list .client:before {
    visibility: visible;
  }
  .client-list .client:first-child:after,
  .client-list .client:first-child:before,
  .client-list .client:nth-child(2n+1):after,
  .client-list .client:nth-child(2n+1):before {
    visibility: hidden;
  }
  /* ==========================================================================
		Google Maps
	============================================================================= */
  .google-maps-container {
    padding-bottom: 75%;
  }
}

@media (min-width: 768px) {
	
  /* ==========================================================================
		Typography
	============================================================================= */
  .lead {
    font-size: 22px;
  }
  .team-popup .team-content {
    font-size: 22px;
  }
  h1,
  .h1 {
    font-size: 60px;
  }
  h2,
  .h2 {
    font-size: 45px;
  }
  h3,
  .h3 {
    font-size: 22px;/*sypa 32*/
  }
  /* ==========================================================================
		Site Splash
	============================================================================= */
  .splash-text .splash-description p {
    font-size: 18px;
  }
  .splash-text .splash-headline {
    font-size: 24px;/*sypa 48*/
  }
  .splash-feedback {
    display: block;
  }
  /* ==========================================================================
		Site Header
	============================================================================= */
  .header-inner .header-table {
    display: table;
    width: 100%;
    /*table-layout: fixed;*/
  }
  .header-inner.affix {
    max-height: none;
    overflow: visible;
  }
  .header-inner .header-col {
    display: table-cell;
    vertical-align: middle;
  }
  .header-inner .header-col.brand {
    width: 300px;/*sypa 200*/
    position: relative;
  }
  .header-inner .header-col.main-nav {
    padding: 0 0 0 30px;
    margin: 0;
  }
  .header-inner .header-col.main-nav:first-child {
    padding: 0 30px 0;
  }
  .header-inner .nav-toggle {
    display: none;
  }
  .main-nav {
    text-align: right;
    font-size: 0;
    white-space: nowrap;
  }
  .main-nav ul li {
    display: inline-block;
    font-size: 13px;
    border-top: none;
  }
  .main-nav ul li a {
    padding: 27px 15px;
  }
  .main-nav ul li a .sub-toggle {
    display: none;
  }
  .main-nav ul li ul {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    text-align: left;
    display: none !important;
    position: absolute;
    top: 100%;
    right: 0;
  }
  .main-nav ul li li {
    display: block;
    min-width: 150px;
    margin-left: 0;
    border: 1px solid #e8e8e8;
  }
  .main-nav ul li li + li {
    border-top: 0;
  }
  .main-nav ul li li > ul {
    left: 100%;
    right: auto;
    top: -1px;
  }
  .main-nav ul li li a {
    padding: 12px 15px;
  }
  .main-nav ul li:hover > ul {
    display: block !important;
  }
  .main-nav > ul {
    margin: 0;
    display: block !important;
  }
  .main-nav > ul > li > ul {
    border-top: 2px solid #03447C;
  }
  .main-nav > ul > li > ul > li:first-child {
    border-top: 0;
  }
  /* ==========================================================================
		Section Row
	============================================================================= */
  .section-row {
    padding: 117px 0;
  }
  .section-row.quarter-padding-top {
    padding-top: 29px;
  }
  .section-row.quarter-padding-bottom {
    padding-bottom: 29px;
  }
  .section-row.half-padding-top {
    padding-top: 59px;
  }
  .section-row.half-padding-bottom {
    padding-bottom: 59px;
  }
  .section-row.three-quarters-padding-top {
    padding-top: 88px;
  }
  .section-row.three-quarters-padding-bottom {
    padding-bottom: 88px;
  }
  /* ==========================================================================
		Section Title
	============================================================================= */
  .section-title.show-counter:after {
    top: -117px;
  }
  /* ==========================================================================
		Section Separator Title
	============================================================================= */
  .section-separator-title {
    white-space: nowrap;
  }
  .section-separator-title > span {
    padding: 12px 0 12px 30px;
    border-left-width: 1920px;
    margin-left: -1950px;
  }
  /* ==========================================================================
		Projects
	============================================================================= */
  .projects .items .project,
  .projects .items .grid-sizer {
    width: 47.91666666666667%;
  }
  .projects .items .gutter-sizer {
    width: 4.166666666666666%;
  }
  .projects .filter ul {
    display: block;
    position: relative;
  }
  .projects .filter li {
    float: left;
  }
  .projects .filter li + li {
    margin-left: 10px;
  }
  .projects .filter li.active {
    display: block;
  }
  .projects .filter a {
    padding: 10px;
    display: inline-block;
    border-radius: 3px;
  }
  /* ==========================================================================
		Project Details
	============================================================================= */
  .project-details .section-row.project-media .ipad-slider,
  .project-details .section-row.project-media .iphone-slider,
  .project-details .section-row.project-media .macbook-slider {
    margin-bottom: -111.14999999999999px;
  }
  /* ==========================================================================
		Client List
	============================================================================= */
  .client-list .client {
    width: 33.333333333333336%;
  }
  .client-list .client:nth-child(2n+1):after,
  .client-list .client:nth-child(2n+1):before {
    visibility: visible;
  }
  .client-list .client:nth-child(3n+1):after,
  .client-list .client:nth-child(3n+1):before {
    visibility: hidden;
  }
  /* ==========================================================================
		Call to Action
	============================================================================= */
  .call-to-action.one-row .call-to-action-inner {
    display: table;
    width: 100%;
  }
  .call-to-action.one-row .col-text,
  .call-to-action.one-row .col-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0;
  }
  .call-to-action.one-row .col-btn {
    text-align: right;
  }
  .call-to-action.one-row .col-btn + .col-text,
  .call-to-action.one-row .col-text + .col-btn {
    padding-left: 40px;
    padding-top: 0;
  }
  /* ==========================================================================
		Pricing
	============================================================================= */
  .pricing-table.featured {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: -20px;
  }
  /* ==========================================================================
	   Counter
	============================================================================= */
  .counter .number {
    font-size: 60px;
  }
  /* ==========================================================================
		Google Maps
	============================================================================= */
  .google-maps-container {
    padding-bottom: 56.25%;
  }
  /* ==========================================================================
		Figure in Slider
	============================================================================= */
  .royalSlider figure figcaption {
    opacity: 1;
  }
  /* ==========================================================================
		Form
	============================================================================= */
  .form-group [class*="col-sm-"] {
    margin-bottom: 0;
  }
  /* ==========================================================================
		Blog Post
	============================================================================= */
  .post,
  .post-author,
  .post-comments .comment-wrap {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .posts-wrap .post:last-child {
    margin-bottom: 32px;
  }
  .post-body + .post-tags {
    margin-top: 64px;
  }
  .post-media blockquote {
    padding: 45px 60px;
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  /* ==========================================================================
		Typography
	============================================================================= */
  h1,
  .h1 {
    font-size: 72px;
  }
  h2,
  .h2 {
    font-size: 54px;
  }
  h3,

  .h3 {
    font-size: 36px;
  }
  /* ==========================================================================
		Site Splash
	============================================================================= */
  .splash-text .splash-description p {
    font-size: 22px;
  }
  .splash-text .splash-headline {
    font-size: 52px;/*sypa 72*/
  }
  /* ==========================================================================
		Section Row
	============================================================================= */
  .section-row {
    padding: 140px 0;
  }
  .section-row.quarter-padding-top {
    padding-top: 35px;
  }
  .section-row.quarter-padding-bottom {
    padding-bottom: 35px;
  }
  .section-row.half-padding-top {
    padding-top: 70px;
  }
  .section-row.half-padding-bottom {
    padding-bottom: 70px;
  }
  .section-row.three-quarters-padding-top {
    padding-top: 105px;
  }
  .section-row.three-quarters-padding-bottom {
    padding-bottom: 105px;
  }
  /* ==========================================================================
		Section Title
	============================================================================= */
  .section-title.show-counter:after {
    top: -140px;
  }
  /* ==========================================================================
		Sidebar
	============================================================================= */
  .sidebar {
    padding-left: 30px;
  }
  .sidebar.sidebar-left {
    padding-left: 15px;
    padding-right: 40px;
  }
  .sidebar-block:first-child {
    padding-top: 0 !important;
    margin-top: 0 !important;
    border-top: none !important;
  }
  /* ==========================================================================
		Projects
	============================================================================= */
  .projects .items .project,
  .projects .items .grid-sizer {
    width: 31.20567375886525%;
  }
  .projects .items .gutter-sizer {
    width: 3.1914893617021276%;
  }
  /* ==========================================================================
		Project Details
	============================================================================= */
  .project-details .section-row.project-media .ipad-slider,
  .project-details .section-row.project-media .iphone-slider,
  .project-details .section-row.project-media .macbook-slider {
    margin-bottom: -133px;
  }
  .project-details .project-sidebar {
    padding-left: 60px;
  }
  /* ==========================================================================
		Client List
	============================================================================= */
  .client-list .client {
    width: 25%;
  }
  .client-list .client:nth-child(3n+1):after,
  .client-list .client:nth-child(3n+1):before {
    visibility: visible;
  }
  .client-list .client:nth-child(4n+1):after,
  .client-list .client:nth-child(4n+1):before {
    visibility: hidden;
  }
  /* ==========================================================================
		Testimonial & Tweets
	============================================================================= */
  .testimonial blockquote p,
  .tweet .tweet_text {
    font-size: 32px;
  }
  /* ==========================================================================
		Recent Post
	============================================================================= */
  .recent-post .recent-post-body .meta {
    display: block;
  }
  /* ==========================================================================
	   Counter
	============================================================================= */
  .counter .number {
    font-size: 72px;
  }
  /* ==========================================================================
		Google Maps
	============================================================================= */
  .google-maps-container {
    padding-bottom: 42.1875%;
  }
  /* ==========================================================================
		Form
	============================================================================= */
  .form-group [class*="col-md-"] {
    margin-bottom: 0;
  }
  /* ==========================================================================
		Sliders
	============================================================================= */
  .standard-slider,
  .nearby-slider {
    padding-bottom: 28.125%;
  }
  /* ==========================================================================
		Blog Post
	============================================================================= */
  .post,
  .post-author,
  .post-comments .comment-wrap {
    padding-bottom: 90px;
    margin-bottom: 90px;
  }
  .posts-wrap .post:last-child {
    margin-bottom: 36px;
  }
  .post-body + .post-tags {
    margin-top: 72px;
  }
}

@media (min-width: 1200px) {
	/*sypa*/
	.call-to-action .headline {
  	font-size: 22px;
  	font-weight: 350; color: #FFFFFF; /*#B3D3FF sypa couleur en plus*/
  }
	
  /* ==========================================================================
		Typography
	============================================================================= */
  .has-bg {
  background-repeat: no-repeat;/*repeat-y;*/
  background-position: 50%;/*50*/
  background-size: 120%;/*sypa cover gossie l image*/
}

h1,
  .h1 {
    font-size: 72px;
  }
  h2,
  .h2 {
    font-size: 44px;/*sypa novembre 2019 54*/
  }
  h3,
  .h3 {
    font-size: 36px;
  }
  /* ==========================================================================
		Site Splash
	============================================================================= */
  .splash-media1 {   
  background: url(medias/img/splash-bg-lg.jpg) no-repeat;  
  background-size: cover;
  }
  
  .splash-text .splash-description p {
    font-size: 26px;
  }
  .splash-text .splash-headline {
    font-size: 46px;/*sypa 96*/
  }
  /* ==========================================================================
		Section Row
	============================================================================= */
  .section-row {
    padding: 140px 0;
  }
  .section-row.quarter-padding-top {
    padding-top: 35px;
  }
  .section-row.quarter-padding-bottom {
    padding-bottom: 35px;
  }
  .section-row.half-padding-top {
    padding-top: 70px;
  }
  .section-row.half-padding-bottom {
    padding-bottom: 70px;
  }
  .section-row.three-quarters-padding-top {
    padding-top: 105px;
  }
  .section-row.three-quarters-padding-bottom {
    padding-bottom: 105px;
  }
  /* ==========================================================================
		Section Title
	============================================================================= */
  .col-lg-1 .section-title,
  .col-lg-2 .section-title,
  .col-lg-3 .section-title,
  .col-lg-4 .section-title,
  .col-lg-5 .section-title,
  .col-lg-6 .section-title {
    text-align: right;
  }
  .col-lg-1 .section-title:before,
  .col-lg-2 .section-title:before,
  .col-lg-3 .section-title:before,
  .col-lg-4 .section-title:before,
  .col-lg-5 .section-title:before,
  .col-lg-6 .section-title:before,
  .col-lg-1 .section-title:after,
  .col-lg-2 .section-title:after,
  .col-lg-3 .section-title:after,
  .col-lg-4 .section-title:after,
  .col-lg-5 .section-title:after,
  .col-lg-6 .section-title:after {
    left: auto;
    right: 0;
  }
  .section-title.show-counter:after {
    top: -140px;
  }
  /* ==========================================================================
		Projects
	============================================================================= */
  .projects .items .project,
  .projects .items .grid-sizer {
    width: 23.026315789473685%;
  }
  .projects .items .gutter-sizer {
    width: 2.631578947368421%;
  }
  /* ==========================================================================
		Project Details
	============================================================================= */
  .project-details .section-row.project-media .ipad-slider,
  .project-details .section-row.project-media .iphone-slider,
  .project-details .section-row.project-media .macbook-slider {
    margin-bottom: -133px;
  }
  /* ==========================================================================
	   Counter
	============================================================================= */
  .counter .number {
    font-size: 72px;
  }
  /* ==========================================================================
		Google Maps
	============================================================================= */
  .google-maps-container {
    padding-bottom: 28.125%;
  }
  /* ==========================================================================
		Form
	============================================================================= */
  .form-group [class*="col-lg-"] {
    margin-bottom: 0;
  }
  /* ==========================================================================
		Client List
	============================================================================= */
  .client-list .client {
    width: 20%;
  }
  .client-list .client:nth-child(4n+1):after,
  .client-list .client:nth-child(4n+1):before {
    visibility: visible;
  }
  .client-list .client:nth-child(5n+1):after,
  .client-list .client:nth-child(5n+1):before {
    visibility: hidden;
  }
  /* ==========================================================================
		Blog Post
	============================================================================= */
  .post,
  .post-author,
  .post-comments .comment-wrap {
    padding-bottom: 90px;
    margin-bottom: 90px;
  }
  .posts-wrap .post:last-child {
    margin-bottom: 36px;
  }
  .post-body + .post-tags {
    margin-top: 72px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-loader {
    /*background-image: url("../img/preload@2x.gif");sypa*/
    background-image: url("../img/anneau_histide.gif");
	background-size: 32px 32px;
  }
  .rsHydrogen .rsPreloader {
    background-image: url("../img/anneau_histide.gif");
    background-size: 32px 32px;
  }
  .macbook-slider {
    background-image: url("../img/macbook@2x.png");
    background-size: 100% 100%;
  }
  .iphone-slider {
    background-image: url("../img/iphone@2x.png");
    background-size: 100% 100%;
  }
  .ipad-slider {
    background-image: url("../img/ipad@2x.png");
    background-size: 100% 100%;
  }
  .photoset {
    background-image: url("../img/anneau_histide.gif");
    background-size: 32px 32px;
  }
  .mejs-overlay-loading {
    background-image: url("../img/anneau_histide.gif");
    background-size: 32px 32px;
  }
}