:root {

    scroll-behavior: smooth;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #00213C;
}

a {
    text-decoration: none;
    color: #00213C;
}

a:hover {
    color: #666;
}

#navbar {
    background-color: #ffffff7a;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1;
    height: 100px;
}
.nav-content {
    
	max-width: 1200px; 
    margin: 0 auto;
	padding-right: 50px;
    padding-left: 50px;
	display: flex;
	width: 1200px;
}

#logo {
    height: 100px;

}

#menu {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    flex-grow: 1;
    max-width: 800px; 
    margin-right: 200px;
}

#navbar a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    margin: 5px;
}

#navbar a:hover {
    color: #1b67a4;
}

.section {
	padding: 200px 0px 50px;
    margin-top: -140px; 
	margin-bottom: 140px;
    min-height: calc(100vh - 20px); 
    box-sizing: border-box;
}








.section:nth-child(odd) {
    background-color: #f8f9fa;
}

.section:nth-child(even) {
    background-color: #ffffff;
}

#apropos.section, #secteurs.section  {
    background-image: url('A2P-Management-Industrie.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section h1 {
    font-size: 2.2em;
    margin-bottom: 50px;
}

.section p {
    font-size: 1.2em;
	line-height: 1.6em;
}


.section-content {
    max-width: 1200px; 
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
}

.service {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 30px;
}

.service-icon {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    margin-top: 22px;
    margin-right: 20px;
}

.service-icon.pictogestion {
    background: url('pictogestion.png') no-repeat center center / cover;
}

.service-icon.pictoindustrie {
    background: url('pictoindustrie.png') no-repeat center center / cover;
}

.service-icon.pictoopperationnelle {
    background: url('pictoopperationnelle.png') no-repeat center center / cover;
}

.service-icon.pictoconseil {
    background: url('pictoconseil.png') no-repeat center center / cover;
}



.circle-container {
  position: relative;
  float: right;
  width: 500px;
  height: 500px;
  margin: 0 auto;
  margin-top:-20px;
}


.underlying-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
  border: 3px solid #1b67a4;
  border-radius: 50%;
}

.circle,.petit-disque {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: #1b67a4;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 100px;
}
.petit-disque {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background: #1b67a4;
}

.circle:nth-child(2) {
  transform: rotate(-90deg) translate(150px) rotate(90deg);
}
.petit-disque:nth-child(3) {
  transform: rotate(-54deg) translate(150px) rotate(54deg);
}
.circle:nth-child(4) {
  transform: rotate(-18deg) translate(150px) rotate(18deg);
}
.petit-disque:nth-child(5) {
  transform: rotate(18deg) translate(155px) rotate(-18deg);
}
.circle:nth-child(6) {
  transform: rotate(54deg) translate(150px) rotate(-54deg);
}
.petit-disque:nth-child(7) {
  transform: rotate(90deg) translate(155px) rotate(-90deg);
}
.circle:nth-child(8) {
  transform: rotate(126deg) translate(150px) rotate(-126deg);
}
.petit-disque:nth-child(9) {
  transform: rotate(162deg) translate(150px) rotate(-162deg);
}
.circle:nth-child(10) {
  transform: rotate(198deg) translate(150px) rotate(-198deg);
}
.petit-disque:nth-child(11) {
  transform: rotate(234deg) translate(148px) rotate(-234deg);
}




footer {
    background-color: #f8f9fa;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

footer p {
    font-size: 16px;
    color: #333;
}

footer a {
    color: #333;
    text-decoration: none;
}

#contact form {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: auto;
}

#contact form label {
    font-size: 1.2em;
    margin: 10px 0 5px;
}

#contact form input[type=text], 
#contact form input[type=email], 
#contact form textarea {
    font-size: 1em;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

#contact form input[type=submit],
#contact form input[type=reset] {
    font-size: 1em;
    padding: 10px;
    margin-top: 20px;
    border: none;
    border-radius: 2px;
    color: #fff;
    background-color: #1b67a4;
    cursor: pointer;
}

#contact form input[type=submit]:hover,
#contact form input[type=reset]:hover {
    background-color: #444;
}

.legal {margin: 0 15px;line-height: 1.8em;text-decoration: none;font-size: 13px;color: color: #001526;text-align: justify}
.legaltitre {margin: 0 0 20px;font-size: 17px;font-weight: 600}

        .bandefleche {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
			flex-wrap: wrap;
			margin-top: 80px;
        }

        .fleche {
            position: relative;
            background: #1b67a4;
            color: white;
            padding: 8px 15px;
            text-align: center;
            margin-right: 42px;
            margin-bottom: 42px;
			border-radius: 2px;
        }

        .fleche::after {
            content: "";
            position: absolute;
            top: 50%;
            right: -20px;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 20px solid #1b67a4;
        }

        .fleche:last-child::after {
            display: none;
        }
.resultform {
           text-align: center;
        }


@media (max-width: 700px) {

    #navbar {
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }

    .nav-content {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    #logo {
        height: 80px;
        margin-bottom: 10px;
    }

    #menu {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    #navbar a {
        font-size: 16px;
        margin: 10px 0;
    }

    .section {
        padding: 280px 20px 280px;
        margin-top: -280px;
        min-height: calc(100vh);
    }

    .section-content {
        padding: 0 0;
    }

    footer {
        position: relative;
    }

    #contact form {
        width: 80%;
    }

    .legal {
        font-size: 12px;
    }

    .legaltitre {
        font-size: 15px;
    }
	.nav-content {
	width: inherit;
	}
	footer {
    padding-right: 0px;
    padding-left: 0px;
	}
	.section h1 {
    font-size: 2em;
    margin-bottom: 20px;
	}
.bandefleche {
        flex-direction: column;
    }

    .fleche {
        margin-right: 0;
    margin-bottom: 20px;
    width: 80%;
    }

    .fleche::after {
        top: auto;
        right: 50%;
        bottom: -20px;
        transform: translateX(50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 20px solid #1b67a4;
    }

.fleche:last-child::after {
    display: none;
}
 .service {
        flex-direction: column;
        align-items: center;
    }

    .service-icon {
        margin-bottom: 10px;
    }
	 .circle-container {
    margin: 0 auto;
    float: none;
	width: 50%;
  }

}
