/* Add here all your css styles (customizations) */
.re-title-v2 {
  /* text-transform: none; */
  font-size: 35px;
  /* color: rgb(141, 210, 202) */
}

h2.title-v2 {
    margin-bottom: 40px;
}

.navbar-brand {
    padding: 5px 5px 5px 0;
}

@media (max-width: 991px) {
	.header-v6 .navbar-brand {
		padding-top: 5px;
	}
	
	.margin-top-90 {
		margin-top-90: 0;
	}
}

@media (min-width: 992px) {
	.margin-top-90 {
		margin-top: 90px;
	}
	
	/* .header-v6 .navbar-nav > li > a { */
		/* padding: 20px 10px; */
	/* } */
}

.footer-v1 .footer {
    padding: 20px 0;
}

.footer-logo {
    margin: 0;
}

.footer-v1 address a {
    color: #eee;
}

.breadcrumbs.breadcrumbs-dark, .breadcrumbs.breadcrumbs-light {
    padding: 20px 0 14px 0;
}

@media (min-width: 979px) {
    /* .my-custom-class { */
        /* font-size: 30px !important;     */
    /* } */
}
@media (max-width: 750px) {
    .my-custom-class {
        font-size: 17px !important; 
		top: 150px !important;		
    }
	
	.my-custom-class2 {
        font-size: 14px !important;  
		line-height: 17px !important;
		top: 175px !important;
    }
	
	.header-v6 .header-inner-right {
		margin-left: -40px;
	}
	
	.header-v6 .menu-icons-list {
		padding-left: 0;
	}
}

.header-v6 li.menu-icons i.menu-icons-style {
    width: inherit;
}

.header-v6 .navbar-toggle .icon-bar {
    height: 2px;
    width: 25px;
}

.header-v6 .navbar-toggle {
    margin: 31px 0 31px 10px;
}

.header-v6 li.menu-icons:first-child {
     padding-right: 0;
}

.timeline-v1 .timeline-body {
    padding: 0 12px;
}

.timeline-v1 .timeline-footer {
    padding: 5px 12px;
}

.formateur {
	color: #777;
	/* margin-left: 15px; */
}

.formateur > span {
	text-transform: uppercase;
}

h2.title-v2::after {
    background: #8cd1c9;
}

.modal-header {
    border-bottom: none;
	padding-bottom: 25px;
}

.timeline-v1 > li:last-child {
    margin-bottom: 0;
}

.hoursbusiness table tr td {
	color: #777;
	padding-bottom: 3px;
}

.hoursbusiness table tr td i {
    color: #72c02c;
    font-size: 1.1em;
	
}

.who li {
    margin-bottom: 3px;
}

.who li i {
    font-size: 1.1em;
}

@media (max-width: 750px) {
	.contact-blocks-v1 {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-right: none;
		border-bottom: solid 1px #72c02c;
	}
	
	.contact-blocks-v1:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 751px) {
	.contact-blocks-v1 {
		border-right: solid 1px #72c02c;
	}
}

@media (min-width: 1201px) {
	p.assurance  {
		line-height: 40px; 
	}
}

@media (max-width: 1200px) {
	p.assurance  {
		line-height: 14px; 
	}
}

@media (max-width: 480px) {
	.display-mobile {
		display: block;
	}
	
	.display-desktop {
		display: none;
	}

}

@media (min-width: 481px) {
	.display-desktop {
		display: block;
	}
	.display-mobile {
		display: none;
	}
	
}

.contact-blocks-v1:last-child {
    border: none;
}

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

.g-color-primary, .g-color-primary:hover {
    color: #72c02c;
}

.contact-blocks-v1__icon {
    font-size: 50px;
    margin-bottom: 10px;
}

.contact-blocks-v1 h4 {
    color: #aaa;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

.contact-option {
    font-size: 14px;
    font-weight: 600;
}

a.nounderline {text-decoration: none; }

a.nounderline:visited {
  color: #555;
}
a.nounderline:hover {
  color: #555;
}

.mr-3 {
	margin-right: 3px;
}

.condition li i {
	color: #8ed4cc;
}

.condition li {
	margin-bottom: 5px;
}

.header-v6 .navbar-nav > li > a {
    padding: 20px 14px;
}

.btn-u {
	background: #8cd1c9
}

i.icon-color-green {
    color: #8cd1c9;
    border: solid 1px #8cd1c9;
}

.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #8cd1c9;
}

.who li i {
    color: #8cd1c9;
}



